View Source GoogleApi.Run.V1.Model.OwnerReference (quiqup_google_api_run v0.28.0)

OwnerReference contains enough information to let you identify an owning object. Currently, an owning object must be in the same namespace, so there is no namespace field.

attributes

Attributes

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section 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
}

Link to this section Functions

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

Unwrap a decoded JSON object into its complex fields.