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.



7549
7550
7551
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 7549

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

Instance Attribute Details

#sheetString

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

Returns:

  • (String)


7542
7543
7544
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 7542

def sheet
  @sheet
end

#spreadsheet_idString

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

Returns:

  • (String)


7547
7548
7549
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 7547

def spreadsheet_id
  @spreadsheet_id
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



7554
7555
7556
7557
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 7554

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