Class: Google::Cloud::Commerce::Consumer::Procurement::V1::LicensedUser

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/commerce/consumer/procurement/v1/license_management_service.rb

Overview

A licensed user.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns Output only. Timestamp when the license was assigned.

Returns:



173
174
175
176
# File 'proto_docs/google/cloud/commerce/consumer/procurement/v1/license_management_service.rb', line 173

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

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

Returns Output only. Timestamp when the license was recently used. This may not be the most recent usage time, and will be updated regularly (within 24 hours).

Returns:

  • (::Google::Protobuf::Timestamp)

    Output only. Timestamp when the license was recently used. This may not be the most recent usage time, and will be updated regularly (within 24 hours).



173
174
175
176
# File 'proto_docs/google/cloud/commerce/consumer/procurement/v1/license_management_service.rb', line 173

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

#username::String

Returns Username. Format: [email protected].

Returns:



173
174
175
176
# File 'proto_docs/google/cloud/commerce/consumer/procurement/v1/license_management_service.rb', line 173

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