Table of Contents

Class AppsOrderPushV2Request.Types.KeyValue

Namespace
SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
Assembly
DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
public class AppsOrderPushV2Request.Types.KeyValue
Inheritance
AppsOrderPushV2Request.Types.KeyValue
Inherited Members

Constructors

KeyValue()

public KeyValue()

Properties

Key

获取或设置键。

[JsonPropertyName("key")]
public string Key { get; set; }

Property Value

string

Value

获取或设置值。

[JsonPropertyName("value")]
public string Value { get; set; }

Property Value

string