AssociationFinaliseResponse class abstract

AssociationFinaliseResponse

Properties:

  • deviceId - The unique identifier of the SCA device you associated with a resource.
  • ids - The list of unique identifiers of the resources that you associated with the SCA device.
  • type - The type of resource that you associated with the SCA device.
Annotations
  • @BuiltValue.new()

Constructors

AssociationFinaliseResponse([void updates(AssociationFinaliseResponseBuilder b)])
factory

Properties

deviceId String?
The unique identifier of the SCA device you associated with a resource.
no setter
hashCode int
The hash code for this object.
no setterinherited
ids → BuiltList<String>?
The list of unique identifiers of the resources that you associated with the SCA device.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type AssociationFinaliseResponseTypeEnum
The type of resource that you associated with the SCA device.
no setter

Methods

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