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.



3036
3037
3038
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3036

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



3029
3030
3031
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3029

def document
  @document
end

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