public sealed class CustomerOnboardingState : IMessage<CustomerOnboardingState>, IEquatable<CustomerOnboardingState>, IDeepCloneable<CustomerOnboardingState>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Controls Partner v1 API class CustomerOnboardingState.
Container for customer onboarding steps
Implements
IMessageCustomerOnboardingState, IEquatableCustomerOnboardingState, IDeepCloneableCustomerOnboardingState, IBufferMessage, IMessageNamespace
Google.Cloud.CloudControlsPartner.V1Assembly
Google.Cloud.CloudControlsPartner.V1.dll
Constructors
CustomerOnboardingState()
public CustomerOnboardingState()
CustomerOnboardingState(CustomerOnboardingState)
public CustomerOnboardingState(CustomerOnboardingState other)
Parameter | |
---|---|
Name | Description |
other |
CustomerOnboardingState |
Properties
OnboardingSteps
public RepeatedField<CustomerOnboardingStep> OnboardingSteps { get; }
List of customer onboarding steps
Property Value | |
---|---|
Type | Description |
RepeatedFieldCustomerOnboardingStep |