Cloud Channel v1 API - Class TransferableOffer (2.16.0)

public sealed class TransferableOffer : IMessage<TransferableOffer>, IEquatable<TransferableOffer>, IDeepCloneable<TransferableOffer>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Channel v1 API class TransferableOffer.

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

Inheritance

object > TransferableOffer

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

TransferableOffer()

public TransferableOffer()

TransferableOffer(TransferableOffer)

public TransferableOffer(TransferableOffer other)
Parameter
Name Description
other TransferableOffer

Properties

Offer

public Offer Offer { get; set; }

Offer with parameter constraints updated to allow the Transfer.

Property Value
Type Description
Offer

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.