Class: Google::Cloud::LicenseManager::V1::BillingInfo

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

Overview

Billing Information.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns Output only. When the billing ends.

Returns:



95
96
97
98
# File 'proto_docs/google/cloud/licensemanager/v1/api_entities.rb', line 95

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

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

Returns Output only. When the billing starts.

Returns:



95
96
97
98
# File 'proto_docs/google/cloud/licensemanager/v1/api_entities.rb', line 95

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

#user_count_billing::Google::Cloud::LicenseManager::V1::UserCountBillingInfo

Returns Required. This type of billing uses user count for computing total charge.

Returns:



95
96
97
98
# File 'proto_docs/google/cloud/licensemanager/v1/api_entities.rb', line 95

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