Class: Google::Apps::Chat::V1::UpdateSectionRequest
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::UpdateSectionRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/section.rb
Overview
Request message for updating a section.
Instance Attribute Summary collapse
-
#section ⇒ ::Google::Apps::Chat::V1::Section
Required.
-
#update_mask ⇒ ::Google::Protobuf::FieldMask
Required.
Instance Attribute Details
#section ⇒ ::Google::Apps::Chat::V1::Section
Returns Required. The section to update.
145 146 147 148 |
# File 'proto_docs/google/chat/v1/section.rb', line 145 class UpdateSectionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_mask ⇒ ::Google::Protobuf::FieldMask
Returns Required. The mask to specify which fields to update.
Currently supported field paths:
display_name.
145 146 147 148 |
# File 'proto_docs/google/chat/v1/section.rb', line 145 class UpdateSectionRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |