Table of Contents

Class AppsSetUserStorageRequest.Types.KeyValue

Namespace
SKIT.FlurlHttpClient.ByteDance.MicroApp.Models
Assembly
DH.SKIT.FlurlHttpClient.ByteDance.MicroApp.dll
public class AppsSetUserStorageRequest.Types.KeyValue
Inheritance
AppsSetUserStorageRequest.Types.KeyValue
Derived
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