Class: Google::Apis::CloudsearchV1::EnterpriseTopazSidekickShareMeetingDocsCardProto
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::EnterpriseTopazSidekickShareMeetingDocsCardProto
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudsearch_v1/classes.rb,
lib/google/apis/cloudsearch_v1/representations.rb,
lib/google/apis/cloudsearch_v1/representations.rb
Overview
Share meeting docs card proto.
Instance Attribute Summary collapse
-
#document ⇒ Array<Google::Apis::CloudsearchV1::EnterpriseTopazSidekickCommonDocument>
Documents to share for the given meeting.
-
#event ⇒ Google::Apis::CloudsearchV1::EnterpriseTopazSidekickAgendaEntry
An AgendaEntry, e.g., a Calendar Event.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EnterpriseTopazSidekickShareMeetingDocsCardProto
constructor
A new instance of EnterpriseTopazSidekickShareMeetingDocsCardProto.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EnterpriseTopazSidekickShareMeetingDocsCardProto
Returns a new instance of EnterpriseTopazSidekickShareMeetingDocsCardProto.
3003 3004 3005 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3003 def initialize(**args) update!(**args) end |
Instance Attribute Details
#document ⇒ Array<Google::Apis::CloudsearchV1::EnterpriseTopazSidekickCommonDocument>
Documents to share for the given meeting.
Corresponds to the JSON property document
2996 2997 2998 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2996 def document @document end |
#event ⇒ Google::Apis::CloudsearchV1::EnterpriseTopazSidekickAgendaEntry
An AgendaEntry, e.g., a Calendar Event.
Corresponds to the JSON property event
3001 3002 3003 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3001 def event @event end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3008 3009 3010 3011 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3008 def update!(**args) @document = args[:document] if args.key?(:document) @event = args[:event] if args.key?(:event) end |