Class InvalidTemplateParameters.Types.ParameterViolation (1.0.0-beta03)

public sealed class ParameterViolation : IMessage<InvalidTemplateParameters.Types.ParameterViolation>, IEquatable<InvalidTemplateParameters.Types.ParameterViolation>, IDeepCloneable<InvalidTemplateParameters.Types.ParameterViolation>, IBufferMessage, IMessage

A specific template-parameter violation.

Inheritance

Object > InvalidTemplateParameters.Types.ParameterViolation

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

ParameterViolation()

public ParameterViolation()

ParameterViolation(InvalidTemplateParameters.Types.ParameterViolation)

public ParameterViolation(InvalidTemplateParameters.Types.ParameterViolation other)
Parameter
NameDescription
otherInvalidTemplateParameters.Types.ParameterViolation

Properties

Description

public string Description { get; set; }

A description of why the parameter failed to validate.

Property Value
TypeDescription
String

Parameter

public string Parameter { get; set; }

The parameter that failed to validate.

Property Value
TypeDescription
String