Interface protos.google.cloud.channel.v1.IOffer

Properties of an Offer.

Package

@google-cloud/channel!

Properties

constraints

constraints?: (google.cloud.channel.v1.IConstraints|null);

Offer constraints

Property Value
TypeDescription
(google.cloud.channel.v1.IConstraints|null)

endTime

endTime?: (google.protobuf.ITimestamp|null);

Offer endTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

marketingInfo

marketingInfo?: (google.cloud.channel.v1.IMarketingInfo|null);

Offer marketingInfo

Property Value
TypeDescription
(google.cloud.channel.v1.IMarketingInfo|null)

name

name?: (string|null);

Offer name

Property Value
TypeDescription
(string|null)

parameterDefinitions

parameterDefinitions?: (google.cloud.channel.v1.IParameterDefinition[]|null);

Offer parameterDefinitions

Property Value
TypeDescription
(google.cloud.channel.v1.IParameterDefinition[]|null)

plan

plan?: (google.cloud.channel.v1.IPlan|null);

Offer plan

Property Value
TypeDescription
(google.cloud.channel.v1.IPlan|null)

priceByResources

priceByResources?: (google.cloud.channel.v1.IPriceByResource[]|null);

Offer priceByResources

Property Value
TypeDescription
(google.cloud.channel.v1.IPriceByResource[]|null)

sku

sku?: (google.cloud.channel.v1.ISku|null);

Offer sku

Property Value
TypeDescription
(google.cloud.channel.v1.ISku|null)

startTime

startTime?: (google.protobuf.ITimestamp|null);

Offer startTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)