Class: Google::Apis::ContactcenteraiplatformV1alpha1::WorkforceDemandList

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
lib/google/apis/contactcenteraiplatform_v1alpha1/classes.rb,
lib/google/apis/contactcenteraiplatform_v1alpha1/representations.rb,
lib/google/apis/contactcenteraiplatform_v1alpha1/representations.rb

Overview

List of workforce demands.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ WorkforceDemandList

Returns a new instance of WorkforceDemandList.



1624
1625
1626
# File 'lib/google/apis/contactcenteraiplatform_v1alpha1/classes.rb', line 1624

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#valuesArray<Google::Apis::ContactcenteraiplatformV1alpha1::WorkforceDemand>

Optional. Values in the list. Corresponds to the JSON property values



1622
1623
1624
# File 'lib/google/apis/contactcenteraiplatform_v1alpha1/classes.rb', line 1622

def values
  @values
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1629
1630
1631
# File 'lib/google/apis/contactcenteraiplatform_v1alpha1/classes.rb', line 1629

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