View Source GoogleApi.CloudControlsPartner.V1.Model.WorkloadOnboardingStep (google_api_cloud_controls_partner v0.3.1)
Container for workload onboarding information.
Attributes
-
completionState
(type:String.t
, default:nil
) - Output only. The completion state of the onboarding step. -
completionTime
(type:DateTime.t
, default:nil
) - The completion time of the onboarding step. -
startTime
(type:DateTime.t
, default:nil
) - The starting time of the onboarding step. -
step
(type:String.t
, default:nil
) - The onboarding step.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudControlsPartner.V1.Model.WorkloadOnboardingStep{ completionState: String.t() | nil, completionTime: DateTime.t() | nil, startTime: DateTime.t() | nil, step: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.