CreateFeatureFlagRequest class abstract
CreateFeatureFlagRequest
Properties:
- name - The name of the flag.
- description - Description of the flag purpose.
- key - The flag identifier to use in code.
- type - The variable type.
- allowOverrideLevel - Allow the flag to be overridden at a different level.
- defaultValue - Default value for the flag used by environments and organizations.
- Annotations
-
- @BuiltValue()
Constructors
- CreateFeatureFlagRequest([void updates(CreateFeatureFlagRequestBuilder b)])
-
factory
Properties
- allowOverrideLevel → CreateFeatureFlagRequestAllowOverrideLevelEnum?
-
Allow the flag to be overridden at a different level.
no setter
- defaultValue → String
-
Default value for the flag used by environments and organizations.
no setter
- description → String?
-
Description of the flag purpose.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → String
-
The flag identifier to use in code.
no setter
- name → String
-
The name of the flag.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → CreateFeatureFlagRequestTypeEnum
-
The variable type.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(CreateFeatureFlagRequestBuilder)) → CreateFeatureFlagRequest -
Rebuilds the instance.
inherited
-
toBuilder(
) → CreateFeatureFlagRequestBuilder -
Converts the instance to a builder
B
.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
CreateFeatureFlagRequest> -
no setter