Table of Contents

Class Request

Namespace
Nfield.SDK
Assembly
Nfield.Public.SDK.dll
public class Request
Inheritance
Request
Inherited Members

Properties

Description

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

Property Value

string

Headers

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

Property Value

ICollection<RequestHeader>

HelpUri

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

Property Value

string

Id

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

Property Value

int

Name

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

Property Value

string

PayloadTemplate

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

Property Value

string

RequestHttpMethod

[JsonProperty("RequestHttpMethod", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public RequestHttpMethod RequestHttpMethod { get; set; }

Property Value

RequestHttpMethod

Timeout

[JsonProperty("Timeout", Required = Required.DisallowNull, NullValueHandling = NullValueHandling.Ignore)]
public int Timeout { get; set; }

Property Value

int

Uri

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

Property Value

string