Table of Contents

Class SurveyQuotaFrameResponseModel

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

The API response model representing the Survey quota frame

public class SurveyQuotaFrameResponseModel : SurveyQuotaFrameRequestModel
Inheritance
SurveyQuotaFrameResponseModel
Inherited Members

Properties

Id

Returns the unique identifier of the quota frame. Ignored on the request call

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

Property Value

string

QuotaETag

Returns the unique identifier of the quota version.

[JsonProperty("QuotaETag", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public long? QuotaETag { get; set; }

Property Value

long?