Class: Google::Apps::Chat::V1::CalendarEventLinkData
- Inherits:
-
Object
- Object
- Google::Apps::Chat::V1::CalendarEventLinkData
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/chat/v1/annotation.rb
Overview
Data for Calendar event links.
Instance Attribute Summary collapse
-
#calendar_id ⇒ ::String
The Calendar identifier of the linked Calendar.
-
#event_id ⇒ ::String
The Event identifier of the linked Calendar event.
Instance Attribute Details
#calendar_id ⇒ ::String
Returns The Calendar identifier of the linked Calendar.
296 297 298 299 |
# File 'proto_docs/google/chat/v1/annotation.rb', line 296 class CalendarEventLinkData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#event_id ⇒ ::String
Returns The Event identifier of the linked Calendar event.
296 297 298 299 |
# File 'proto_docs/google/chat/v1/annotation.rb', line 296 class CalendarEventLinkData include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |