Table of Contents

Class SurveysQuotaFrameResponseModel

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

The API response model representing a Quota Frame

public class SurveysQuotaFrameResponseModel : SurveysQuotaFrameResponseBaseModel
Inheritance
SurveysQuotaFrameResponseModel
Inherited Members

Properties

Variables

Frame variables

[JsonProperty("Variables", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public ICollection<SurveysQuotaFrameVariableModel> Variables { get; set; }

Property Value

ICollection<SurveysQuotaFrameVariableModel>