{
  "id": "ConnectApi.​feed​poll​choice",
  "nodeType": "class",
  "name": "​Feed​Poll​Choice",
  "namespace": "ConnectApi",
  "startToken": {
    "type": "declaration.entity.name.class",
    "text": "​Feed​Poll​Choice",
    "textToLower": "​feed​poll​choice",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "declaration.entity.name.class_​Feed​Poll​Choice_-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": "",
  "documentation": "https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_connectapi_output_FeedPollChoice.htm",
  "classes": {},
  "interfaces": {},
  "enums": {},
  "variables": {
    "id": {
      "id": "ConnectApi.​feed​poll​choice.id",
      "nodeType": "variable",
      "name": "id",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "id",
        "textToLower": "id",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_id_-1:0"
      },
      "order": 1,
      "memberOrder": 1,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "keyword.modifier.access_public_-1:0"
      },
      "signature": "public String id",
      "simplifiedSignature": "String id",
      "datatype": {
        "id": "ConnectApi.​feed​poll​choice.id.string",
        "nodeType": "datatype",
        "name": "String",
        "order": 0,
        "memberOrder": 0
      },
      "description": "Poll choice ID",
      "parentName": "​Feed​Poll​Choice"
    },
    "position": {
      "id": "ConnectApi.​feed​poll​choice.position",
      "nodeType": "variable",
      "name": "position",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "position",
        "textToLower": "position",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_position_-1:0"
      },
      "order": 2,
      "memberOrder": 2,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "keyword.modifier.access_public_-1:0"
      },
      "signature": "public Integer position",
      "simplifiedSignature": "Integer position",
      "datatype": {
        "id": "ConnectApi.​feed​poll​choice.position.integer",
        "nodeType": "datatype",
        "name": "Integer",
        "order": 0,
        "memberOrder": 0
      },
      "description": "The location in the poll where this poll choice exists. The",
      "parentName": "​Feed​Poll​Choice"
    },
    "text": {
      "id": "ConnectApi.​feed​poll​choice.text",
      "nodeType": "variable",
      "name": "text",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "text",
        "textToLower": "text",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_text_-1:0"
      },
      "order": 3,
      "memberOrder": 3,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "keyword.modifier.access_public_-1:0"
      },
      "signature": "public String text",
      "simplifiedSignature": "String text",
      "datatype": {
        "id": "ConnectApi.​feed​poll​choice.text.string",
        "nodeType": "datatype",
        "name": "String",
        "order": 0,
        "memberOrder": 0
      },
      "description": "Label text associated with the poll choice",
      "parentName": "​Feed​Poll​Choice"
    },
    "votecount": {
      "id": "ConnectApi.​feed​poll​choice.votecount",
      "nodeType": "variable",
      "name": "voteCount",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "voteCount",
        "textToLower": "votecount",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_voteCount_-1:0"
      },
      "order": 4,
      "memberOrder": 4,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "keyword.modifier.access_public_-1:0"
      },
      "signature": "public Integer voteCount",
      "simplifiedSignature": "Integer voteCount",
      "datatype": {
        "id": "ConnectApi.​feed​poll​choice.votecount.integer",
        "nodeType": "datatype",
        "name": "Integer",
        "order": 0,
        "memberOrder": 0
      },
      "description": "Total number of votes for this poll choice",
      "parentName": "​Feed​Poll​Choice"
    },
    "votecountratio": {
      "id": "ConnectApi.​feed​poll​choice.votecountratio",
      "nodeType": "variable",
      "name": "voteCountRatio",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "voteCountRatio",
        "textToLower": "votecountratio",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_voteCountRatio_-1:0"
      },
      "order": 5,
      "memberOrder": 5,
      "accessModifier": {
        "type": "keyword.modifier.access",
        "text": "public",
        "textToLower": "public",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "keyword.modifier.access_public_-1:0"
      },
      "signature": "public Double voteCountRatio",
      "simplifiedSignature": "Double voteCountRatio",
      "datatype": {
        "id": "ConnectApi.​feed​poll​choice.votecountratio.double",
        "nodeType": "datatype",
        "name": "Double",
        "order": 0,
        "memberOrder": 0
      },
      "description": "The ratio of total number of votes for this poll choice to",
      "parentName": "​Feed​Poll​Choice"
    }
  },
  "methods": {},
  "constructors": {},
  "extendsType": "",
  "implementTypes": [],
  "implements": {},
  "totalMembers": 5,
  "queries": []
}