Class: Google::Cloud::OrgPolicy::V2::GetPolicyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::OrgPolicy::V2::GetPolicyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/orgpolicy/v2/orgpolicy.rb
Overview
The request sent to the [GetPolicy] [google.cloud.orgpolicy.v2.OrgPolicy.GetPolicy] method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Resource name of the policy. See Policy for naming requirements.
281 282 283 284 |
# File 'proto_docs/google/cloud/orgpolicy/v2/orgpolicy.rb', line 281 class GetPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |