Table of Contents

Class ThemeResponseModel

Namespace
Nfield.SDK
Assembly
Nfield.Public.SDK.dll

The API response model representing a theme

public class ThemeResponseModel
Inheritance
ThemeResponseModel
Inherited Members

Properties

Id

Theme Id

[JsonProperty("Id", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Id { get; set; }

Property Value

string

Name

Theme Name

[JsonProperty("Name", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string Name { get; set; }

Property Value

string