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.



1911
1912
1913
# File 'lib/google/apis/searchads360_v23/classes.rb', line 1911

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



1909
1910
1911
# File 'lib/google/apis/searchads360_v23/classes.rb', line 1909

def actions
  @actions
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1916
1917
1918
# File 'lib/google/apis/searchads360_v23/classes.rb', line 1916

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