Show / Hide Table of Contents

Class GoogleCloudChannelV1TransferableOffer

TransferableOffer represents an Offer that can be used in Transfer. Read-only.

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

Properties

ETag

The ETag of the item.

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

Offer

Offer with parameter constraints updated to allow the Transfer.

Declaration
[JsonProperty("offer")]
public virtual GoogleCloudChannelV1Offer Offer { get; set; }
Property Value
Type Description
GoogleCloudChannelV1Offer

PriceReferenceId

Optional. Price reference ID for the offer. Only for offers that require additional price information. Used to guarantee that the pricing is consistent between quoting the offer and placing the order.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX