{
  "id": "QuickAction.describequickactionresult",
  "nodeType": "class",
  "name": "DescribeQuickActionResult",
  "namespace": "QuickAction",
  "startToken": {
    "type": "declaration.entity.name.class",
    "text": "DescribeQuickActionResult",
    "textToLower": "describequickactionresult",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "declaration.entity.name.class_DescribeQuickActionResult_-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": "Contains describe metadata information for a quick action.",
  "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_quickaction_describequickactionresult.htm",
  "classes": {},
  "interfaces": {},
  "enums": {},
  "variables": {
    "canvasapplicationname": {
      "id": "QuickAction.describequickactionresult.method.string canvasapplicationname{get;set;}",
      "nodeType": "property",
      "name": "canvasapplicationname",
      "startToken": {
        "type": "declaration.entity.name.property",
        "text": "canvasapplicationname",
        "textToLower": "canvasapplicationname",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.property_canvasapplicationname_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "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 String canvasapplicationname { get; set; }",
      "simplifiedSignature": "String canvasapplicationname{get;set;}",
      "datatype": {
        "id": ".datatype.String",
        "nodeType": "datatype",
        "name": "String",
        "startToken": {
          "type": "datatype.primitive",
          "text": "String",
          "textToLower": "string",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_String_0:7"
        },
        "parentId": "",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "parentName": "DescribeQuickActionResult",
      "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": []
      }
    },
    "colors": {
      "id": "QuickAction.describequickactionresult.method.list<schema.describecolorresult> colors{get;set;}",
      "nodeType": "property",
      "name": "colors",
      "startToken": {
        "type": "declaration.entity.name.property",
        "text": "colors",
        "textToLower": "colors",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.property_colors_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "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 List<Schema.DescribeColorResult> colors { get; set; }",
      "simplifiedSignature": "List<Schema.DescribeColorResult> colors{get;set;}",
      "datatype": {
        "id": ".datatype.List<Schema.DescribeColorResult>",
        "nodeType": "datatype",
        "name": "List<Schema.DescribeColorResult>",
        "startToken": {
          "type": "datatype.collection",
          "text": "List",
          "textToLower": "list",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 11
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_List_0:7"
        },
        "parentId": "",
        "order": 0,
        "memberOrder": 0,
        "type": "List",
        "value": {
          "id": ".datatype.List<Schema.DescribeColorResult>.value.Schema.DescribeColorResult",
          "nodeType": "datatype",
          "name": "Schema.DescribeColorResult",
          "startToken": {
            "type": "datatype.support.namespace",
            "text": "Schema",
            "textToLower": "schema",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 12
              },
              "end": {
                "line": 0,
                "character": 18
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_Schema_0:12"
          },
          "order": 0,
          "memberOrder": 0,
          "type": "Schema.DescribeColorResult"
        }
      },
      "parentName": "DescribeQuickActionResult",
      "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": []
      }
    },
    "contextsobjecttype": {
      "id": "QuickAction.describequickactionresult.method.string contextsobjecttype{get;set;}",
      "nodeType": "property",
      "name": "contextsobjecttype",
      "startToken": {
        "type": "declaration.entity.name.property",
        "text": "contextsobjecttype",
        "textToLower": "contextsobjecttype",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.property_contextsobjecttype_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "order": 3,
      "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 String contextsobjecttype { get; set; }",
      "simplifiedSignature": "String contextsobjecttype{get;set;}",
      "datatype": {
        "id": ".datatype.String",
        "nodeType": "datatype",
        "name": "String",
        "startToken": {
          "type": "datatype.primitive",
          "text": "String",
          "textToLower": "string",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_String_0:7"
        },
        "parentId": "",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "parentName": "DescribeQuickActionResult",
      "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": []
      }
    },
    "defaultvalues": {
      "id": "QuickAction.describequickactionresult.method.list<quickaction.describequickactiondefaultvalue> defaultvalues{get;set;}",
      "nodeType": "property",
      "name": "defaultvalues",
      "startToken": {
        "type": "declaration.entity.name.property",
        "text": "defaultvalues",
        "textToLower": "defaultvalues",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.property_defaultvalues_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "order": 4,
      "memberOrder": 4,
      "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 List<QuickAction.DescribeQuickActionDefaultValue> defaultvalues { get; set; }",
      "simplifiedSignature": "List<QuickAction.DescribeQuickActionDefaultValue> defaultvalues{get;set;}",
      "datatype": {
        "id": ".datatype.List<QuickAction.DescribeQuickActionDefaultValue>",
        "nodeType": "datatype",
        "name": "List<QuickAction.DescribeQuickActionDefaultValue>",
        "startToken": {
          "type": "datatype.collection",
          "text": "List",
          "textToLower": "list",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 11
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_List_0:7"
        },
        "parentId": "",
        "order": 0,
        "memberOrder": 0,
        "type": "List",
        "value": {
          "id": ".datatype.List<QuickAction.DescribeQuickActionDefaultValue>.value.QuickAction.DescribeQuickActionDefaultValue",
          "nodeType": "datatype",
          "name": "QuickAction.DescribeQuickActionDefaultValue",
          "startToken": {
            "type": "datatype.support.namespace",
            "text": "QuickAction",
            "textToLower": "quickaction",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 12
              },
              "end": {
                "line": 0,
                "character": 23
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_QuickAction_0:12"
          },
          "order": 0,
          "memberOrder": 0,
          "type": "QuickAction.DescribeQuickActionDefaultValue"
        }
      },
      "parentName": "DescribeQuickActionResult",
      "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": []
      }
    },
    "flowdevname": {
      "id": "QuickAction.describequickactionresult.method.string flowdevname{get;set;}",
      "nodeType": "property",
      "name": "flowdevname",
      "startToken": {
        "type": "declaration.entity.name.property",
        "text": "flowdevname",
        "textToLower": "flowdevname",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.property_flowdevname_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "order": 5,
      "memberOrder": 5,
      "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 String flowdevname { get; set; }",
      "simplifiedSignature": "String flowdevname{get;set;}",
      "datatype": {
        "id": ".datatype.String",
        "nodeType": "datatype",
        "name": "String",
        "startToken": {
          "type": "datatype.primitive",
          "text": "String",
          "textToLower": "string",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_String_0:7"
        },
        "parentId": "",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "parentName": "DescribeQuickActionResult",
      "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": []
      }
    },
    "flowrecordidvar": {
      "id": "QuickAction.describequickactionresult.method.string flowrecordidvar{get;set;}",
      "nodeType": "property",
      "name": "flowrecordidvar",
      "startToken": {
        "type": "declaration.entity.name.property",
        "text": "flowrecordidvar",
        "textToLower": "flowrecordidvar",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.property_flowrecordidvar_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "order": 6,
      "memberOrder": 6,
      "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 String flowrecordidvar { get; set; }",
      "simplifiedSignature": "String flowrecordidvar{get;set;}",
      "datatype": {
        "id": ".datatype.String",
        "nodeType": "datatype",
        "name": "String",
        "startToken": {
          "type": "datatype.primitive",
          "text": "String",
          "textToLower": "string",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_String_0:7"
        },
        "parentId": "",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "parentName": "DescribeQuickActionResult",
      "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": []
      }
    },
    "height": {
      "id": "QuickAction.describequickactionresult.method.integer height{get;set;}",
      "nodeType": "property",
      "name": "height",
      "startToken": {
        "type": "declaration.entity.name.property",
        "text": "height",
        "textToLower": "height",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.property_height_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "order": 7,
      "memberOrder": 7,
      "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 Integer height { get; set; }",
      "simplifiedSignature": "Integer height{get;set;}",
      "datatype": {
        "id": ".datatype.Integer",
        "nodeType": "datatype",
        "name": "Integer",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Integer",
          "textToLower": "integer",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 14
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Integer_0:7"
        },
        "parentId": "",
        "order": 0,
        "memberOrder": 0,
        "type": "Integer"
      },
      "parentName": "DescribeQuickActionResult",
      "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": []
      }
    },
    "iconname": {
      "id": "QuickAction.describequickactionresult.method.string iconname{get;set;}",
      "nodeType": "property",
      "name": "iconname",
      "startToken": {
        "type": "declaration.entity.name.property",
        "text": "iconname",
        "textToLower": "iconname",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.property_iconname_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "order": 8,
      "memberOrder": 8,
      "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 String iconname { get; set; }",
      "simplifiedSignature": "String iconname{get;set;}",
      "datatype": {
        "id": ".datatype.String",
        "nodeType": "datatype",
        "name": "String",
        "startToken": {
          "type": "datatype.primitive",
          "text": "String",
          "textToLower": "string",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_String_0:7"
        },
        "parentId": "",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "parentName": "DescribeQuickActionResult",
      "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": []
      }
    },
    "icons": {
      "id": "QuickAction.describequickactionresult.method.list<schema.describeiconresult> icons{get;set;}",
      "nodeType": "property",
      "name": "icons",
      "startToken": {
        "type": "declaration.entity.name.property",
        "text": "icons",
        "textToLower": "icons",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.property_icons_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "order": 9,
      "memberOrder": 9,
      "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 List<Schema.DescribeIconResult> icons { get; set; }",
      "simplifiedSignature": "List<Schema.DescribeIconResult> icons{get;set;}",
      "datatype": {
        "id": ".datatype.List<Schema.DescribeIconResult>",
        "nodeType": "datatype",
        "name": "List<Schema.DescribeIconResult>",
        "startToken": {
          "type": "datatype.collection",
          "text": "List",
          "textToLower": "list",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 11
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_List_0:7"
        },
        "parentId": "",
        "order": 0,
        "memberOrder": 0,
        "type": "List",
        "value": {
          "id": ".datatype.List<Schema.DescribeIconResult>.value.Schema.DescribeIconResult",
          "nodeType": "datatype",
          "name": "Schema.DescribeIconResult",
          "startToken": {
            "type": "datatype.support.namespace",
            "text": "Schema",
            "textToLower": "schema",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 12
              },
              "end": {
                "line": 0,
                "character": 18
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_Schema_0:12"
          },
          "order": 0,
          "memberOrder": 0,
          "type": "Schema.DescribeIconResult"
        }
      },
      "parentName": "DescribeQuickActionResult",
      "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": []
      }
    },
    "iconurl": {
      "id": "QuickAction.describequickactionresult.method.string iconurl{get;set;}",
      "nodeType": "property",
      "name": "iconurl",
      "startToken": {
        "type": "declaration.entity.name.property",
        "text": "iconurl",
        "textToLower": "iconurl",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.property_iconurl_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "order": 10,
      "memberOrder": 10,
      "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 String iconurl { get; set; }",
      "simplifiedSignature": "String iconurl{get;set;}",
      "datatype": {
        "id": ".datatype.String",
        "nodeType": "datatype",
        "name": "String",
        "startToken": {
          "type": "datatype.primitive",
          "text": "String",
          "textToLower": "string",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_String_0:7"
        },
        "parentId": "",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "parentName": "DescribeQuickActionResult",
      "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": []
      }
    },
    "layout": {
      "id": "QuickAction.describequickactionresult.method.quickaction.describelayoutsection layout{get;set;}",
      "nodeType": "property",
      "name": "layout",
      "startToken": {
        "type": "declaration.entity.name.property",
        "text": "layout",
        "textToLower": "layout",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.property_layout_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "order": 11,
      "memberOrder": 11,
      "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 QuickAction.DescribeLayoutSection layout { get; set; }",
      "simplifiedSignature": "QuickAction.DescribeLayoutSection layout{get;set;}",
      "datatype": {
        "id": ".datatype.QuickAction.DescribeLayoutSection",
        "nodeType": "datatype",
        "name": "QuickAction.DescribeLayoutSection",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "QuickAction",
          "textToLower": "quickaction",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_QuickAction_0:7"
        },
        "parentId": "",
        "order": 0,
        "memberOrder": 0,
        "type": "QuickAction.DescribeLayoutSection"
      },
      "parentName": "DescribeQuickActionResult",
      "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": []
      }
    },
    "lightningcomponentbundleid": {
      "id": "QuickAction.describequickactionresult.method.string lightningcomponentbundleid{get;set;}",
      "nodeType": "property",
      "name": "lightningcomponentbundleid",
      "startToken": {
        "type": "declaration.entity.name.property",
        "text": "lightningcomponentbundleid",
        "textToLower": "lightningcomponentbundleid",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.property_lightningcomponentbundleid_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "order": 12,
      "memberOrder": 12,
      "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 String lightningcomponentbundleid { get; set; }",
      "simplifiedSignature": "String lightningcomponentbundleid{get;set;}",
      "datatype": {
        "id": ".datatype.String",
        "nodeType": "datatype",
        "name": "String",
        "startToken": {
          "type": "datatype.primitive",
          "text": "String",
          "textToLower": "string",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_String_0:7"
        },
        "parentId": "",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "parentName": "DescribeQuickActionResult",
      "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": []
      }
    },
    "lightningcomponentbundlename": {
      "id": "QuickAction.describequickactionresult.method.string lightningcomponentbundlename{get;set;}",
      "nodeType": "property",
      "name": "lightningcomponentbundlename",
      "startToken": {
        "type": "declaration.entity.name.property",
        "text": "lightningcomponentbundlename",
        "textToLower": "lightningcomponentbundlename",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.property_lightningcomponentbundlename_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "order": 13,
      "memberOrder": 13,
      "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 String lightningcomponentbundlename { get; set; }",
      "simplifiedSignature": "String lightningcomponentbundlename{get;set;}",
      "datatype": {
        "id": ".datatype.String",
        "nodeType": "datatype",
        "name": "String",
        "startToken": {
          "type": "datatype.primitive",
          "text": "String",
          "textToLower": "string",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_String_0:7"
        },
        "parentId": "",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "parentName": "DescribeQuickActionResult",
      "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": []
      }
    },
    "lightningcomponentqualifiedname": {
      "id": "QuickAction.describequickactionresult.method.string lightningcomponentqualifiedname{get;set;}",
      "nodeType": "property",
      "name": "lightningcomponentqualifiedname",
      "startToken": {
        "type": "declaration.entity.name.property",
        "text": "lightningcomponentqualifiedname",
        "textToLower": "lightningcomponentqualifiedname",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.property_lightningcomponentqualifiedname_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "order": 14,
      "memberOrder": 14,
      "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 String lightningcomponentqualifiedname { get; set; }",
      "simplifiedSignature": "String lightningcomponentqualifiedname{get;set;}",
      "datatype": {
        "id": ".datatype.String",
        "nodeType": "datatype",
        "name": "String",
        "startToken": {
          "type": "datatype.primitive",
          "text": "String",
          "textToLower": "string",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_String_0:7"
        },
        "parentId": "",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "parentName": "DescribeQuickActionResult",
      "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": []
      }
    },
    "miniiconurl": {
      "id": "QuickAction.describequickactionresult.method.string miniiconurl{get;set;}",
      "nodeType": "property",
      "name": "miniiconurl",
      "startToken": {
        "type": "declaration.entity.name.property",
        "text": "miniiconurl",
        "textToLower": "miniiconurl",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.property_miniiconurl_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "order": 15,
      "memberOrder": 15,
      "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 String miniiconurl { get; set; }",
      "simplifiedSignature": "String miniiconurl{get;set;}",
      "datatype": {
        "id": ".datatype.String",
        "nodeType": "datatype",
        "name": "String",
        "startToken": {
          "type": "datatype.primitive",
          "text": "String",
          "textToLower": "string",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_String_0:7"
        },
        "parentId": "",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "parentName": "DescribeQuickActionResult",
      "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": []
      }
    },
    "showquickactionlcheader": {
      "id": "QuickAction.describequickactionresult.method.boolean showquickactionlcheader{get;set;}",
      "nodeType": "property",
      "name": "showquickactionlcheader",
      "startToken": {
        "type": "declaration.entity.name.property",
        "text": "showquickactionlcheader",
        "textToLower": "showquickactionlcheader",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.property_showquickactionlcheader_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "order": 16,
      "memberOrder": 16,
      "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 Boolean showquickactionlcheader { get; set; }",
      "simplifiedSignature": "Boolean showquickactionlcheader{get;set;}",
      "datatype": {
        "id": ".datatype.Boolean",
        "nodeType": "datatype",
        "name": "Boolean",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Boolean",
          "textToLower": "boolean",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 14
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Boolean_0:7"
        },
        "parentId": "",
        "order": 0,
        "memberOrder": 0,
        "type": "Boolean"
      },
      "parentName": "DescribeQuickActionResult",
      "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": []
      }
    },
    "showquickactionvfheader": {
      "id": "QuickAction.describequickactionresult.method.boolean showquickactionvfheader{get;set;}",
      "nodeType": "property",
      "name": "showquickactionvfheader",
      "startToken": {
        "type": "declaration.entity.name.property",
        "text": "showquickactionvfheader",
        "textToLower": "showquickactionvfheader",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.property_showquickactionvfheader_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "order": 17,
      "memberOrder": 17,
      "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 Boolean showquickactionvfheader { get; set; }",
      "simplifiedSignature": "Boolean showquickactionvfheader{get;set;}",
      "datatype": {
        "id": ".datatype.Boolean",
        "nodeType": "datatype",
        "name": "Boolean",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Boolean",
          "textToLower": "boolean",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 14
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Boolean_0:7"
        },
        "parentId": "",
        "order": 0,
        "memberOrder": 0,
        "type": "Boolean"
      },
      "parentName": "DescribeQuickActionResult",
      "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": []
      }
    },
    "targetparentfield": {
      "id": "QuickAction.describequickactionresult.method.string targetparentfield{get;set;}",
      "nodeType": "property",
      "name": "targetparentfield",
      "startToken": {
        "type": "declaration.entity.name.property",
        "text": "targetparentfield",
        "textToLower": "targetparentfield",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.property_targetparentfield_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "order": 18,
      "memberOrder": 18,
      "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 String targetparentfield { get; set; }",
      "simplifiedSignature": "String targetparentfield{get;set;}",
      "datatype": {
        "id": ".datatype.String",
        "nodeType": "datatype",
        "name": "String",
        "startToken": {
          "type": "datatype.primitive",
          "text": "String",
          "textToLower": "string",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_String_0:7"
        },
        "parentId": "",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "parentName": "DescribeQuickActionResult",
      "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": []
      }
    },
    "targetrecordtypeid": {
      "id": "QuickAction.describequickactionresult.method.string targetrecordtypeid{get;set;}",
      "nodeType": "property",
      "name": "targetrecordtypeid",
      "startToken": {
        "type": "declaration.entity.name.property",
        "text": "targetrecordtypeid",
        "textToLower": "targetrecordtypeid",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.property_targetrecordtypeid_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "order": 19,
      "memberOrder": 19,
      "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 String targetrecordtypeid { get; set; }",
      "simplifiedSignature": "String targetrecordtypeid{get;set;}",
      "datatype": {
        "id": ".datatype.String",
        "nodeType": "datatype",
        "name": "String",
        "startToken": {
          "type": "datatype.primitive",
          "text": "String",
          "textToLower": "string",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_String_0:7"
        },
        "parentId": "",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "parentName": "DescribeQuickActionResult",
      "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": []
      }
    },
    "targetsobjecttype": {
      "id": "QuickAction.describequickactionresult.method.string targetsobjecttype{get;set;}",
      "nodeType": "property",
      "name": "targetsobjecttype",
      "startToken": {
        "type": "declaration.entity.name.property",
        "text": "targetsobjecttype",
        "textToLower": "targetsobjecttype",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.property_targetsobjecttype_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "order": 20,
      "memberOrder": 20,
      "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 String targetsobjecttype { get; set; }",
      "simplifiedSignature": "String targetsobjecttype{get;set;}",
      "datatype": {
        "id": ".datatype.String",
        "nodeType": "datatype",
        "name": "String",
        "startToken": {
          "type": "datatype.primitive",
          "text": "String",
          "textToLower": "string",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_String_0:7"
        },
        "parentId": "",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "parentName": "DescribeQuickActionResult",
      "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": []
      }
    },
    "visualforcepagename": {
      "id": "QuickAction.describequickactionresult.method.string visualforcepagename{get;set;}",
      "nodeType": "property",
      "name": "visualforcepagename",
      "startToken": {
        "type": "declaration.entity.name.property",
        "text": "visualforcepagename",
        "textToLower": "visualforcepagename",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.property_visualforcepagename_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "order": 21,
      "memberOrder": 21,
      "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 String visualforcepagename { get; set; }",
      "simplifiedSignature": "String visualforcepagename{get;set;}",
      "datatype": {
        "id": ".datatype.String",
        "nodeType": "datatype",
        "name": "String",
        "startToken": {
          "type": "datatype.primitive",
          "text": "String",
          "textToLower": "string",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_String_0:7"
        },
        "parentId": "",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "parentName": "DescribeQuickActionResult",
      "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": []
      }
    },
    "visualforcepageurl": {
      "id": "QuickAction.describequickactionresult.method.string visualforcepageurl{get;set;}",
      "nodeType": "property",
      "name": "visualforcepageurl",
      "startToken": {
        "type": "declaration.entity.name.property",
        "text": "visualforcepageurl",
        "textToLower": "visualforcepageurl",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.property_visualforcepageurl_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "order": 22,
      "memberOrder": 22,
      "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 String visualforcepageurl { get; set; }",
      "simplifiedSignature": "String visualforcepageurl{get;set;}",
      "datatype": {
        "id": ".datatype.String",
        "nodeType": "datatype",
        "name": "String",
        "startToken": {
          "type": "datatype.primitive",
          "text": "String",
          "textToLower": "string",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_String_0:7"
        },
        "parentId": "",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "parentName": "DescribeQuickActionResult",
      "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": []
      }
    },
    "width": {
      "id": "QuickAction.describequickactionresult.method.integer width{get;set;}",
      "nodeType": "property",
      "name": "width",
      "startToken": {
        "type": "declaration.entity.name.property",
        "text": "width",
        "textToLower": "width",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.property_width_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "order": 23,
      "memberOrder": 23,
      "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 Integer width { get; set; }",
      "simplifiedSignature": "Integer width{get;set;}",
      "datatype": {
        "id": ".datatype.Integer",
        "nodeType": "datatype",
        "name": "Integer",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Integer",
          "textToLower": "integer",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 14
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Integer_0:7"
        },
        "parentId": "",
        "order": 0,
        "memberOrder": 0,
        "type": "Integer"
      },
      "parentName": "DescribeQuickActionResult",
      "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": {
    "getactionenumorid()": {
      "id": "QuickAction.describequickactionresult.method.getactionenumorid()",
      "nodeType": "method",
      "name": "getActionEnumOrId",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getActionEnumOrId",
        "textToLower": "getactionenumorid",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getActionEnumOrId_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "order": 1,
      "memberOrder": 24,
      "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 String getActionEnumOrId()",
      "overrideSignature": "public override String getActionEnumOrId()",
      "simplifiedSignature": "getActionEnumOrId()",
      "datatype": {
        "id": "QuickAction.describequickactionresult.getactionenumorid.datatype.String",
        "nodeType": "datatype",
        "name": "String",
        "startToken": {
          "type": "datatype.primitive",
          "text": "String",
          "textToLower": "string",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_String_0:7"
        },
        "parentId": "QuickAction.describequickactionresult.getactionenumorid",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "description": "Returns the unique ID for the action. If the action doesn’t have an ID, its API name is used.",
      "parentName": "DescribeQuickActionResult",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "getcanvasapplicationname()": {
      "id": "QuickAction.describequickactionresult.method.getcanvasapplicationname()",
      "nodeType": "method",
      "name": "getCanvasApplicationName",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getCanvasApplicationName",
        "textToLower": "getcanvasapplicationname",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getCanvasApplicationName_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "order": 2,
      "memberOrder": 25,
      "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 String getCanvasApplicationName()",
      "overrideSignature": "public override String getCanvasApplicationName()",
      "simplifiedSignature": "getCanvasApplicationName()",
      "datatype": {
        "id": "QuickAction.describequickactionresult.getcanvasapplicationname.datatype.String",
        "nodeType": "datatype",
        "name": "String",
        "startToken": {
          "type": "datatype.primitive",
          "text": "String",
          "textToLower": "string",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_String_0:7"
        },
        "parentId": "QuickAction.describequickactionresult.getcanvasapplicationname",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "description": "Returns the name of the Canvas application, if used.",
      "parentName": "DescribeQuickActionResult",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "getcolors()": {
      "id": "QuickAction.describequickactionresult.method.getcolors()",
      "nodeType": "method",
      "name": "getColors",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getColors",
        "textToLower": "getcolors",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getColors_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "order": 3,
      "memberOrder": 26,
      "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 List<Schema.DescribeColorResult> getColors()",
      "overrideSignature": "public override List<Schema.DescribeColorResult> getColors()",
      "simplifiedSignature": "getColors()",
      "datatype": {
        "id": "QuickAction.describequickactionresult.getcolors.datatype.List<Schema.DescribeColorResult>",
        "nodeType": "datatype",
        "name": "List<Schema.DescribeColorResult>",
        "startToken": {
          "type": "datatype.collection",
          "text": "List",
          "textToLower": "list",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 11
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_List_0:7"
        },
        "parentId": "QuickAction.describequickactionresult.getcolors",
        "order": 0,
        "memberOrder": 0,
        "type": "List",
        "value": {
          "id": "QuickAction.describequickactionresult.getcolors.datatype.List<Schema.DescribeColorResult>.value.Schema.DescribeColorResult",
          "nodeType": "datatype",
          "name": "Schema.DescribeColorResult",
          "startToken": {
            "type": "datatype.support.namespace",
            "text": "Schema",
            "textToLower": "schema",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 12
              },
              "end": {
                "line": 0,
                "character": 18
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_Schema_0:12"
          },
          "order": 0,
          "memberOrder": 0,
          "type": "Schema.DescribeColorResult"
        }
      },
      "description": "Returns an array of color information. Each color is associated with a theme.",
      "parentName": "DescribeQuickActionResult",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "getcontextsobjecttype()": {
      "id": "QuickAction.describequickactionresult.method.getcontextsobjecttype()",
      "nodeType": "method",
      "name": "getContextSobjectType",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getContextSobjectType",
        "textToLower": "getcontextsobjecttype",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getContextSobjectType_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "order": 4,
      "memberOrder": 27,
      "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 String getContextSobjectType()",
      "overrideSignature": "public override String getContextSobjectType()",
      "simplifiedSignature": "getContextSobjectType()",
      "datatype": {
        "id": "QuickAction.describequickactionresult.getcontextsobjecttype.datatype.String",
        "nodeType": "datatype",
        "name": "String",
        "startToken": {
          "type": "datatype.primitive",
          "text": "String",
          "textToLower": "string",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_String_0:7"
        },
        "parentId": "QuickAction.describequickactionresult.getcontextsobjecttype",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "description": "Returns the object used for the action. Replaces getsourceSobjectType() in API version 30.0 and later.",
      "parentName": "DescribeQuickActionResult",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "getdefaultvalues()": {
      "id": "QuickAction.describequickactionresult.method.getdefaultvalues()",
      "nodeType": "method",
      "name": "getDefaultValues",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getDefaultValues",
        "textToLower": "getdefaultvalues",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getDefaultValues_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "order": 5,
      "memberOrder": 28,
      "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 List<QuickAction.DescribeQuickActionDefaultValue> getDefaultValues()",
      "overrideSignature": "public override List<QuickAction.DescribeQuickActionDefaultValue> getDefaultValues()",
      "simplifiedSignature": "getDefaultValues()",
      "datatype": {
        "id": "QuickAction.describequickactionresult.getdefaultvalues.datatype.List<QuickAction.DescribeQuickActionDefaultValue>",
        "nodeType": "datatype",
        "name": "List<QuickAction.DescribeQuickActionDefaultValue>",
        "startToken": {
          "type": "datatype.collection",
          "text": "List",
          "textToLower": "list",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 11
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_List_0:7"
        },
        "parentId": "QuickAction.describequickactionresult.getdefaultvalues",
        "order": 0,
        "memberOrder": 0,
        "type": "List",
        "value": {
          "id": "QuickAction.describequickactionresult.getdefaultvalues.datatype.List<QuickAction.DescribeQuickActionDefaultValue>.value.QuickAction.DescribeQuickActionDefaultValue",
          "nodeType": "datatype",
          "name": "QuickAction.DescribeQuickActionDefaultValue",
          "startToken": {
            "type": "datatype.support.namespace",
            "text": "QuickAction",
            "textToLower": "quickaction",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 12
              },
              "end": {
                "line": 0,
                "character": 23
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_QuickAction_0:12"
          },
          "order": 0,
          "memberOrder": 0,
          "type": "QuickAction.DescribeQuickActionDefaultValue"
        }
      },
      "description": "Returns the default values for a action.",
      "parentName": "DescribeQuickActionResult",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "getflowdevname()": {
      "id": "QuickAction.describequickactionresult.method.getflowdevname()",
      "nodeType": "method",
      "name": "getFlowDevName",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFlowDevName",
        "textToLower": "getflowdevname",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFlowDevName_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "order": 6,
      "memberOrder": 29,
      "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 String getFlowDevName()",
      "overrideSignature": "public override String getFlowDevName()",
      "simplifiedSignature": "getFlowDevName()",
      "datatype": {
        "id": "QuickAction.describequickactionresult.getflowdevname.datatype.String",
        "nodeType": "datatype",
        "name": "String",
        "startToken": {
          "type": "datatype.primitive",
          "text": "String",
          "textToLower": "string",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_String_0:7"
        },
        "parentId": "QuickAction.describequickactionresult.getflowdevname",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "description": "If the custom action invokes a flow, returns the fully qualified name of the flow invoked by the custom action.",
      "parentName": "DescribeQuickActionResult",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "getflowrecordidvar()": {
      "id": "QuickAction.describequickactionresult.method.getflowrecordidvar()",
      "nodeType": "method",
      "name": "getFlowRecordIdVar",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getFlowRecordIdVar",
        "textToLower": "getflowrecordidvar",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getFlowRecordIdVar_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "order": 7,
      "memberOrder": 30,
      "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 String getFlowRecordIdVar()",
      "overrideSignature": "public override String getFlowRecordIdVar()",
      "simplifiedSignature": "getFlowRecordIdVar()",
      "datatype": {
        "id": "QuickAction.describequickactionresult.getflowrecordidvar.datatype.String",
        "nodeType": "datatype",
        "name": "String",
        "startToken": {
          "type": "datatype.primitive",
          "text": "String",
          "textToLower": "string",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_String_0:7"
        },
        "parentId": "QuickAction.describequickactionresult.getflowrecordidvar",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "description": "If the custom action invokes a flow, returns the input variable that the custom action passes the record’s ID to.",
      "parentName": "DescribeQuickActionResult",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "getheight()": {
      "id": "QuickAction.describequickactionresult.method.getheight()",
      "nodeType": "method",
      "name": "getHeight",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getHeight",
        "textToLower": "getheight",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getHeight_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "order": 8,
      "memberOrder": 31,
      "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 Integer getHeight()",
      "overrideSignature": "public override Integer getHeight()",
      "simplifiedSignature": "getHeight()",
      "datatype": {
        "id": "QuickAction.describequickactionresult.getheight.datatype.Integer",
        "nodeType": "datatype",
        "name": "Integer",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Integer",
          "textToLower": "integer",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 14
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Integer_0:7"
        },
        "parentId": "QuickAction.describequickactionresult.getheight",
        "order": 0,
        "memberOrder": 0,
        "type": "Integer"
      },
      "description": "Returns the height in pixels of the action pane.",
      "parentName": "DescribeQuickActionResult",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "geticonname()": {
      "id": "QuickAction.describequickactionresult.method.geticonname()",
      "nodeType": "method",
      "name": "getIconName",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getIconName",
        "textToLower": "geticonname",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getIconName_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "order": 9,
      "memberOrder": 32,
      "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 String getIconName()",
      "overrideSignature": "public override String getIconName()",
      "simplifiedSignature": "getIconName()",
      "datatype": {
        "id": "QuickAction.describequickactionresult.geticonname.datatype.String",
        "nodeType": "datatype",
        "name": "String",
        "startToken": {
          "type": "datatype.primitive",
          "text": "String",
          "textToLower": "string",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_String_0:7"
        },
        "parentId": "QuickAction.describequickactionresult.geticonname",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "description": "Returns the actions’ icon name.",
      "parentName": "DescribeQuickActionResult",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "geticonurl()": {
      "id": "QuickAction.describequickactionresult.method.geticonurl()",
      "nodeType": "method",
      "name": "getIconUrl",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getIconUrl",
        "textToLower": "geticonurl",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getIconUrl_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "order": 10,
      "memberOrder": 33,
      "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 String getIconUrl()",
      "overrideSignature": "public override String getIconUrl()",
      "simplifiedSignature": "getIconUrl()",
      "datatype": {
        "id": "QuickAction.describequickactionresult.geticonurl.datatype.String",
        "nodeType": "datatype",
        "name": "String",
        "startToken": {
          "type": "datatype.primitive",
          "text": "String",
          "textToLower": "string",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_String_0:7"
        },
        "parentId": "QuickAction.describequickactionresult.geticonurl",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "description": "Returns the URL of the 32x32 icon used for the action.",
      "parentName": "DescribeQuickActionResult",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "geticons()": {
      "id": "QuickAction.describequickactionresult.method.geticons()",
      "nodeType": "method",
      "name": "getIcons",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getIcons",
        "textToLower": "geticons",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getIcons_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "order": 11,
      "memberOrder": 34,
      "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 List<Schema.DescribeIconResult> getIcons()",
      "overrideSignature": "public override List<Schema.DescribeIconResult> getIcons()",
      "simplifiedSignature": "getIcons()",
      "datatype": {
        "id": "QuickAction.describequickactionresult.geticons.datatype.List<Schema.DescribeIconResult>",
        "nodeType": "datatype",
        "name": "List<Schema.DescribeIconResult>",
        "startToken": {
          "type": "datatype.collection",
          "text": "List",
          "textToLower": "list",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 11
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_List_0:7"
        },
        "parentId": "QuickAction.describequickactionresult.geticons",
        "order": 0,
        "memberOrder": 0,
        "type": "List",
        "value": {
          "id": "QuickAction.describequickactionresult.geticons.datatype.List<Schema.DescribeIconResult>.value.Schema.DescribeIconResult",
          "nodeType": "datatype",
          "name": "Schema.DescribeIconResult",
          "startToken": {
            "type": "datatype.support.namespace",
            "text": "Schema",
            "textToLower": "schema",
            "isAux": false,
            "range": {
              "start": {
                "line": 0,
                "character": 12
              },
              "end": {
                "line": 0,
                "character": 18
              },
              "isEmpty": false,
              "isSingleLine": true
            },
            "id": "token.type.identifier_Schema_0:12"
          },
          "order": 0,
          "memberOrder": 0,
          "type": "Schema.DescribeIconResult"
        }
      },
      "description": "Returns a list of Schema.DescribeIconResult objects that describe colors used in a tab.",
      "parentName": "DescribeQuickActionResult",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "getlabel()": {
      "id": "QuickAction.describequickactionresult.method.getlabel()",
      "nodeType": "method",
      "name": "getLabel",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getLabel",
        "textToLower": "getlabel",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getLabel_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "order": 12,
      "memberOrder": 35,
      "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 String getLabel()",
      "overrideSignature": "public override String getLabel()",
      "simplifiedSignature": "getLabel()",
      "datatype": {
        "id": "QuickAction.describequickactionresult.getlabel.datatype.String",
        "nodeType": "datatype",
        "name": "String",
        "startToken": {
          "type": "datatype.primitive",
          "text": "String",
          "textToLower": "string",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_String_0:7"
        },
        "parentId": "QuickAction.describequickactionresult.getlabel",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "description": "Returns the action label.",
      "parentName": "DescribeQuickActionResult",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "getlayout()": {
      "id": "QuickAction.describequickactionresult.method.getlayout()",
      "nodeType": "method",
      "name": "getLayout",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getLayout",
        "textToLower": "getlayout",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getLayout_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "order": 13,
      "memberOrder": 36,
      "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 QuickAction.DescribeLayoutSection getLayout()",
      "overrideSignature": "public override QuickAction.DescribeLayoutSection getLayout()",
      "simplifiedSignature": "getLayout()",
      "datatype": {
        "id": "QuickAction.describequickactionresult.getlayout.datatype.QuickAction.DescribeLayoutSection",
        "nodeType": "datatype",
        "name": "QuickAction.DescribeLayoutSection",
        "startToken": {
          "type": "datatype.support.namespace",
          "text": "QuickAction",
          "textToLower": "quickaction",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 18
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_QuickAction_0:7"
        },
        "parentId": "QuickAction.describequickactionresult.getlayout",
        "order": 0,
        "memberOrder": 0,
        "type": "QuickAction.DescribeLayoutSection"
      },
      "description": "Returns the layout sections that comprise an action.",
      "parentName": "DescribeQuickActionResult",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "getlightningcomponentbundleid()": {
      "id": "QuickAction.describequickactionresult.method.getlightningcomponentbundleid()",
      "nodeType": "method",
      "name": "getLightningComponentBundleId",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getLightningComponentBundleId",
        "textToLower": "getlightningcomponentbundleid",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getLightningComponentBundleId_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "order": 14,
      "memberOrder": 37,
      "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 String getLightningComponentBundleId()",
      "overrideSignature": "public override String getLightningComponentBundleId()",
      "simplifiedSignature": "getLightningComponentBundleId()",
      "datatype": {
        "id": "QuickAction.describequickactionresult.getlightningcomponentbundleid.datatype.String",
        "nodeType": "datatype",
        "name": "String",
        "startToken": {
          "type": "datatype.primitive",
          "text": "String",
          "textToLower": "string",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_String_0:7"
        },
        "parentId": "QuickAction.describequickactionresult.getlightningcomponentbundleid",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "description": "If the custom action invokes a Lightning component, returns the ID of the Lightning component bundle to which the component belongs.",
      "parentName": "DescribeQuickActionResult",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "getlightningcomponentbundlename()": {
      "id": "QuickAction.describequickactionresult.method.getlightningcomponentbundlename()",
      "nodeType": "method",
      "name": "getLightningComponentBundleName",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getLightningComponentBundleName",
        "textToLower": "getlightningcomponentbundlename",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getLightningComponentBundleName_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "order": 15,
      "memberOrder": 38,
      "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 String getLightningComponentBundleName()",
      "overrideSignature": "public override String getLightningComponentBundleName()",
      "simplifiedSignature": "getLightningComponentBundleName()",
      "datatype": {
        "id": "QuickAction.describequickactionresult.getlightningcomponentbundlename.datatype.String",
        "nodeType": "datatype",
        "name": "String",
        "startToken": {
          "type": "datatype.primitive",
          "text": "String",
          "textToLower": "string",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_String_0:7"
        },
        "parentId": "QuickAction.describequickactionresult.getlightningcomponentbundlename",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "description": "If the custom action invokes a Lightning component, returns the name of the Lightning component bundle to which the component belongs.",
      "parentName": "DescribeQuickActionResult",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "getlightningcomponentqualifiedname()": {
      "id": "QuickAction.describequickactionresult.method.getlightningcomponentqualifiedname()",
      "nodeType": "method",
      "name": "getLightningComponentQualifiedName",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getLightningComponentQualifiedName",
        "textToLower": "getlightningcomponentqualifiedname",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getLightningComponentQualifiedName_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "order": 16,
      "memberOrder": 39,
      "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 String getLightningComponentQualifiedName()",
      "overrideSignature": "public override String getLightningComponentQualifiedName()",
      "simplifiedSignature": "getLightningComponentQualifiedName()",
      "datatype": {
        "id": "QuickAction.describequickactionresult.getlightningcomponentqualifiedname.datatype.String",
        "nodeType": "datatype",
        "name": "String",
        "startToken": {
          "type": "datatype.primitive",
          "text": "String",
          "textToLower": "string",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_String_0:7"
        },
        "parentId": "QuickAction.describequickactionresult.getlightningcomponentqualifiedname",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "description": "If the custom action invokes a Lightning component, returns the fully qualified name of the Lightning component invoked by the custom action.",
      "parentName": "DescribeQuickActionResult",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "getminiiconurl()": {
      "id": "QuickAction.describequickactionresult.method.getminiiconurl()",
      "nodeType": "method",
      "name": "getMiniIconUrl",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getMiniIconUrl",
        "textToLower": "getminiiconurl",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getMiniIconUrl_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "order": 17,
      "memberOrder": 40,
      "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 String getMiniIconUrl()",
      "overrideSignature": "public override String getMiniIconUrl()",
      "simplifiedSignature": "getMiniIconUrl()",
      "datatype": {
        "id": "QuickAction.describequickactionresult.getminiiconurl.datatype.String",
        "nodeType": "datatype",
        "name": "String",
        "startToken": {
          "type": "datatype.primitive",
          "text": "String",
          "textToLower": "string",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_String_0:7"
        },
        "parentId": "QuickAction.describequickactionresult.getminiiconurl",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "description": "Returns the 16x16 icon URL.",
      "parentName": "DescribeQuickActionResult",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "getname()": {
      "id": "QuickAction.describequickactionresult.method.getname()",
      "nodeType": "method",
      "name": "getName",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getName",
        "textToLower": "getname",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getName_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "order": 18,
      "memberOrder": 41,
      "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 String getName()",
      "overrideSignature": "public override String getName()",
      "simplifiedSignature": "getName()",
      "datatype": {
        "id": "QuickAction.describequickactionresult.getname.datatype.String",
        "nodeType": "datatype",
        "name": "String",
        "startToken": {
          "type": "datatype.primitive",
          "text": "String",
          "textToLower": "string",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_String_0:7"
        },
        "parentId": "QuickAction.describequickactionresult.getname",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "description": "Returns the action name.",
      "parentName": "DescribeQuickActionResult",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "getshowquickactionlcheader()": {
      "id": "QuickAction.describequickactionresult.method.getshowquickactionlcheader()",
      "nodeType": "method",
      "name": "getShowQuickActionLcHeader",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getShowQuickActionLcHeader",
        "textToLower": "getshowquickactionlcheader",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getShowQuickActionLcHeader_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "order": 19,
      "memberOrder": 42,
      "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 Boolean getShowQuickActionLcHeader()",
      "overrideSignature": "public override Boolean getShowQuickActionLcHeader()",
      "simplifiedSignature": "getShowQuickActionLcHeader()",
      "datatype": {
        "id": "QuickAction.describequickactionresult.getshowquickactionlcheader.datatype.Boolean",
        "nodeType": "datatype",
        "name": "Boolean",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Boolean",
          "textToLower": "boolean",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 14
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Boolean_0:7"
        },
        "parentId": "QuickAction.describequickactionresult.getshowquickactionlcheader",
        "order": 0,
        "memberOrder": 0,
        "type": "Boolean"
      },
      "description": "Returns an indication of whether  the Lightning component quick action header and footer are shown.",
      "parentName": "DescribeQuickActionResult",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "getshowquickactionvfheader()": {
      "id": "QuickAction.describequickactionresult.method.getshowquickactionvfheader()",
      "nodeType": "method",
      "name": "getShowQuickActionVfHeader",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getShowQuickActionVfHeader",
        "textToLower": "getshowquickactionvfheader",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getShowQuickActionVfHeader_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "order": 20,
      "memberOrder": 43,
      "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 Boolean getShowQuickActionVfHeader()",
      "overrideSignature": "public override Boolean getShowQuickActionVfHeader()",
      "simplifiedSignature": "getShowQuickActionVfHeader()",
      "datatype": {
        "id": "QuickAction.describequickactionresult.getshowquickactionvfheader.datatype.Boolean",
        "nodeType": "datatype",
        "name": "Boolean",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Boolean",
          "textToLower": "boolean",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 14
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Boolean_0:7"
        },
        "parentId": "QuickAction.describequickactionresult.getshowquickactionvfheader",
        "order": 0,
        "memberOrder": 0,
        "type": "Boolean"
      },
      "description": "Returns an indication of whether  the Visualforce quick action header and footer should be shown.",
      "parentName": "DescribeQuickActionResult",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "getsourcesobjecttype()": {
      "id": "QuickAction.describequickactionresult.method.getsourcesobjecttype()",
      "nodeType": "method",
      "name": "getSourceSobjectType",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getSourceSobjectType",
        "textToLower": "getsourcesobjecttype",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getSourceSobjectType_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "order": 21,
      "memberOrder": 44,
      "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 String getSourceSobjectType()",
      "overrideSignature": "public override String getSourceSobjectType()",
      "simplifiedSignature": "getSourceSobjectType()",
      "datatype": {
        "id": "QuickAction.describequickactionresult.getsourcesobjecttype.datatype.String",
        "nodeType": "datatype",
        "name": "String",
        "startToken": {
          "type": "datatype.primitive",
          "text": "String",
          "textToLower": "string",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_String_0:7"
        },
        "parentId": "QuickAction.describequickactionresult.getsourcesobjecttype",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "description": "Returns the object type used for the action.",
      "parentName": "DescribeQuickActionResult",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "gettargetparentfield()": {
      "id": "QuickAction.describequickactionresult.method.gettargetparentfield()",
      "nodeType": "method",
      "name": "getTargetParentField",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getTargetParentField",
        "textToLower": "gettargetparentfield",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getTargetParentField_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "order": 22,
      "memberOrder": 45,
      "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 String getTargetParentField()",
      "overrideSignature": "public override String getTargetParentField()",
      "simplifiedSignature": "getTargetParentField()",
      "datatype": {
        "id": "QuickAction.describequickactionresult.gettargetparentfield.datatype.String",
        "nodeType": "datatype",
        "name": "String",
        "startToken": {
          "type": "datatype.primitive",
          "text": "String",
          "textToLower": "string",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_String_0:7"
        },
        "parentId": "QuickAction.describequickactionresult.gettargetparentfield",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "description": "Returns the parent object’s type for the action.",
      "parentName": "DescribeQuickActionResult",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "gettargetrecordtypeid()": {
      "id": "QuickAction.describequickactionresult.method.gettargetrecordtypeid()",
      "nodeType": "method",
      "name": "getTargetRecordTypeId",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getTargetRecordTypeId",
        "textToLower": "gettargetrecordtypeid",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getTargetRecordTypeId_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "order": 23,
      "memberOrder": 46,
      "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 String getTargetRecordTypeId()",
      "overrideSignature": "public override String getTargetRecordTypeId()",
      "simplifiedSignature": "getTargetRecordTypeId()",
      "datatype": {
        "id": "QuickAction.describequickactionresult.gettargetrecordtypeid.datatype.String",
        "nodeType": "datatype",
        "name": "String",
        "startToken": {
          "type": "datatype.primitive",
          "text": "String",
          "textToLower": "string",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_String_0:7"
        },
        "parentId": "QuickAction.describequickactionresult.gettargetrecordtypeid",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "description": "Returns the record type of the targeted record.",
      "parentName": "DescribeQuickActionResult",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "gettargetsobjecttype()": {
      "id": "QuickAction.describequickactionresult.method.gettargetsobjecttype()",
      "nodeType": "method",
      "name": "getTargetSobjectType",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getTargetSobjectType",
        "textToLower": "gettargetsobjecttype",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getTargetSobjectType_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "order": 24,
      "memberOrder": 47,
      "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 String getTargetSobjectType()",
      "overrideSignature": "public override String getTargetSobjectType()",
      "simplifiedSignature": "getTargetSobjectType()",
      "datatype": {
        "id": "QuickAction.describequickactionresult.gettargetsobjecttype.datatype.String",
        "nodeType": "datatype",
        "name": "String",
        "startToken": {
          "type": "datatype.primitive",
          "text": "String",
          "textToLower": "string",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_String_0:7"
        },
        "parentId": "QuickAction.describequickactionresult.gettargetsobjecttype",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "description": "Returns the action’s target object type.",
      "parentName": "DescribeQuickActionResult",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "gettype()": {
      "id": "QuickAction.describequickactionresult.method.gettype()",
      "nodeType": "method",
      "name": "getType",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getType",
        "textToLower": "gettype",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getType_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "order": 25,
      "memberOrder": 48,
      "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 String getType()",
      "overrideSignature": "public override String getType()",
      "simplifiedSignature": "getType()",
      "datatype": {
        "id": "QuickAction.describequickactionresult.gettype.datatype.String",
        "nodeType": "datatype",
        "name": "String",
        "startToken": {
          "type": "datatype.primitive",
          "text": "String",
          "textToLower": "string",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_String_0:7"
        },
        "parentId": "QuickAction.describequickactionresult.gettype",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "description": "Returns a create or custom Visualforce action.",
      "parentName": "DescribeQuickActionResult",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "getvisualforcepagename()": {
      "id": "QuickAction.describequickactionresult.method.getvisualforcepagename()",
      "nodeType": "method",
      "name": "getVisualforcePageName",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getVisualforcePageName",
        "textToLower": "getvisualforcepagename",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getVisualforcePageName_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "order": 26,
      "memberOrder": 49,
      "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 String getVisualforcePageName()",
      "overrideSignature": "public override String getVisualforcePageName()",
      "simplifiedSignature": "getVisualforcePageName()",
      "datatype": {
        "id": "QuickAction.describequickactionresult.getvisualforcepagename.datatype.String",
        "nodeType": "datatype",
        "name": "String",
        "startToken": {
          "type": "datatype.primitive",
          "text": "String",
          "textToLower": "string",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_String_0:7"
        },
        "parentId": "QuickAction.describequickactionresult.getvisualforcepagename",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "description": "If Visualforce is used, returns the name of the associated page for the action.",
      "parentName": "DescribeQuickActionResult",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "getvisualforcepageurl()": {
      "id": "QuickAction.describequickactionresult.method.getvisualforcepageurl()",
      "nodeType": "method",
      "name": "getVisualforcePageUrl",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getVisualforcePageUrl",
        "textToLower": "getvisualforcepageurl",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getVisualforcePageUrl_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "order": 27,
      "memberOrder": 50,
      "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 String getVisualforcePageUrl()",
      "overrideSignature": "public override String getVisualforcePageUrl()",
      "simplifiedSignature": "getVisualforcePageUrl()",
      "datatype": {
        "id": "QuickAction.describequickactionresult.getvisualforcepageurl.datatype.String",
        "nodeType": "datatype",
        "name": "String",
        "startToken": {
          "type": "datatype.primitive",
          "text": "String",
          "textToLower": "string",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 13
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_String_0:7"
        },
        "parentId": "QuickAction.describequickactionresult.getvisualforcepageurl",
        "order": 0,
        "memberOrder": 0,
        "type": "String"
      },
      "description": "Returns the URL of the Visualforce page associated with the action.",
      "parentName": "DescribeQuickActionResult",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    },
    "getwidth()": {
      "id": "QuickAction.describequickactionresult.method.getwidth()",
      "nodeType": "method",
      "name": "getWidth",
      "startToken": {
        "type": "declaration.entity.name.function",
        "text": "getWidth",
        "textToLower": "getwidth",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.function_getWidth_-1:0"
      },
      "parentId": "QuickAction.describequickactionresult",
      "order": 28,
      "memberOrder": 51,
      "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 Integer getWidth()",
      "overrideSignature": "public override Integer getWidth()",
      "simplifiedSignature": "getWidth()",
      "datatype": {
        "id": "QuickAction.describequickactionresult.getwidth.datatype.Integer",
        "nodeType": "datatype",
        "name": "Integer",
        "startToken": {
          "type": "datatype.primitive",
          "text": "Integer",
          "textToLower": "integer",
          "isAux": false,
          "range": {
            "start": {
              "line": 0,
              "character": 7
            },
            "end": {
              "line": 0,
              "character": 14
            },
            "isEmpty": false,
            "isSingleLine": true
          },
          "id": "token.type.identifier_Integer_0:7"
        },
        "parentId": "QuickAction.describequickactionresult.getwidth",
        "order": 0,
        "memberOrder": 0,
        "type": "Integer"
      },
      "description": "If a custom action is created, returns the width in pixels of the action pane.",
      "parentName": "DescribeQuickActionResult",
      "variables": {},
      "params": {},
      "queries": [],
      "exceptions": []
    }
  },
  "constructors": {},
  "extendsType": "",
  "implementTypes": [],
  "implements": {},
  "totalMembers": 51,
  "queries": []
}