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.



47757
47758
47759
# File 'lib/google/apis/searchads360_v23/classes.rb', line 47757

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



47750
47751
47752
# File 'lib/google/apis/searchads360_v23/classes.rb', line 47750

def campaign_shared_set
  @campaign_shared_set
end

#resource_nameString

Returned for successful operations. Corresponds to the JSON property resourceName

Returns:

  • (String)


47755
47756
47757
# File 'lib/google/apis/searchads360_v23/classes.rb', line 47755

def resource_name
  @resource_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



47762
47763
47764
47765
# File 'lib/google/apis/searchads360_v23/classes.rb', line 47762

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