Class: Google::Apis::DisplayvideoV3::ListPartnersResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListPartnersResponse

Returns a new instance of ListPartnersResponse.



9206
9207
9208
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 9206

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

Instance Attribute Details

#next_page_tokenString

A token to retrieve the next page of results. Pass this value in the page_token field in the subsequent call to ListPartners method to retrieve the next page of results. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


9199
9200
9201
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 9199

def next_page_token
  @next_page_token
end

#partnersArray<Google::Apis::DisplayvideoV3::Partner>

The list of partners. This list will be absent if empty. Corresponds to the JSON property partners



9204
9205
9206
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 9204

def partners
  @partners
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9211
9212
9213
9214
# File 'lib/google/apis/displayvideo_v3/classes.rb', line 9211

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