View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_CampaignAsset (google_api_search_ads360 v0.3.0)

A link between a Campaign and an Asset.

Attributes

  • asset (type: String.t, default: nil) - Immutable. The asset which is linked to the campaign.
  • campaign (type: String.t, default: nil) - Immutable. The campaign to which the asset is linked.
  • resourceName (type: String.t, default: nil) - Immutable. The resource name of the campaign asset. CampaignAsset resource names have the form: customers/{customer_id}/campaignAssets/{campaign_id}~{asset_id}~{field_type}
  • status (type: String.t, default: nil) - Output only. Status of the campaign asset.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Resources_CampaignAsset{
    asset: String.t() | nil,
    campaign: String.t() | nil,
    resourceName: String.t() | nil,
    status: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.