Class: Google::Apps::Chat::V1::UserMentionMetadata
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::UserMentionMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/annotation.rb
Overview
Annotation metadata for user mentions (@).
Defined Under Namespace
Modules: Type
Instance Attribute Summary collapse
-
#type ⇒ ::Google::Apps::Chat::V1::UserMentionMetadata::Type
The type of user mention.
-
#user ⇒ ::Google::Apps::Chat::V1::User
The user mentioned.
Instance Attribute Details
#type ⇒ ::Google::Apps::Chat::V1::UserMentionMetadata::Type
Returns The type of user mention.
83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 |
# File 'proto_docs/google/chat/v1/annotation.rb', line 83 class UserMentionMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods module Type # Default value for the enum. Don't use. TYPE_UNSPECIFIED = 0 # Add user to space. ADD = 1 # Mention user in space. MENTION = 2 end end |
#user ⇒ ::Google::Apps::Chat::V1::User
Returns The user mentioned.
83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 |
# File 'proto_docs/google/chat/v1/annotation.rb', line 83 class UserMentionMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods module Type # Default value for the enum. Don't use. TYPE_UNSPECIFIED = 0 # Add user to space. ADD = 1 # Mention user in space. MENTION = 2 end end |