resource property

String? resource
final

The CHILD resource's key, published only when the relation's child model resolves to exactly one mobile resource (P9) — the resource whose form and permissions block govern this relation's row writes. null (a server predating P9, or a zero/several resource match) means read-only: no write affordance may be drawn without it, and the write endpoints 404 there anyway.

Implementation

final String? resource;