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.
177 178 179 180 |
# File 'proto_docs/google/cloud/commerce/consumer/procurement/v1/license_management_service.rb', line 177 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).
177 178 179 180 |
# File 'proto_docs/google/cloud/commerce/consumer/procurement/v1/license_management_service.rb', line 177 class LicensedUser include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#username ⇒ ::String
Returns Username.
Format: name@domain.com.
177 178 179 180 |
# File 'proto_docs/google/cloud/commerce/consumer/procurement/v1/license_management_service.rb', line 177 class LicensedUser include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |