Class: Google::Cloud::Channel::V1::CommitmentSettings
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::CommitmentSettings
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/entitlements.rb
Overview
Commitment settings for commitment-based offers.
Instance Attribute Summary collapse
-
#end_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#renewal_settings ⇒ ::Google::Cloud::Channel::V1::RenewalSettings
Optional.
-
#start_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#end_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Commitment end timestamp.
188 189 190 191 |
# File 'proto_docs/google/cloud/channel/v1/entitlements.rb', line 188 class CommitmentSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#renewal_settings ⇒ ::Google::Cloud::Channel::V1::RenewalSettings
Returns Optional. Renewal settings applicable for a commitment-based Offer.
188 189 190 191 |
# File 'proto_docs/google/cloud/channel/v1/entitlements.rb', line 188 class CommitmentSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#start_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Commitment start timestamp.
188 189 190 191 |
# File 'proto_docs/google/cloud/channel/v1/entitlements.rb', line 188 class CommitmentSettings include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |