google_api_vault v0.5.0 GoogleApi.Vault.V1.Model.HeldOrgUnit View Source
A organizational unit being held in a particular hold. This structure is immutable.
Attributes
- holdTime (DateTime.t): When the org unit was put on hold. This property is immutable. Defaults to:
null
. - orgUnitId (String.t): The org unit's immutable ID as provided by the Admin SDK. Defaults to:
null
.
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()
View Source
t() :: %GoogleApi.Vault.V1.Model.HeldOrgUnit{
holdTime: DateTime.t(),
orgUnitId: any()
}
t() :: %GoogleApi.Vault.V1.Model.HeldOrgUnit{ holdTime: DateTime.t(), orgUnitId: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.