Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesProductLinkInvitation

Represents an invitation for data sharing connection between a Google Ads account and another account.

Inheritance
object
GoogleAdsSearchads360V23ResourcesProductLinkInvitation
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 GoogleAdsSearchads360V23ResourcesProductLinkInvitation : IDirectResponseSchema

Properties

AdvertisingPartner

Output only. Advertising Partner link invitation.

Declaration
[JsonProperty("advertisingPartner")]
public virtual GoogleAdsSearchads360V23ResourcesAdvertisingPartnerLinkInvitationIdentifier AdvertisingPartner { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ResourcesAdvertisingPartnerLinkInvitationIdentifier

ETag

The ETag of the item.

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

HotelCenter

Output only. Hotel link invitation.

Declaration
[JsonProperty("hotelCenter")]
public virtual GoogleAdsSearchads360V23ResourcesHotelCenterLinkInvitationIdentifier HotelCenter { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ResourcesHotelCenterLinkInvitationIdentifier

MerchantCenter

Output only. Merchant Center link invitation.

Declaration
[JsonProperty("merchantCenter")]
public virtual GoogleAdsSearchads360V23ResourcesMerchantCenterLinkInvitationIdentifier MerchantCenter { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23ResourcesMerchantCenterLinkInvitationIdentifier

ProductLinkInvitationId

Output only. The ID of the product link invitation. This field is read only.

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

ResourceName

Immutable. The resource name of a product link invitation. Product link invitation resource names have the form: customers/{customer_id}/productLinkInvitations/{product_link_invitation_id}

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

Status

Output only. The status of the product link invitation. This field is read only.

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

Type

Output only. The type of the invited account. This field is read only and can be used for filtering invitations with {@code GoogleAdsService.SearchGoogleAdsRequest}.

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