Class: Google::Apis::CloudsearchV1::EnterpriseTopazSidekickMeetingNotesCardRequest

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

Meeting notes card request.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EnterpriseTopazSidekickMeetingNotesCardRequest

Returns a new instance of EnterpriseTopazSidekickMeetingNotesCardRequest.



2545
2546
2547
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2545

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#can_create_forArray<String>

Who are the meeting notes created for. Corresponds to the JSON property canCreateFor

Returns:

  • (Array<String>)


2533
2534
2535
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2533

def can_create_for
  @can_create_for
end

#errorGoogle::Apis::CloudsearchV1::EnterpriseTopazSidekickMeetingNotesCardError

Errors in the creation of meeting notes. Corresponds to the JSON property error



2538
2539
2540
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2538

def error
  @error
end

#eventGoogle::Apis::CloudsearchV1::EnterpriseTopazSidekickAgendaEntry

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



2543
2544
2545
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2543

def event
  @event
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2550
2551
2552
2553
2554
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2550

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