Class CommitmentSettings (1.9.2)

CommitmentSettings(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Commitment settings for commitment-based offers.

Attributes

NameDescription
start_time google.protobuf.timestamp_pb2.Timestamp
Output only. Commitment start timestamp.
end_time google.protobuf.timestamp_pb2.Timestamp
Output only. Commitment end timestamp.
renewal_settings google.cloud.channel_v1.types.RenewalSettings
Optional. Renewal settings applicable for a commitment-based Offer.

Inheritance

builtins.object > proto.message.Message > CommitmentSettings