View Source GoogleApi.DisplayVideo.V3.Model.BulkListAdGroupAssignedTargetingOptionsResponse (google_api_display_video v0.38.3)

Attributes

  • adGroupAssignedTargetingOptions (type: list(GoogleApi.DisplayVideo.V3.Model.AdGroupAssignedTargetingOption.t), default: nil) - The list of wrapper objects, each providing an assigned targeting option and the ad group it is assigned to. This list will be absent if empty.
  • nextPageToken (type: String.t, default: nil) - A token identifying the next page of results. This value should be specified as the pageToken in a subsequent call to BulkListAdGroupAssignedTargetingOptions to fetch the next page of results. This token will be absent if there are no more AdGroupAssignedTargetingOption resources to return.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.DisplayVideo.V3.Model.BulkListAdGroupAssignedTargetingOptionsResponse{
    adGroupAssignedTargetingOptions:
      [GoogleApi.DisplayVideo.V3.Model.AdGroupAssignedTargetingOption.t()] | nil,
    nextPageToken: String.t() | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.