CreateOrUpdateDeviceRequest class abstract

CreateOrUpdateDeviceRequest

Properties:

Annotations
  • @BuiltValue()

Constructors

CreateOrUpdateDeviceRequest([void updates(CreateOrUpdateDeviceRequestBuilder b)])
factory

Properties

adBlocker bool?
no setter
connectionMode String?
no setter
externalKey String?
no setter
hashCode int
The hash code for this object.
no setterinherited
info CreateOrUpdateDeviceRequestInfo?
no setter
location String?
no setter
malwareBlocker bool?
no setter
name String?
no setter
randomServer bool?
no setter
routeGlobalNet bool?
Is the device route global networks throughout.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
torOver bool?
no setter

Methods

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