Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1OutputConfigGoogleSheetsDestination

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/contactcenterinsights_v1/classes.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb,
lib/google/apis/contactcenterinsights_v1/representations.rb

Overview

Google Sheets destination configuration.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1OutputConfigGoogleSheetsDestination

Returns a new instance of GoogleCloudContactcenterinsightsV1OutputConfigGoogleSheetsDestination.



8319
8320
8321
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 8319

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

Instance Attribute Details

#sheetString

Optional. The sheet name. Corresponds to the JSON property sheet

Returns:

  • (String)


8312
8313
8314
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 8312

def sheet
  @sheet
end

#spreadsheet_idString

Optional. An existing Google Sheets ID. Corresponds to the JSON property spreadsheetId

Returns:

  • (String)


8317
8318
8319
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 8317

def spreadsheet_id
  @spreadsheet_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8324
8325
8326
8327
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 8324

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