Table of Contents

Class FulfillmentUploadImageResponse.Types.Data

Namespace
SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop.ExtendedSDK.Legacy.Models
Assembly
DH.SKIT.FlurlHttpClient.ByteDance.TikTokGlobalShop.dll
public class FulfillmentUploadImageResponse.Types.Data
Inheritance
FulfillmentUploadImageResponse.Types.Data
Inherited Members

Constructors

Data()

public Data()

Properties

Height

获取或设置图片高度(单位:像素)。

[JsonPropertyName("img_height")]
public int Height { get; set; }

Property Value

int

ImageId

获取或设置图片 ID。

[JsonPropertyName("img_id")]
public string ImageId { get; set; }

Property Value

string

ImageUrl

获取或设置图片 URL。

[JsonPropertyName("img_url")]
public string ImageUrl { get; set; }

Property Value

string

Scene

获取或设置图片使用场景。

[JsonPropertyName("img_scene")]
public int Scene { get; set; }

Property Value

int

Width

获取或设置图片宽度(单位:像素)。

[JsonPropertyName("img_width")]
public int Width { get; set; }

Property Value

int