Class: Google::Apis::DfareportingV2_1::UserProfileList

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Methods included from Core::Hashable

process_value, #to_h

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

#etagString

The eTag of this response for caching purposes. Corresponds to the JSON property etag

Returns:

  • (String)


10514
10515
10516
# File 'generated/google/apis/dfareporting_v2_1/classes.rb', line 10514

def etag
  @etag
end

#itemsArray<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

#kindString

The kind of list this is, in this case dfareporting#userProfileList. Corresponds to the JSON property kind

Returns:

  • (String)


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