GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2Job (google_api_security_center v0.39.0)

View Source

Describes a job

Attributes

  • errorCode (type: integer(), default: nil) - Optional. If the job did not complete successfully, this field describes why.
  • location (type: String.t, default: nil) - Optional. Gives the location where the job ran, such as US or europe-west1
  • name (type: String.t, default: nil) - The fully-qualified name for a job. e.g. projects//jobs/
  • state (type: String.t, default: nil) - Output only. State of the job, such as RUNNING or PENDING.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV2Job{
  errorCode: integer() | nil,
  location: String.t() | nil,
  name: String.t() | nil,
  state: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.