View Source GoogleApi.Run.V1.Model.OwnerReference (google_api_run v0.30.0)

This is not supported or used by Cloud Run.

Attributes

  • apiVersion (type: String.t, default: nil) - This is not supported or used by Cloud Run.
  • blockOwnerDeletion (type: boolean(), default: nil) - This is not supported or used by Cloud Run.
  • controller (type: boolean(), default: nil) - This is not supported or used by Cloud Run.
  • kind (type: String.t, default: nil) - This is not supported or used by Cloud Run.
  • name (type: String.t, default: nil) - This is not supported or used by Cloud Run.
  • uid (type: String.t, default: nil) - This is not supported or used by Cloud Run.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Run.V1.Model.OwnerReference{
  apiVersion: String.t() | nil,
  blockOwnerDeletion: boolean() | nil,
  controller: boolean() | nil,
  kind: String.t() | nil,
  name: String.t() | nil,
  uid: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.