Class: Google::Cloud::OsConfig::V1::DeleteOSPolicyAssignmentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::OsConfig::V1::DeleteOSPolicyAssignmentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/osconfig/v1/os_policy_assignments.rb
Overview
A request message for deleting a OS policy assignment.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the OS policy assignment to be deleted.
385 386 387 388 |
# File 'proto_docs/google/cloud/osconfig/v1/os_policy_assignments.rb', line 385 class DeleteOSPolicyAssignmentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |