Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ServicesMutateCampaignGroupResult

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 group mutate.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ServicesMutateCampaignGroupResult

Returns a new instance of GoogleAdsSearchads360V23ServicesMutateCampaignGroupResult.



47620
47621
47622
# File 'lib/google/apis/searchads360_v23/classes.rb', line 47620

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

Instance Attribute Details

#campaign_groupGoogle::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesCampaignGroup

A campaign group. Corresponds to the JSON property campaignGroup



47613
47614
47615
# File 'lib/google/apis/searchads360_v23/classes.rb', line 47613

def campaign_group
  @campaign_group
end

#resource_nameString

Required. Returned for successful operations. Corresponds to the JSON property resourceName

Returns:

  • (String)


47618
47619
47620
# File 'lib/google/apis/searchads360_v23/classes.rb', line 47618

def resource_name
  @resource_name
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



47625
47626
47627
47628
# File 'lib/google/apis/searchads360_v23/classes.rb', line 47625

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