Class: Google::Apps::Chat::V1::UpdateSectionRequest

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#section::Google::Apps::Chat::V1::Section

Returns Required. The section to update.

Returns:



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.

Returns:



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