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

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

Inheritance

object > CustomerOnboardingState

Namespace

Google.Cloud.CloudControlsPartner.V1

Assembly

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