GoogleApi.Vault.V1.Model.HeldOrgUnit (google_api_vault v0.18.0) 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
Specs
t() :: %GoogleApi.Vault.V1.Model.HeldOrgUnit{ holdTime: DateTime.t(), orgUnitId: String.t() }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.