{
  "id": "ConnectApi.​chatter​group​summarypage",
  "nodeType": "class",
  "name": "​Chatter​Group​SummaryPage",
  "namespace": "ConnectApi",
  "startToken": {
    "type": "declaration.entity.name.class",
    "text": "​Chatter​Group​SummaryPage",
    "textToLower": "​chatter​group​summarypage",
    "isAux": false,
    "range": {
      "start": {
        "line": -1,
        "character": 0
      },
      "end": {
        "line": -1,
        "character": 0
      },
      "isEmpty": true,
      "isSingleLine": true
    },
    "id": "declaration.entity.name.class_​Chatter​Group​SummaryPage_-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_GroupSummaryPage.htm",
  "classes": {},
  "interfaces": {},
  "enums": {},
  "variables": {
    "currentpageurl": {
      "id": "ConnectApi.​chatter​group​summarypage.currentpageurl",
      "nodeType": "variable",
      "name": "currentPageUrl",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "currentPageUrl",
        "textToLower": "currentpageurl",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_currentPageUrl_-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 currentPageUrl",
      "simplifiedSignature": "String currentPageUrl",
      "datatype": {
        "id": "ConnectApi.​chatter​group​summarypage.currentpageurl.string",
        "nodeType": "datatype",
        "name": "String",
        "order": 0,
        "memberOrder": 0
      },
      "description": "Connect REST API URL identifying the current page.",
      "parentName": "​Chatter​Group​SummaryPage"
    },
    "groups": {
      "id": "ConnectApi.​chatter​group​summarypage.groups",
      "nodeType": "variable",
      "name": "groups",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "groups",
        "textToLower": "groups",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_groups_-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 List<ConnectApi.​Chatter​Group​Summary> groups",
      "simplifiedSignature": "List<ConnectApi.​Chatter​Group​Summary> groups",
      "datatype": {
        "id": "ConnectApi.​chatter​group​summarypage.groups.list<connectapi.​chatter​group​summary>",
        "nodeType": "datatype",
        "name": "List<ConnectApi.​Chatter​Group​Summary>",
        "order": 0,
        "memberOrder": 0
      },
      "description": "List of group summary objects",
      "parentName": "​Chatter​Group​SummaryPage"
    },
    "nextpageurl": {
      "id": "ConnectApi.​chatter​group​summarypage.nextpageurl",
      "nodeType": "variable",
      "name": "nextPageUrl",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "nextPageUrl",
        "textToLower": "nextpageurl",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_nextPageUrl_-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 nextPageUrl",
      "simplifiedSignature": "String nextPageUrl",
      "datatype": {
        "id": "ConnectApi.​chatter​group​summarypage.nextpageurl.string",
        "nodeType": "datatype",
        "name": "String",
        "order": 0,
        "memberOrder": 0
      },
      "description": "Connect REST API URL identifying the next page, or null if there isn’t a next page.",
      "parentName": "​Chatter​Group​SummaryPage"
    },
    "previouspageurl": {
      "id": "ConnectApi.​chatter​group​summarypage.previouspageurl",
      "nodeType": "variable",
      "name": "previousPageUrl",
      "startToken": {
        "type": "declaration.entity.name.variable",
        "text": "previousPageUrl",
        "textToLower": "previouspageurl",
        "isAux": false,
        "range": {
          "start": {
            "line": -1,
            "character": 0
          },
          "end": {
            "line": -1,
            "character": 0
          },
          "isEmpty": true,
          "isSingleLine": true
        },
        "id": "declaration.entity.name.variable_previousPageUrl_-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 String previousPageUrl",
      "simplifiedSignature": "String previousPageUrl",
      "datatype": {
        "id": "ConnectApi.​chatter​group​summarypage.previouspageurl.string",
        "nodeType": "datatype",
        "name": "String",
        "order": 0,
        "memberOrder": 0
      },
      "description": "Connect REST API URL identifying the previous page, or null if there isn’t a previous page.",
      "parentName": "​Chatter​Group​SummaryPage"
    }
  },
  "methods": {},
  "constructors": {},
  "extendsType": "",
  "implementTypes": [],
  "implements": {},
  "totalMembers": 4,
  "queries": []
}