Show / Hide Table of Contents

Class ProductStatusDestinationStatus

Inheritance
System.Object
ProductStatusDestinationStatus
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 ProductStatusDestinationStatus : IDirectResponseSchema

Properties

ApprovalPending

Whether the approval status might change due to further processing.

Declaration
[JsonProperty("approvalPending")]
public virtual bool? ApprovalPending { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

ApprovalStatus

The destination's approval status. Acceptable values are: - "approved" - "disapproved"

Declaration
[JsonProperty("approvalStatus")]
public virtual string ApprovalStatus { get; set; }
Property Value
Type Description
System.String

Destination

The name of the destination

Declaration
[JsonProperty("destination")]
public virtual string Destination { 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

Intention

Provided for backward compatibility only. Always set to "required". Acceptable values are: - "default" - "excluded" - "optional" - "required"

Declaration
[JsonProperty("intention")]
public virtual string Intention { get; set; }
Property Value
Type Description
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top