GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1Issue (google_api_contact_center_insights v0.3.0) View Source
The issue resource.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - Output only. The time at which this issue was created. -
displayName
(type:String.t
, default:nil
) - The representative name for the issue. -
name
(type:String.t
, default:nil
) - Immutable. The resource name of the issue. Format: projects/{project}/locations/{location}/issueModels/{issue_model}/issues/{issue} -
updateTime
(type:DateTime.t
, default:nil
) - Output only. The most recent time that this issue was updated.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1Issue{ createTime: DateTime.t() | nil, displayName: String.t() | nil, name: String.t() | nil, updateTime: DateTime.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.