GoogleApi.Vault.V1.Model.HeldOrgUnit (google_api_vault v0.19.5) View Source
The organizational unit covered by a hold. This structure is immutable.
Attributes
-
holdTime(type:DateTime.t, default:nil) - When the organizational unit was put on hold. This property is immutable. -
orgUnitId(type:String.t, default:nil) - The organizational 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() | nil,
orgUnitId: String.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.