{
  "id": "Metadata.customconsolecomponents",
  "nodeType": "class",
  "name": "CustomConsoleComponents",
  "namespace": "Metadata",
  "startToken": {
    "type": "declaration.entity.name.class",
    "text": "CustomConsoleComponents",
    "textToLower": "customconsolecomponents",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "declaration.entity.name.class_CustomConsoleComponents_-1:0"
  },
  "order": 0,
  "memberOrder": 0,
  "accessModifier": {
    "type": "keyword.modifier.access",
    "text": "global",
    "textToLower": "global",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "keyword.modifier.access_global_-1:0"
  },
  "sharingModifier": {
    "type": "keyword.modifier.sharing",
    "text": "without sharing",
    "textToLower": "without sharing",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "keyword.modifier.sharing_without sharing_-1:0"
  },
  "description": "Represents custom console components (Visualforce pages, lookup fields, or related lists) on a page layout.",
  "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_Metadata_CustomConsoleComponents.htm",
  "classes": {},
  "interfaces": {},
  "enums": {},
  "variables": {
    "primarytabcomponents": {
      "id": "Metadata.customconsolecomponents.method.metadata.primarytabcomponents primarytabcomponents{get;set;}",
      "nodeType": "property",
      "name": "primaryTabComponents",
      "startToken": {
        "type": "declaration.entity.name.property",
        "text": "primaryTabComponents",
        "textToLower": "primarytabcomponents",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.property_primaryTabComponents_-1:0"
      },
      "parentId": "Metadata.customconsolecomponents",
      "order": 1,
      "memberOrder": 1,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "signature": "public Metadata.PrimaryTabComponents primaryTabComponents { get; set; }",
      "simplifiedSignature": "Metadata.PrimaryTabComponents primaryTabComponents{get;set;}",
      "datatype": {
        "id": ".datatype.Metadata.PrimaryTabComponents",
        "nodeType": "datatype",
        "name": "Metadata.PrimaryTabComponents",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "Metadata",
          "textToLower": "metadata",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 15
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Metadata_0:7"
        },
        "parentId": "",
        "order": 0,
        "memberOrder": 0,
        "type": "Metadata.PrimaryTabComponents"
      },
      "parentName": "CustomConsoleComponents",
      "getter": {
        "id": ".getter.get",
        "nodeType": "getter",
        "name": "get",
        "parentId": "",
        "order": 0,
        "memberOrder": 0,
        "variables": {},
        "queries": []
      },
      "setter": {
        "id": ".getter.set",
        "nodeType": "setter",
        "name": "set",
        "parentId": "",
        "order": 0,
        "memberOrder": 0,
        "variables": {},
        "queries": []
      }
    },
    "subtabcomponents": {
      "id": "Metadata.customconsolecomponents.method.metadata.subtabcomponents subtabcomponents{get;set;}",
      "nodeType": "property",
      "name": "subtabComponents",
      "startToken": {
        "type": "declaration.entity.name.property",
        "text": "subtabComponents",
        "textToLower": "subtabcomponents",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.property_subtabComponents_-1:0"
      },
      "parentId": "Metadata.customconsolecomponents",
      "order": 2,
      "memberOrder": 2,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "signature": "public Metadata.SubtabComponents subtabComponents { get; set; }",
      "simplifiedSignature": "Metadata.SubtabComponents subtabComponents{get;set;}",
      "datatype": {
        "id": ".datatype.Metadata.SubtabComponents",
        "nodeType": "datatype",
        "name": "Metadata.SubtabComponents",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "Metadata",
          "textToLower": "metadata",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 15
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Metadata_0:7"
        },
        "parentId": "",
        "order": 0,
        "memberOrder": 0,
        "type": "Metadata.SubtabComponents"
      },
      "parentName": "CustomConsoleComponents",
      "getter": {
        "id": ".getter.get",
        "nodeType": "getter",
        "name": "get",
        "parentId": "",
        "order": 0,
        "memberOrder": 0,
        "variables": {},
        "queries": []
      },
      "setter": {
        "id": ".getter.set",
        "nodeType": "setter",
        "name": "set",
        "parentId": "",
        "order": 0,
        "memberOrder": 0,
        "variables": {},
        "queries": []
      }
    }
  },
  "methods": {
    "clone()": {
      "id": "Metadata.customconsolecomponents.method.clone()",
      "nodeType": "method",
      "name": "clone",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "clone",
        "textToLower": "clone",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_clone_-1:0"
      },
      "parentId": "Metadata.customconsolecomponents",
      "order": 1,
      "memberOrder": 3,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": 0,
            "character": 0
          },
          "end": {
            "line": 0,
            "character": 6
          },
          "isEmpty": false,
          "isSingleLine": true
        },
        "id": "token.type.identifier_public_0:0"
      },
      "signature": "public Object clone()",
      "overrideSignature": "public override Object clone()",
      "simplifiedSignature": "clone()",
      "datatype": {
        "id": "Metadata.customconsolecomponents.clone.datatype.Object",
        "nodeType": "datatype",
        "name": "Object",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Object",
          "textToLower": "object",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Object_0:7"
        },
        "parentId": "Metadata.customconsolecomponents.clone",
        "order": 0,
        "memberOrder": 0,
        "type": "Object"
      },
      "description": "Makes a duplicate copy of the Metadata.CustomConsoleComponents.",
      "parentName": "CustomConsoleComponents",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    }
  },
  "constructors": {},
  "extendsType": "",
  "implementTypes": [],
  "implements": {},
  "totalMembers": 3,
  "queries": []
}