View Source GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1View (google_api_contact_center_insights v0.5.0)

The View resource.

Attributes

  • createTime (type: DateTime.t, default: nil) - Output only. The time at which this view was created.
  • displayName (type: String.t, default: nil) - The human-readable display name of the view.
  • name (type: String.t, default: nil) - Immutable. The resource name of the view. Format: projects/{project}/locations/{location}/views/{view}
  • updateTime (type: DateTime.t, default: nil) - Output only. The most recent time at which the view was updated.
  • value (type: String.t, default: nil) - String with specific view properties, must be non-empty.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContactCenterInsights.V1.Model.GoogleCloudContactcenterinsightsV1View{
    createTime: DateTime.t() | nil,
    displayName: String.t() | nil,
    name: String.t() | nil,
    updateTime: DateTime.t() | nil,
    value: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.