Class: Google::Apis::CloudsearchV1::EnterpriseTopazSidekickShareMeetingDocsCardProto

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#documentArray<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

#eventGoogle::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