Class AccountsLinkRequest
Inheritance
System.Object
AccountsLinkRequest
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.ShoppingContent.v2.Data
Assembly: Google.Apis.ShoppingContent.v2.dll
Syntax
public class AccountsLinkRequest : IDirectResponseSchema
Properties
Action
Action to perform for this link. The "request"
action is only available to select merchants. Acceptable
values are: - "approve
" - "remove
" - "request
"
Declaration
[JsonProperty("action")]
public virtual string Action { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LinkedAccountId
The ID of the linked account.
Declaration
[JsonProperty("linkedAccountId")]
public virtual string LinkedAccountId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
LinkType
Type of the link between the two accounts. Acceptable values are: - "channelPartner
" -
"eCommercePlatform
"
Declaration
[JsonProperty("linkType")]
public virtual string LinkType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Google.Apis.Requests.IDirectResponseSchema