Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateAssetGroupResult

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

Overview

The result for the asset group mutate.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateAssetGroupResult

Returns a new instance of GoogleAdsSearchads360V23ServicesMutateAssetGroupResult.



45017
45018
45019
# File 'lib/google/apis/searchads360_v23/classes.rb', line 45017

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

Instance Attribute Details

#resource_nameString

Returned for successful operations. Corresponds to the JSON property resourceName

Returns:

  • (String)


45015
45016
45017
# File 'lib/google/apis/searchads360_v23/classes.rb', line 45015

def resource_name
  @resource_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



45022
45023
45024
# File 'lib/google/apis/searchads360_v23/classes.rb', line 45022

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