Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainOutputConfigGoogleSheetsDestination
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1mainOutputConfigGoogleSheetsDestination
- 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
-
#sheet ⇒ String
Optional.
-
#spreadsheet_id ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1mainOutputConfigGoogleSheetsDestination
constructor
A new instance of GoogleCloudContactcenterinsightsV1mainOutputConfigGoogleSheetsDestination.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1mainOutputConfigGoogleSheetsDestination
Returns a new instance of GoogleCloudContactcenterinsightsV1mainOutputConfigGoogleSheetsDestination.
23751 23752 23753 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 23751 def initialize(**args) update!(**args) end |
Instance Attribute Details
#sheet ⇒ String
Optional. The sheet name.
Corresponds to the JSON property sheet
23744 23745 23746 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 23744 def sheet @sheet end |
#spreadsheet_id ⇒ String
Optional. An existing Google Sheets ID.
Corresponds to the JSON property spreadsheetId
23749 23750 23751 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 23749 def spreadsheet_id @spreadsheet_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
23756 23757 23758 23759 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 23756 def update!(**args) @sheet = args[:sheet] if args.key?(:sheet) @spreadsheet_id = args[:spreadsheet_id] if args.key?(:spreadsheet_id) end |