Class: Google::Cloud::Channel::V1::TrialSettings

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/channel/v1/entitlements.rb

Overview

Settings for trial offers.

Instance Attribute Summary collapse

Instance Attribute Details

#end_time::Google::Protobuf::Timestamp

Returns Date when the trial ends. The value is in milliseconds using the UNIX Epoch format. See an example Epoch converter.

Returns:



225
226
227
228
# File 'proto_docs/google/cloud/channel/v1/entitlements.rb', line 225

class TrialSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#trial::Boolean

Returns Determines if the entitlement is in a trial or not:

  • true - The entitlement is in trial.
  • false - The entitlement is not in trial.

Returns:

  • (::Boolean)

    Determines if the entitlement is in a trial or not:

    • true - The entitlement is in trial.
    • false - The entitlement is not in trial.


225
226
227
228
# File 'proto_docs/google/cloud/channel/v1/entitlements.rb', line 225

class TrialSettings
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end