StudySpec_ParameterSpec_ConditionalParameterSpec class final

Represents a parameter spec with condition from its parent parameter.

Inheritance
  • Object
  • ProtoMessage
  • StudySpec_ParameterSpec_ConditionalParameterSpec

Properties

hashCode int
The hash code for this object.
no setterinherited
parameterSpec StudySpec_ParameterSpec?
Required. The spec for a conditional parameter.
final
parentCategoricalValues StudySpec_ParameterSpec_ConditionalParameterSpec_CategoricalValueCondition?
The spec for matching values from a parent parameter of CATEGORICAL type.
final
parentDiscreteValues StudySpec_ParameterSpec_ConditionalParameterSpec_DiscreteValueCondition?
The spec for matching values from a parent parameter of DISCRETE type.
final
parentIntValues StudySpec_ParameterSpec_ConditionalParameterSpec_IntValueCondition?
The spec for matching values from a parent parameter of INTEGER type.
final
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Object
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

fullyQualifiedName → const String