Class: Google::Apis::CloudsearchV1::EnterpriseTopazSidekickMeetingNotesCardProto

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

Information about the meeting notes created.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EnterpriseTopazSidekickMeetingNotesCardProto

Returns a new instance of EnterpriseTopazSidekickMeetingNotesCardProto.



2513
2514
2515
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2513

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

Instance Attribute Details

#eventGoogle::Apis::CloudsearchV1::EnterpriseTopazSidekickAgendaEntry

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



2496
2497
2498
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2496

def event
  @event
end

#file_idString

Google Drive ID (a.k.a. resource ID) of the file. Corresponds to the JSON property fileId

Returns:

  • (String)


2501
2502
2503
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2501

def file_id
  @file_id
end

#titleString

Title we want to show for meeting notes in the answer card Corresponds to the JSON property title

Returns:

  • (String)


2506
2507
2508
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2506

def title
  @title
end

#urlString

New URL. Corresponds to the JSON property url

Returns:

  • (String)


2511
2512
2513
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2511

def url
  @url
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2518
2519
2520
2521
2522
2523
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 2518

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