View Source GoogleApi.AlertCenter.V1beta1.Model.SupportTicket (google_api_alert_center v0.24.0)

Support ticket related to Access Approvals request

Attributes

  • ticketId (type: String.t, default: nil) - Support ticket ID
  • ticketUrl (type: String.t, default: nil) - Link to support ticket

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AlertCenter.V1beta1.Model.SupportTicket{
  ticketId: String.t() | nil,
  ticketUrl: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.