Class: Google::Apis::DfareportingV3_3::PlacementGroupsListResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dfareporting_v3_3/classes.rb,
generated/google/apis/dfareporting_v3_3/representations.rb,
generated/google/apis/dfareporting_v3_3/representations.rb

Overview

Placement Group List Response

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ PlacementGroupsListResponse

Returns a new instance of PlacementGroupsListResponse.



8520
8521
8522
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 8520

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#kindString

Identifies what kind of resource this is. Value: the fixed string " dfareporting#placementGroupsListResponse". Corresponds to the JSON property kind

Returns:

  • (String)


8508
8509
8510
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 8508

def kind
  @kind
end

#next_page_tokenString

Pagination token to be used for the next list operation. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


8513
8514
8515
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 8513

def next_page_token
  @next_page_token
end

#placement_groupsArray<Google::Apis::DfareportingV3_3::PlacementGroup>

Placement group collection. Corresponds to the JSON property placementGroups



8518
8519
8520
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 8518

def placement_groups
  @placement_groups
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8525
8526
8527
8528
8529
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 8525

def update!(**args)
  @kind = args[:kind] if args.key?(:kind)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
  @placement_groups = args[:placement_groups] if args.key?(:placement_groups)
end