Class: Google::Apis::DfareportingV5::UserProfileList

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/dfareporting_v5/classes.rb,
lib/google/apis/dfareporting_v5/representations.rb,
lib/google/apis/dfareporting_v5/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.



13659
13660
13661
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 13659

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

Instance Attribute Details

#etagString

Etag of this resource. Corresponds to the JSON property etag

Returns:

  • (String)


13646
13647
13648
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 13646

def etag
  @etag
end

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

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



13651
13652
13653
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 13651

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)


13657
13658
13659
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 13657

def kind
  @kind
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



13664
13665
13666
13667
13668
# File 'lib/google/apis/dfareporting_v5/classes.rb', line 13664

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