GoogleApi.Vault.V1.Model.HeldOrgUnit (google_api_vault v0.25.0)
View SourceThe 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Vault.V1.Model.HeldOrgUnit{ holdTime: DateTime.t() | nil, orgUnitId: String.t() | nil }