StudySpec_ParameterSpec_ConditionalParameterSpec class final
Represents a parameter spec with condition from its parent parameter.
- Inheritance
-
- Object
- ProtoMessage
- StudySpec_ParameterSpec_ConditionalParameterSpec
Constructors
- StudySpec_ParameterSpec_ConditionalParameterSpec({StudySpec_ParameterSpec_ConditionalParameterSpec_DiscreteValueCondition? parentDiscreteValues, StudySpec_ParameterSpec_ConditionalParameterSpec_IntValueCondition? parentIntValues, StudySpec_ParameterSpec_ConditionalParameterSpec_CategoricalValueCondition? parentCategoricalValues, required StudySpec_ParameterSpec? parameterSpec})
- StudySpec_ParameterSpec_ConditionalParameterSpec.fromJson(Object? j)
-
factory
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
CATEGORICALtype.final - parentDiscreteValues → StudySpec_ParameterSpec_ConditionalParameterSpec_DiscreteValueCondition?
-
The spec for matching values from a parent parameter of
DISCRETEtype.final - parentIntValues → StudySpec_ParameterSpec_ConditionalParameterSpec_IntValueCondition?
-
The spec for matching values from a parent parameter of
INTEGERtype.final - qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.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