Class: Google::Apis::CesV1::OmnichannelIntegrationConfigCesAppConfig
- Inherits:
-
Object
- Object
- Google::Apis::CesV1::OmnichannelIntegrationConfigCesAppConfig
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/ces_v1/classes.rb,
lib/google/apis/ces_v1/representations.rb,
lib/google/apis/ces_v1/representations.rb
Overview
Configs for CES app.
Instance Attribute Summary collapse
-
#app ⇒ String
The unique identifier of the CES app.
Instance Method Summary collapse
-
#initialize(**args) ⇒ OmnichannelIntegrationConfigCesAppConfig
constructor
A new instance of OmnichannelIntegrationConfigCesAppConfig.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ OmnichannelIntegrationConfigCesAppConfig
Returns a new instance of OmnichannelIntegrationConfigCesAppConfig.
4887 4888 4889 |
# File 'lib/google/apis/ces_v1/classes.rb', line 4887 def initialize(**args) update!(**args) end |
Instance Attribute Details
#app ⇒ String
The unique identifier of the CES app. Format: projects/project/locations/
location/apps/app`
Corresponds to the JSON propertyapp`
4885 4886 4887 |
# File 'lib/google/apis/ces_v1/classes.rb', line 4885 def app @app end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4892 4893 4894 |
# File 'lib/google/apis/ces_v1/classes.rb', line 4892 def update!(**args) @app = args[:app] if args.key?(:app) end |