Class: Google::Apis::Searchads360V23::GoogleAdsSearchads360V23ResourcesFinalUrlExpansionAssetView

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

FinalUrlExpansionAssetView Resource.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleAdsSearchads360V23ResourcesFinalUrlExpansionAssetView

Returns a new instance of GoogleAdsSearchads360V23ResourcesFinalUrlExpansionAssetView.



29307
29308
29309
# File 'lib/google/apis/searchads360_v23/classes.rb', line 29307

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

Instance Attribute Details

#ad_groupString

Output only. Ad Group in which FinalUrlExpansionAsset served. Corresponds to the JSON property adGroup

Returns:

  • (String)


29270
29271
29272
# File 'lib/google/apis/searchads360_v23/classes.rb', line 29270

def ad_group
  @ad_group
end

#assetString

Output only. The ID of the asset. Corresponds to the JSON property asset

Returns:

  • (String)


29275
29276
29277
# File 'lib/google/apis/searchads360_v23/classes.rb', line 29275

def asset
  @asset
end

#asset_groupString

Output only. Asset Group in which FinalUrlExpansionAsset served. Corresponds to the JSON property assetGroup

Returns:

  • (String)


29280
29281
29282
# File 'lib/google/apis/searchads360_v23/classes.rb', line 29280

def asset_group
  @asset_group
end

#campaignString

Output only. Campaign in which the asset served. Corresponds to the JSON property campaign

Returns:

  • (String)


29285
29286
29287
# File 'lib/google/apis/searchads360_v23/classes.rb', line 29285

def campaign
  @campaign
end

#field_typeString

Output only. The field type of the asset. Corresponds to the JSON property fieldType

Returns:

  • (String)


29290
29291
29292
# File 'lib/google/apis/searchads360_v23/classes.rb', line 29290

def field_type
  @field_type
end

#final_urlString

Output only. Final URL of the FinalUrlExpansionAsset. Corresponds to the JSON property finalUrl

Returns:

  • (String)


29295
29296
29297
# File 'lib/google/apis/searchads360_v23/classes.rb', line 29295

def final_url
  @final_url
end

#resource_nameString

Output only. The resource name of the FinalUrlExpansionAsset. Corresponds to the JSON property resourceName

Returns:

  • (String)


29300
29301
29302
# File 'lib/google/apis/searchads360_v23/classes.rb', line 29300

def resource_name
  @resource_name
end

#statusString

Output only. Status of the FinalUrlExpansionAsset. Corresponds to the JSON property status

Returns:

  • (String)


29305
29306
29307
# File 'lib/google/apis/searchads360_v23/classes.rb', line 29305

def status
  @status
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



29312
29313
29314
29315
29316
29317
29318
29319
29320
29321
# File 'lib/google/apis/searchads360_v23/classes.rb', line 29312

def update!(**args)
  @ad_group = args[:ad_group] if args.key?(:ad_group)
  @asset = args[:asset] if args.key?(:asset)
  @asset_group = args[:asset_group] if args.key?(:asset_group)
  @campaign = args[:campaign] if args.key?(:campaign)
  @field_type = args[:field_type] if args.key?(:field_type)
  @final_url = args[:final_url] if args.key?(:final_url)
  @resource_name = args[:resource_name] if args.key?(:resource_name)
  @status = args[:status] if args.key?(:status)
end