DevResourceA dev resource in a file. | id String- Unique identifier of the dev resource
name String- The name of the dev resource.
url String- The URL of the dev resource.
file_key String- The file key where the dev resource belongs.
node_id String- The target node to attach the dev resource to.
|
DevResourceCreatePayload to create a dev resource in a file. | name String- The name of the dev resource.
url String- The URL of the dev resource.
file_key String- The file key where the dev resource belongs. This must be a main file key, not a branch key.
node_id String- The target node to attach the dev resource to.
|
DevResourceUpdatePayload to update a dev resource in a file. | id String- Unique identifier of the dev resource
name String- The name of the dev resource.
url String- The URL of the dev resource.
|