public sealed class CustomerOnboardingStep : IMessage<CustomerOnboardingStep>, IEquatable<CustomerOnboardingStep>, IDeepCloneable<CustomerOnboardingStep>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Controls Partner v1beta API class CustomerOnboardingStep.
Container for customer onboarding information
Implements
IMessageCustomerOnboardingStep, IEquatableCustomerOnboardingStep, IDeepCloneableCustomerOnboardingStep, IBufferMessage, IMessageNamespace
Google.Cloud.CloudControlsPartner.V1BetaAssembly
Google.Cloud.CloudControlsPartner.V1Beta.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 |