google_api_vault v0.13.1 GoogleApi.Vault.V1.Model.HeldOrgUnit View Source

A organizational unit being held in a particular hold. This structure is immutable.

Attributes

  • holdTime (type: DateTime.t, default: nil) - When the org unit was put on hold. This property is immutable.
  • orgUnitId (type: String.t, default: nil) - The org unit's immutable ID as provided by the Admin SDK.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

View Source
t() :: %GoogleApi.Vault.V1.Model.HeldOrgUnit{
  holdTime: DateTime.t(),
  orgUnitId: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.