Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCampaignSharedSetResult

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateCampaignSharedSetResult

Returns a new instance of GoogleAdsSearchads360V23ServicesMutateCampaignSharedSetResult.



47064
47065
47066
# File 'lib/google/apis/searchads360_v23/classes.rb', line 47064

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

Instance Attribute Details

#campaign_shared_setGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesCampaignSharedSet

CampaignSharedSets are used for managing the shared sets associated with a campaign. Corresponds to the JSON property campaignSharedSet



47057
47058
47059
# File 'lib/google/apis/searchads360_v23/classes.rb', line 47057

def campaign_shared_set
  @campaign_shared_set
end

#resource_nameString

Returned for successful operations. Corresponds to the JSON property resourceName

Returns:

  • (String)


47062
47063
47064
# File 'lib/google/apis/searchads360_v23/classes.rb', line 47062

def resource_name
  @resource_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



47069
47070
47071
47072
# File 'lib/google/apis/searchads360_v23/classes.rb', line 47069

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