Class: Google::Apis::DfareportingV3_4::UserProfileList

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/dfareporting_v3_4/classes.rb,
generated/google/apis/dfareporting_v3_4/representations.rb,
generated/google/apis/dfareporting_v3_4/representations.rb

Overview

Represents the list of user profiles.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ UserProfileList

Returns a new instance of UserProfileList.



12703
12704
12705
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 12703

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#etagString

Etag of this resource. Corresponds to the JSON property etag

Returns:

  • (String)


12690
12691
12692
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 12690

def etag
  @etag
end

#itemsArray<Google::Apis::DfareportingV3_4::UserProfile>

The user profiles returned in this response. Corresponds to the JSON property items



12695
12696
12697
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 12695

def items
  @items
end

#kindString

Identifies what kind of resource this is. Value: the fixed string " dfareporting#userProfileList". Corresponds to the JSON property kind

Returns:

  • (String)


12701
12702
12703
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 12701

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



12708
12709
12710
12711
12712
# File 'generated/google/apis/dfareporting_v3_4/classes.rb', line 12708

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