Class: Google::Apis::DfareportingV3_3::UserProfileList
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV3_3::UserProfileList
- 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
Represents the list of user profiles.
Instance Attribute Summary collapse
-
#etag ⇒ String
Etag of this resource.
-
#items ⇒ Array<Google::Apis::DfareportingV3_3::UserProfile>
The user profiles returned in this response.
-
#kind ⇒ String
Identifies what kind of resource this is.
Instance Method Summary collapse
-
#initialize(**args) ⇒ UserProfileList
constructor
A new instance of UserProfileList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ UserProfileList
Returns a new instance of UserProfileList.
11756 11757 11758 |
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 11756 def initialize(**args) update!(**args) end |
Instance Attribute Details
#etag ⇒ String
Etag of this resource.
Corresponds to the JSON property etag
11743 11744 11745 |
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 11743 def etag @etag end |
#items ⇒ Array<Google::Apis::DfareportingV3_3::UserProfile>
The user profiles returned in this response.
Corresponds to the JSON property items
11748 11749 11750 |
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 11748 def items @items end |
#kind ⇒ String
Identifies what kind of resource this is. Value: the fixed string "
dfareporting#userProfileList".
Corresponds to the JSON property kind
11754 11755 11756 |
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 11754 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
11761 11762 11763 11764 11765 |
# File 'generated/google/apis/dfareporting_v3_3/classes.rb', line 11761 def update!(**args) @etag = args[:etag] if args.key?(:etag) @items = args[:items] if args.key?(:items) @kind = args[:kind] if args.key?(:kind) end |