Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateSharedSetResult

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 shared set mutate.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateSharedSetResult

Returns a new instance of GoogleAdsSearchads360V23ServicesMutateSharedSetResult.



51721
51722
51723
# File 'lib/google/apis/searchads360_v23/classes.rb', line 51721

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

Instance Attribute Details

#resource_nameString

Returned for successful operations. Corresponds to the JSON property resourceName

Returns:

  • (String)


51714
51715
51716
# File 'lib/google/apis/searchads360_v23/classes.rb', line 51714

def resource_name
  @resource_name
end

#shared_setGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesSharedSet

SharedSets are used for sharing criterion exclusions across multiple campaigns. Corresponds to the JSON property sharedSet



51719
51720
51721
# File 'lib/google/apis/searchads360_v23/classes.rb', line 51719

def shared_set
  @shared_set
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



51726
51727
51728
51729
# File 'lib/google/apis/searchads360_v23/classes.rb', line 51726

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