item_meta_payload_details_file_t Struct Reference

This struct is used for building file.meta.payload.details structure. More...

#include <src/data_types.h>

Collaboration diagram for item_meta_payload_details_file_t:
Collaboration graph

Data Fields

string_tfile_name
 Name of the file transferred. More...
 
string_tcreation_date
 Date and time when the file was created. ISO 8601 date and time format. More...
 
string_tfile_type
 Type of the file transferred. More...
 

Detailed Description

This struct is used for building file.meta.payload.details structure.

Definition at line 46 of file data_types.h.

Field Documentation

string_t* item_meta_payload_details_file_t::creation_date

Date and time when the file was created. ISO 8601 date and time format.

Definition at line 49 of file data_types.h.

Referenced by _add_item_meta_payload_details().

string_t* item_meta_payload_details_file_t::file_name

Name of the file transferred.

Definition at line 48 of file data_types.h.

Referenced by _add_item_meta_payload_details().

string_t* item_meta_payload_details_file_t::file_type

Type of the file transferred.

Definition at line 50 of file data_types.h.

Referenced by _add_item_meta_payload_details().


The documentation for this struct was generated from the following file: