Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesAssetSet

An asset set representing a collection of assets. Use AssetSetAsset to link an asset to the asset set.

Inheritance
object
GoogleAdsSearchads360V23ResourcesAssetSet
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesAssetSet : IDirectResponseSchema

Properties

BusinessProfileLocationGroup

Business Profile location group asset set data.

Declaration
[JsonProperty("businessProfileLocationGroup")]
public virtual GoogleAdsSearchads360V23CommonBusinessProfileLocationGroup BusinessProfileLocationGroup { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonBusinessProfileLocationGroup

ChainLocationGroup

Represents information about a Chain dynamic location group. Only applicable if the sync level AssetSet's type is LOCATION_SYNC and sync source is chain.

Declaration
[JsonProperty("chainLocationGroup")]
public virtual GoogleAdsSearchads360V23CommonChainLocationGroup ChainLocationGroup { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonChainLocationGroup

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

HotelPropertyData

Output only. For Performance Max for travel goals campaigns with a Hotel Center account link. Read-only.

Declaration
[JsonProperty("hotelPropertyData")]
public virtual GoogleAdsSearchads360V23ResourcesAssetSetHotelPropertyData HotelPropertyData { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ResourcesAssetSetHotelPropertyData

Id

Output only. The ID of the asset set.

Declaration
[JsonProperty("id")]
public virtual long? Id { get; set; }
Property Value
Type Description
long?

LocationGroupParentAssetSetId

Immutable. Parent asset set ID for the asset set where the elements of this asset set come from. For example: the sync level location AssetSet id where the elements in LocationGroup AssetSet come from. This field is required and only applicable for Location Group typed AssetSet.

Declaration
[JsonProperty("locationGroupParentAssetSetId")]
public virtual long? LocationGroupParentAssetSetId { get; set; }
Property Value
Type Description
long?

LocationSet

Location asset set data. This will be used for sync level location set. This can only be set if AssetSet's type is LOCATION_SYNC.

Declaration
[JsonProperty("locationSet")]
public virtual GoogleAdsSearchads360V23CommonLocationSet LocationSet { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonLocationSet

MerchantCenterFeed

Merchant ID and Feed Label from Google Merchant Center.

Declaration
[JsonProperty("merchantCenterFeed")]
public virtual GoogleAdsSearchads360V23ResourcesAssetSetMerchantCenterFeed MerchantCenterFeed { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ResourcesAssetSetMerchantCenterFeed

Name

Required. Name of the asset set. Required. It must have a minimum length of 1 and maximum length of 128.

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

ResourceName

Immutable. The resource name of the asset set. Asset set resource names have the form: customers/{customer_id}/assetSets/{asset_set_id}

Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
Type Description
string

Status

Output only. The status of the asset set. Read-only.

Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type Description
string

Type

Required. Immutable. The type of the asset set. Required.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX