Supported address for GetMediaMeta.

This commit is contained in:
sdk-team
2020-02-10 11:12:38 +08:00
parent 3e7b519b35
commit 9df24cf9eb
4 changed files with 27 additions and 1 deletions

View File

@@ -36,6 +36,16 @@ namespace AlibabaCloud
{
struct MediaFormat
{
struct Address
{
std::string township;
std::string addressLine;
std::string country;
std::string city;
std::string district;
std::string province;
};
Address address;
int numberStreams;
std::string size;
std::string formatLongName;