You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lists Platform Child Sites for a specified Platform Child Account.
171
+
172
+
## Parameters
173
+
174
+
* `connection` (*type:* `GoogleApi.AdSensePlatform.V1alpha.Connection.t`) - Connection to server
175
+
* `parent` (*type:* `String.t`) - Required. The name of the platform to retrieve. Format: accounts/{account}/platforms/{platform}/childAccounts/{child_publisher_code}
* `:alt` (*type:* `String.t`) - Data format for response.
180
+
* `:callback` (*type:* `String.t`) - JSONP
181
+
* `:fields` (*type:* `String.t`) - Selector specifying which fields to include in a partial response.
182
+
* `:key` (*type:* `String.t`) - API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token.
183
+
* `:oauth_token` (*type:* `String.t`) - OAuth 2.0 token for the current user.
184
+
* `:prettyPrint` (*type:* `boolean()`) - Returns response with indentations and line breaks.
185
+
* `:quotaUser` (*type:* `String.t`) - Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters.
186
+
* `:uploadType` (*type:* `String.t`) - Legacy upload protocol for media (e.g. "media", "multipart").
187
+
* `:upload_protocol` (*type:* `String.t`) - Upload protocol for media (e.g. "raw", "multipart").
188
+
* `:pageSize` (*type:* `integer()`) - Optional. The maximum number of children to include in the response, used for paging. If unspecified, at most 10000 platforms will be returned. The maximum value is 10000; values above 10000 will be coerced to 10000.
189
+
* `:pageToken` (*type:* `String.t`) - Optional. A page token, received from a previous `ListPlatformChildren` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListPlatformChildren` must match the call that provided the page token.
190
+
* `opts` (*type:* `keyword()`) - Call options
191
+
192
+
## Returns
193
+
194
+
* `{:ok, %GoogleApi.AdSensePlatform.V1alpha.Model.ListPlatformChildSitesResponse{}}` on success
Response definition for the list platform child sites rpc.
21
+
22
+
## Attributes
23
+
24
+
* `nextPageToken` (*type:* `String.t`, *default:* `nil`) - Continuation token used to page through platforms. To retrieve the next page of the results, set the next request's "page_token" value to this.
25
+
* `platformChildSites` (*type:* `list(GoogleApi.AdSensePlatform.V1alpha.Model.PlatformChildSite.t)`, *default:* `nil`) - The platform child sites returned in this list response.
0 commit comments