ListingsPrivateFile
Last edit: Oct 26, 2022
No description
type ListingsPrivateFile {
content_type: String
created_at: JSONDate
file_name: String
id: ID
name: String
size_bytes: Int
url(expires_in: Int = 900): String
}
Fields
content_type
(String
)
created_at
(JSONDate
)
file_name
(String
)
id
(ID
)
name
(String
)
size_bytes
(Int
)
url
(String
)
-
expires_in
(Int
)
Number of seconds before presigned URL expires. Max value is one week (604800)