Class: Google::Apis::DfareportingV3_5::UserProfileList
- Inherits:
-
Object
- Object
- Google::Apis::DfareportingV3_5::UserProfileList
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dfareporting_v3_5/classes.rb,
lib/google/apis/dfareporting_v3_5/representations.rb,
lib/google/apis/dfareporting_v3_5/representations.rb
Overview
Represents the list of user profiles.
Instance Attribute Summary collapse
-
#etag ⇒ String
Etag of this resource.
-
#items ⇒ Array<Google::Apis::DfareportingV3_5::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.
12362 12363 12364 |
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 12362 def initialize(**args) update!(**args) end |
Instance Attribute Details
#etag ⇒ String
Etag of this resource.
Corresponds to the JSON property etag
12349 12350 12351 |
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 12349 def etag @etag end |
#items ⇒ Array<Google::Apis::DfareportingV3_5::UserProfile>
The user profiles returned in this response.
Corresponds to the JSON property items
12354 12355 12356 |
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 12354 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
12360 12361 12362 |
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 12360 def kind @kind end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
12367 12368 12369 12370 12371 |
# File 'lib/google/apis/dfareporting_v3_5/classes.rb', line 12367 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 |