BodyUpdateAudioNativeProjectContentV1AudioNativeProjectIdContentPost constructor

const BodyUpdateAudioNativeProjectContentV1AudioNativeProjectIdContentPost({
  1. String? file,
  2. bool? autoConvert,
  3. bool? autoPublish,
})

Implementation

const BodyUpdateAudioNativeProjectContentV1AudioNativeProjectIdContentPost({
  this.file,
  this.autoConvert,
  this.autoPublish,
});