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.
3036 3037 3038 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3036 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
3029 3030 3031 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3029 def document @document end |
#event ⇒ Google::Apis::CloudsearchV1::EnterpriseTopazSidekickAgendaEntry
An AgendaEntry, e.g., a Calendar Event.
Corresponds to the JSON property event
3034 3035 3036 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3034 def event @event end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3041 3042 3043 3044 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3041 def update!(**args) @document = args[:document] if args.key?(:document) @event = args[:event] if args.key?(:event) end |