Class: Google::Cloud::Channel::V1::CommitmentSettings

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#end_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. Commitment end timestamp.

Returns:



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.

Returns:



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.

Returns:



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