UpdateOrganizationRequest class abstract

UpdateOrganizationRequest

Properties:

  • name - The organization's name.
  • 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

UpdateOrganizationRequest([void updates(UpdateOrganizationRequestBuilder b)])
factory

Properties

backgroundColor String?
The organization's brand settings - background color.
no setter
buttonColor String?
The organization's brand settings - button color.
no setter
buttonTextColor String?
The organization's brand settings - button text color.
no setter
externalId String?
The organization's ID.
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(UpdateOrganizationRequestBuilder)) UpdateOrganizationRequest
Rebuilds the instance.
inherited
toBuilder() UpdateOrganizationRequestBuilder
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<UpdateOrganizationRequest>
no setter