Skip to main content

AVxcelerate Asset Preparation API 2023 R2

asset_preparation::v1::resource::DownloadResourceAsFileRequest Struct Reference

Last update: 16.07.2025

The request to export a resource as a file. More...

Public Attributes

int32 identifier = 1
 
string type = 2
 
string file_path = 3
 
google::protobuf::BoolValue overwrite = 4
 

Detailed Description

The request to export a resource as a file.

Member Data Documentation

◆ file_path

string asset_preparation::v1::resource::DownloadResourceAsFileRequest::file_path = 3

The path of the exported file.

Note
The file extension must be correct according to the resource type.

◆ identifier

int32 asset_preparation::v1::resource::DownloadResourceAsFileRequest::identifier = 1

The identifier of the resource to download.

◆ overwrite

google::protobuf::BoolValue asset_preparation::v1::resource::DownloadResourceAsFileRequest::overwrite = 4

Describes whether the file should be overwritten.

Note
The default value is true.

◆ type

string asset_preparation::v1::resource::DownloadResourceAsFileRequest::type = 2

The type of the resource to download.


The documentation for this struct was generated from the following file:
  • resource_description.proto

Connect with Ansys