LinkedResourceCreateRequest class

Request model for creating a linked resource.

Annotations
  • @JsonSerializable(createFactory: false)

Constructors

LinkedResourceCreateRequest.new({required String displayName, required String webUrl, String? applicationName, String? externalId})
Creates a new LinkedResourceCreateRequest instance.

Properties

applicationName String?
The application name of the link source.
final
displayName String
The title of the link.
final
externalId String?
The external ID of the link.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
webUrl String
The URL of the link.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Converts this LinkedResourceCreateRequest instance to a JSON object.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited