Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonBasicUserListInfo

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23CommonBasicUserListInfo

Returns a new instance of GoogleAdsSearchads360V23CommonBasicUserListInfo.



1851
1852
1853
# File 'lib/google/apis/searchads360_v23/classes.rb', line 1851

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

Instance Attribute Details

#actionsArray<Google::Apis::Searchads360V23::GoogleAdsSearchads360V23CommonUserListActionInfo>

Actions associated with this user list. Corresponds to the JSON property actions



1849
1850
1851
# File 'lib/google/apis/searchads360_v23/classes.rb', line 1849

def actions
  @actions
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1856
1857
1858
# File 'lib/google/apis/searchads360_v23/classes.rb', line 1856

def update!(**args)
  @actions = args[:actions] if args.key?(:actions)
end