Class: Google::Apps::Chat::V1::UpdateAvailabilityRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/chat/v1/availability.rb

Overview

Request message for the UpdateAvailability method.

Instance Attribute Summary collapse

Instance Attribute Details

#availability::Google::Apps::Chat::V1::Availability

Returns Required. The availability to update.

Returns:



137
138
139
140
# File 'proto_docs/google/chat/v1/availability.rb', line 137

class UpdateAvailabilityRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns Required. The list of fields to update. The only field that can be updated is custom_status.

Returns:



137
138
139
140
# File 'proto_docs/google/chat/v1/availability.rb', line 137

class UpdateAvailabilityRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end