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.



3034
3035
3036
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3034

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



3027
3028
3029
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3027

def document
  @document
end

#eventGoogle::Apis::CloudsearchV1::EnterpriseTopazSidekickAgendaEntry

An AgendaEntry, e.g., a Calendar Event. Corresponds to the JSON property event



3032
3033
3034
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3032

def event
  @event
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



3039
3040
3041
3042
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3039

def update!(**args)
  @document = args[:document] if args.key?(:document)
  @event = args[:event] if args.key?(:event)
end