C# Класс PlayFab.AdminModels.GetContentUploadUrlRequest

Наследование: PlayFabRequestCommon
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
ContentType string
Key string

Описание свойств

ContentType публичное свойство

A standard MIME type describing the format of the contents. The same MIME type has to be set in the header when uploading the content. If not specified, the MIME type is 'binary/octet-stream' by default.
public string ContentType
Результат string

Key публичное свойство

Key of the content item to upload, usually formatted as a path, e.g. images/a.png
public string Key
Результат string