Class: Google::Cloud::Commerce::Consumer::Procurement::V1::LicensedUser
- Inherits:
-
Object
- Object
- Google::Cloud::Commerce::Consumer::Procurement::V1::LicensedUser
- 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
-
#assign_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#recent_usage_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#username ⇒ ::String
Username.
Instance Attribute Details
#assign_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. Timestamp when the license was assigned.
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).
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]
.
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 |