Class: Google::Apis::DfareportingV3_2::DirectorySiteContactsListResponse

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

Overview

Directory Site Contact List Response

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from Core::JsonObjectSupport

#to_json

Methods included from Core::Hashable

process_value, #to_h

Constructor Details

#initialize(**args) ⇒ DirectorySiteContactsListResponse

Returns a new instance of DirectorySiteContactsListResponse



5361
5362
5363
# File 'generated/google/apis/dfareporting_v3_2/classes.rb', line 5361

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

Instance Attribute Details

#directory_site_contactsArray<Google::Apis::DfareportingV3_2::DirectorySiteContact>

Directory site contact collection Corresponds to the JSON property directorySiteContacts



5348
5349
5350
# File 'generated/google/apis/dfareporting_v3_2/classes.rb', line 5348

def directory_site_contacts
  @directory_site_contacts
end

#kindString

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

Returns:

  • (String)


5354
5355
5356
# File 'generated/google/apis/dfareporting_v3_2/classes.rb', line 5354

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)


5359
5360
5361
# File 'generated/google/apis/dfareporting_v3_2/classes.rb', line 5359

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5366
5367
5368
5369
5370
# File 'generated/google/apis/dfareporting_v3_2/classes.rb', line 5366

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