CreateOrganizationRequest class abstract
CreateOrganizationRequest
Properties:
- name - The organization's name.
- featureFlags - The organization's feature flag settings.
- externalId - The organization's ID.
- backgroundColor - The organization's brand settings - background color.
- buttonColor - The organization's brand settings - button color.
- buttonTextColor - The organization's brand settings - button text color.
- linkColor - The organization's brand settings - link color.
- Annotations
-
- @BuiltValue()
Constructors
- CreateOrganizationRequest([void updates(CreateOrganizationRequestBuilder b)])
-
factory
Properties
- backgroundColor → String?
-
The organization's brand settings - background color.
no setter
-
The organization's brand settings - button color.
no setter
-
The organization's brand settings - button text color.
no setter
- externalId → String?
-
The organization's ID.
no setter
-
featureFlags
→ BuiltMap<
String, CreateOrganizationRequestFeatureFlagsEnum> ? -
The organization's feature flag settings.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- linkColor → String?
-
The organization's brand settings - link color.
no setter
- name → String?
-
The organization's name.
no setter
- 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
-
rebuild(
dynamic updates(CreateOrganizationRequestBuilder)) → CreateOrganizationRequest -
Rebuilds the instance.
inherited
-
toBuilder(
) → CreateOrganizationRequestBuilder -
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<
CreateOrganizationRequest> -
no setter