Class: Google::Apis::CesV1::OmnichannelIntegrationConfigCesAppConfig

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#appString

The unique identifier of the CES app. Format: projects/project/locations/ location/apps/app` Corresponds to the JSON propertyapp`

Returns:

  • (String)


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