Show / Hide Table of Contents

Class GoogleCloudChannelV1Constraints

Represents the constraints for buying the Offer.

Inheritance
object
GoogleCloudChannelV1Constraints
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.Cloudchannel.v1.Data
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class GoogleCloudChannelV1Constraints : IDirectResponseSchema

Properties

CustomerConstraints

Represents constraints required to purchase the Offer for a customer.

Declaration
[JsonProperty("customerConstraints")]
public virtual GoogleCloudChannelV1CustomerConstraints CustomerConstraints { get; set; }
Property Value
Type Description
GoogleCloudChannelV1CustomerConstraints

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX