ResourceLink class abstract

Constructors

factory
ResourceLink.fromJson(Map json, {String? id})
factory

Properties

classId int?
Class of resourcelink given by application.
no setter
description String?
Human readable description of what this resourcelink does. If not specified it's set to "".
no setter
hashCode int
The hash code for this object.
no setterinherited
id String?
no setter
References to resources which are used by this resourcelink resource
no setter
name String?
Human readable name for this resourcelink
no setter
owner String?
Not writeable, this respresents the owner (username) of the creator of the resourcelink
no setter
recycle bool?
When true: Resource is automatically deleted when not referenced anymore in any resource link. Only on creation of resourcelink. "false" when omitted.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
Not writeable and there is only 1 type: "Link"
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(ResourceLinkBuilder)) ResourceLink
Rebuilds the instance.
inherited
toBridgeObject({String? action}) Map
toBuilder() ResourceLinkBuilder
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<ResourceLink>
no setter