View Source GoogleApi.AccessApproval.V1.Model.DismissDecision (google_api_access_approval v0.12.0)
A decision that has been made to dismiss an approval request.
Attributes
-
dismissTime
(type:DateTime.t
, default:nil
) - The time at which the approval request was dismissed. -
implicit
(type:boolean()
, default:nil
) - This field will be true if the ApprovalRequest was implicitly dismissed due to inaction by the access approval approvers (the request is not acted on by the approvers before the exiration time).
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AccessApproval.V1.Model.DismissDecision{ dismissTime: DateTime.t() | nil, implicit: boolean() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.