Cloud Controls Partner v1 API - Class CustomerOnboardingStep (1.0.0-beta02)

public sealed class CustomerOnboardingStep : IMessage<CustomerOnboardingStep>, IEquatable<CustomerOnboardingStep>, IDeepCloneable<CustomerOnboardingStep>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Controls Partner v1 API class CustomerOnboardingStep.

Container for customer onboarding information

Inheritance

object > CustomerOnboardingStep

Namespace

Google.Cloud.CloudControlsPartner.V1

Assembly

Google.Cloud.CloudControlsPartner.V1.dll

Constructors

CustomerOnboardingStep()

public CustomerOnboardingStep()

CustomerOnboardingStep(CustomerOnboardingStep)

public CustomerOnboardingStep(CustomerOnboardingStep other)
Parameter
Name Description
other CustomerOnboardingStep

Properties

CompletionState

public CompletionState CompletionState { get; set; }

Output only. Current state of the step

Property Value
Type Description
CompletionState

CompletionTime

public Timestamp CompletionTime { get; set; }

The completion time of the onboarding step

Property Value
Type Description
Timestamp

StartTime

public Timestamp StartTime { get; set; }

The starting time of the onboarding step

Property Value
Type Description
Timestamp

Step

public CustomerOnboardingStep.Types.Step Step { get; set; }

The onboarding step

Property Value
Type Description
CustomerOnboardingStepTypesStep