View Source GoogleApi.CloudControlsPartner.V1.Model.CustomerOnboardingStep (google_api_cloud_controls_partner v0.3.2)

Container for customer onboarding information

Attributes

  • completionState (type: String.t, default: nil) - Output only. Current state of the 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.CustomerOnboardingStep{
  completionState: String.t() | nil,
  completionTime: DateTime.t() | nil,
  startTime: DateTime.t() | nil,
  step: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.