CreateApplicationRequest class abstract

CreateApplicationRequest

Properties:

  • name - The application's name.
  • type - The application's type.
Annotations
  • @BuiltValue()

Constructors

CreateApplicationRequest([void updates(CreateApplicationRequestBuilder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
name String?
The application's name.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type CreateApplicationRequestTypeEnum?
The application's type.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(CreateApplicationRequestBuilder)) CreateApplicationRequest
Rebuilds the instance.
inherited
toBuilder() CreateApplicationRequestBuilder
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<CreateApplicationRequest>
no setter