Class GetTagsResponse
- Namespace
- OpenSettings.Models.Responses
- Assembly
- OpenSettings.dll
public class GetTagsResponse
- Inheritance
-
GetTagsResponse
- Inherited Members
Constructors
GetTagsResponse(GetTagsResponseTag[])
public GetTagsResponse(GetTagsResponseTag[] tags)
Parameters
tags
GetTagsResponseTag[]
Properties
MaxSortOrder
public int MaxSortOrder { get; }
Property Value
MinSortOrder
public int MinSortOrder { get; }
Property Value
Tags
public GetTagsResponseTag[] Tags { get; }