Wasm Directoryalpha
Record

attachment-response

No description available.

record attachment-response {
  gid: option​<string>,
  resource-type: option​<string>,
  name: option​<string>,
  resource-subtype: option​<string>,
  connected-to-app: option​<bool>,
  created-at: option​<string>,
  download-url: option​<string>,
  host: option​<string>,
  parent: option​<attachment-response-parent>,
  permanent-url: option​<string>,
  size: option​<s32>,
  view-url: option​<string>,
}

Fields

NameTypeDescription
gidoption​<string>
resource-typeoption​<string>
nameoption​<string>
resource-subtypeoption​<string>
connected-to-appoption​<bool>
created-atoption​<string>
download-urloption​<string>
hostoption​<string>
parentoption​<attachment-response-parent>
permanent-urloption​<string>
sizeoption​<s32>
view-urloption​<string>