pub struct FileTransferDataMvo {
pub extensible: Extensible,
pub protocol_transfer_data: ProtocolTransferData,
pub compression_type: Option<CompressionType>,
pub file_format: Option<String>,
pub file_location: Option<String>,
pub packing_type: Option<PackingType>,
pub retention_period: Option<Duration>,
}Expand description
File Transfer Data MVO schema for use in TMForum Open-APIs - When used for in a schema it means that the Entity described by the schema MUST be extended with the @type
Fields§
§extensible: ExtensibleBase Extensible schema for use in TMForum Open-APIs - When used for in a schema it means that the Entity described by the schema MUST be extended with the @type
protocol_transfer_data: ProtocolTransferDataProtocol Transfer Data schema for use in TMForum Open-APIs - When used for in a schema it means that the Entity described by the schema MUST be extended with the @type
compression_type: Option<CompressionType>File compression type.
file_format: Option<String>File format type.
file_location: Option<String>Location where the file is stored or retrieved from.
packing_type: Option<PackingType>Specify if the output file(s) are to be packed.
retention_period: Option<Duration>A time interval in a given unit of time
Trait Implementations§
Source§impl Clone for FileTransferDataMvo
impl Clone for FileTransferDataMvo
Source§fn clone(&self) -> FileTransferDataMvo
fn clone(&self) -> FileTransferDataMvo
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for FileTransferDataMvo
impl Debug for FileTransferDataMvo
Source§impl Deref for FileTransferDataMvo
impl Deref for FileTransferDataMvo
Source§impl DerefMut for FileTransferDataMvo
impl DerefMut for FileTransferDataMvo
Source§impl<'de> Deserialize<'de> for FileTransferDataMvo
impl<'de> Deserialize<'de> for FileTransferDataMvo
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for FileTransferDataMvo
impl Display for FileTransferDataMvo
Auto Trait Implementations§
impl Freeze for FileTransferDataMvo
impl RefUnwindSafe for FileTransferDataMvo
impl Send for FileTransferDataMvo
impl Sync for FileTransferDataMvo
impl Unpin for FileTransferDataMvo
impl UnwindSafe for FileTransferDataMvo
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)