Class: Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1OutputConfigGoogleSheetsDestination
- Inherits:
-
Object
- Object
- Google::Apis::ContactcenterinsightsV1::GoogleCloudContactcenterinsightsV1alpha1OutputConfigGoogleSheetsDestination
- 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) ⇒ GoogleCloudContactcenterinsightsV1alpha1OutputConfigGoogleSheetsDestination
constructor
A new instance of GoogleCloudContactcenterinsightsV1alpha1OutputConfigGoogleSheetsDestination.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudContactcenterinsightsV1alpha1OutputConfigGoogleSheetsDestination
Returns a new instance of GoogleCloudContactcenterinsightsV1alpha1OutputConfigGoogleSheetsDestination.
15563 15564 15565 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 15563 def initialize(**args) update!(**args) end |
Instance Attribute Details
#sheet ⇒ String
Optional. The sheet name.
Corresponds to the JSON property sheet
15556 15557 15558 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 15556 def sheet @sheet end |
#spreadsheet_id ⇒ String
Optional. An existing Google Sheets ID.
Corresponds to the JSON property spreadsheetId
15561 15562 15563 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 15561 def spreadsheet_id @spreadsheet_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
15568 15569 15570 15571 |
# File 'lib/google/apis/contactcenterinsights_v1/classes.rb', line 15568 def update!(**args) @sheet = args[:sheet] if args.key?(:sheet) @spreadsheet_id = args[:spreadsheet_id] if args.key?(:spreadsheet_id) end |