Table of Contents

Class CreateInviteRequest

Namespace
Fluxer.Net.Rest
Assembly
Fluxer.Net.dll
public class CreateInviteRequest
Inheritance
object
CreateInviteRequest

Properties

MaxAge

[JsonProperty("max_age")]
public int? MaxAge { get; set; }

Property Value

int?

MaxUses

[JsonProperty("max_uses")]
public int? MaxUses { get; set; }

Property Value

int?

Temporary

[JsonProperty("temporary")]
public bool? Temporary { get; set; }

Property Value

bool?

Unique

[JsonProperty("unique")]
public bool? Unique { get; set; }

Property Value

bool?