Cloud Channel v1 API - Class PriceByResource (2.10.0)

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

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

Represents price by resource type.

Inheritance

object > PriceByResource

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

PriceByResource()

public PriceByResource()

PriceByResource(PriceByResource)

public PriceByResource(PriceByResource other)
Parameter
NameDescription
otherPriceByResource

Properties

Price

public Price Price { get; set; }

Price of the Offer. Present if there are no price phases.

Property Value
TypeDescription
Price

PricePhases

public RepeatedField<PricePhase> PricePhases { get; }

Specifies the price by time range.

Property Value
TypeDescription
RepeatedFieldPricePhase

ResourceType

public ResourceType ResourceType { get; set; }

Resource Type. Example: SEAT

Property Value
TypeDescription
ResourceType