Class: Google::Cloud::Commerce::Consumer::Procurement::V1::GetLicensePoolRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Commerce::Consumer::Procurement::V1::GetLicensePoolRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/commerce/consumer/procurement/v1/license_management_service.rb
Overview
Request message for getting a license pool.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the license pool to get.
Format: billingAccounts/{billing_account}/orders/{order}/licensePool
.
79 80 81 82 |
# File 'proto_docs/google/cloud/commerce/consumer/procurement/v1/license_management_service.rb', line 79 class GetLicensePoolRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |