Resourcefile Args
data class ResourcefileArgs(val contentType: Output<String>? = null, val data: Output<String>? = null, val environmentId: Output<String>? = null, val extensions: Output<List<Map<String, String>>>? = null, val file: Output<AssetOrArchive>? = null, val name: Output<String>? = null, val organizationId: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<ResourcefileArgs>
Creates a resource file. Specify the Content-Type
as application/octet-stream
or multipart/form-data
. For more information about resource files, see Resource files. Auto-naming is currently not supported for this resource.
Constructors
Link copied to clipboard
fun ResourcefileArgs(contentType: Output<String>? = null, data: Output<String>? = null, environmentId: Output<String>? = null, extensions: Output<List<Map<String, String>>>? = null, file: Output<AssetOrArchive>? = null, name: Output<String>? = null, organizationId: Output<String>? = null, type: Output<String>? = null)