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.



5054
5055
5056
# File 'lib/google/apis/ces_v1/classes.rb', line 5054

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)


5052
5053
5054
# File 'lib/google/apis/ces_v1/classes.rb', line 5052

def app
  @app
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



5059
5060
5061
# File 'lib/google/apis/ces_v1/classes.rb', line 5059

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