Class: Google::Cloud::Support::V2::UpdateCaseRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Support::V2::UpdateCaseRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/support/v2/case_service.rb
Overview
The request message for the UpdateCase endpoint
Instance Attribute Summary collapse
-
#case ⇒ ::Google::Cloud::Support::V2::Case
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
A list of attributes of the case object that should be updated as part of this request.
Instance Attribute Details
#case ⇒ ::Google::Cloud::Support::V2::Case
192 193 194 195 |
# File 'proto_docs/google/cloud/support/v2/case_service.rb', line 192 class UpdateCaseRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
192 193 194 195 |
# File 'proto_docs/google/cloud/support/v2/case_service.rb', line 192 class UpdateCaseRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |