Class: Google::Apis::DfareportingV2_1::ListDirectorySiteContactsResponse
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV2_1::ListDirectorySiteContactsResponse
- Includes:
- Core::Hashable
- Defined in:
- generated/google/apis/dfareporting_v2_1/classes.rb,
generated/google/apis/dfareporting_v2_1/representations.rb,
generated/google/apis/dfareporting_v2_1/representations.rb
Overview
Directory Site Contact List Response
Instance Attribute Summary collapse
-
#directory_site_contacts ⇒ Array<Google::Apis::DfareportingV2_1::DirectorySiteContact>
Directory site contact collection Corresponds to the JSON property
directorySiteContacts
. -
#kind ⇒ String
Identifies what kind of resource this is.
-
#next_page_token ⇒ String
Pagination token to be used for the next list operation.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListDirectorySiteContactsResponse
constructor
A new instance of ListDirectorySiteContactsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ListDirectorySiteContactsResponse
Returns a new instance of ListDirectorySiteContactsResponse
4560 4561 4562 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 4560 def initialize(**args) update!(**args) end |
Instance Attribute Details
#directory_site_contacts ⇒ Array<Google::Apis::DfareportingV2_1::DirectorySiteContact>
Directory site contact collection
Corresponds to the JSON property directorySiteContacts
4547 4548 4549 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 4547 def directory_site_contacts @directory_site_contacts end |
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "
dfareporting#directorySiteContactsListResponse".
Corresponds to the JSON property kind
4553 4554 4555 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 4553 def kind @kind end |
#next_page_token ⇒ String
Pagination token to be used for the next list operation.
Corresponds to the JSON property nextPageToken
4558 4559 4560 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 4558 def next_page_token @next_page_token end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4565 4566 4567 4568 4569 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 4565 def update!(**args) @directory_site_contacts = args[:directory_site_contacts] unless args[:directory_site_contacts].nil? @kind = args[:kind] unless args[:kind].nil? @next_page_token = args[:next_page_token] unless args[:next_page_token].nil? end |