Class: Google::Apis::DfareportingV2_1::UserProfileList
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV2_1::UserProfileList
- 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
Represents the list of user profiles.
Instance Attribute Summary collapse
-
#etag ⇒ String
The eTag of this response for caching purposes.
-
#items ⇒ Array<Google::Apis::DfareportingV2_1::UserProfile>
The user profiles returned in this response.
-
#kind ⇒ String
The kind of list this is, in this case dfareporting#userProfileList.
Instance Method Summary collapse
-
#initialize(**args) ⇒ UserProfileList
constructor
A new instance of UserProfileList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ UserProfileList
Returns a new instance of UserProfileList
10526 10527 10528 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 10526 def initialize(**args) update!(**args) end |
Instance Attribute Details
#etag ⇒ String
The eTag of this response for caching purposes.
Corresponds to the JSON property etag
10514 10515 10516 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 10514 def etag @etag end |
#items ⇒ Array<Google::Apis::DfareportingV2_1::UserProfile>
The user profiles returned in this response.
Corresponds to the JSON property items
10519 10520 10521 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 10519 def items @items end |
#kind ⇒ String
The kind of list this is, in this case dfareporting#userProfileList.
Corresponds to the JSON property kind
10524 10525 10526 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 10524 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10531 10532 10533 10534 10535 |
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 10531 def update!(**args) @etag = args[:etag] unless args[:etag].nil? @items = args[:items] unless args[:items].nil? @kind = args[:kind] unless args[:kind].nil? end |