/// <summary> /// Initializes a new instance of the <see cref="RecurrenceRead" /> class. /// </summary> /// <param name="type">Immutable value.</param> /// <param name="id">id.</param> /// <param name="attributes">attributes.</param> /// <param name="links">links.</param> public RecurrenceRead(string type = default(string), int id = default(int), Recurrence attributes = default(Recurrence), ObjectLink links = default(ObjectLink)) { this.Type = type; this.Id = id; this.Attributes = attributes; this.Links = links; }
/// <summary> /// Initializes a new instance of the <see cref="TagRead" /> class. /// </summary> /// <param name="type">Immutable value.</param> /// <param name="id">id.</param> /// <param name="attributes">attributes.</param> /// <param name="links">links.</param> public TagRead(string type = default(string), int id = default(int), TagModel attributes = default(TagModel), ObjectLink links = default(ObjectLink)) { this.Type = type; this.Id = id; this.Attributes = attributes; this.Links = links; }
/// <summary> /// Initializes a new instance of the <see cref="PiggyBankRead" /> class. /// </summary> /// <param name="type">Immutable value.</param> /// <param name="id">id.</param> /// <param name="attributes">attributes.</param> /// <param name="links">links.</param> public PiggyBankRead(string type = default(string), int id = default(int), PiggyBank attributes = default(PiggyBank), ObjectLink links = default(ObjectLink)) { this.Type = type; this.Id = id; this.Attributes = attributes; this.Links = links; }
/// <summary> /// Initializes a new instance of the <see cref="RuleGroupRead" /> class. /// </summary> /// <param name="type">Immutable value.</param> /// <param name="id">id.</param> /// <param name="attributes">attributes.</param> /// <param name="links">links.</param> public RuleGroupRead(string type = default(string), int id = default(int), RuleGroup attributes = default(RuleGroup), ObjectLink links = default(ObjectLink)) { this.Type = type; this.Id = id; this.Attributes = attributes; this.Links = links; }
/// <summary> /// Initializes a new instance of the <see cref="TransactionLinkRead" /> class. /// </summary> /// <param name="type">Immutable value.</param> /// <param name="id">id.</param> /// <param name="attributes">attributes.</param> /// <param name="links">links.</param> public TransactionLinkRead(string type = default(string), int id = default(int), TransactionLink attributes = default(TransactionLink), ObjectLink links = default(ObjectLink)) { this.Type = type; this.Id = id; this.Attributes = attributes; this.Links = links; }
/// <summary> /// Initializes a new instance of the <see cref="AttachmentRead" /> class. /// </summary> /// <param name="type">Immutable value.</param> /// <param name="id">id.</param> /// <param name="attributes">attributes.</param> /// <param name="links">links.</param> public AttachmentRead(string type = default(string), int id = default(int), Attachment attributes = default(Attachment), ObjectLink links = default(ObjectLink)) { this.Type = type; this.Id = id; this.Attributes = attributes; this.Links = links; }
/// <summary> /// Initializes a new instance of the <see cref="LinkTypeRead" /> class. /// </summary> /// <param name="type">Immutable value.</param> /// <param name="id">id.</param> /// <param name="attributes">attributes.</param> /// <param name="links">links.</param> public LinkTypeRead(string type = default(string), int id = default(int), LinkType attributes = default(LinkType), ObjectLink links = default(ObjectLink)) { this.Type = type; this.Id = id; this.Attributes = attributes; this.Links = links; }
/// <summary> /// Initializes a new instance of the <see cref="UserRead" /> class. /// </summary> /// <param name="type">Immutable value.</param> /// <param name="id">id.</param> /// <param name="attributes">attributes.</param> /// <param name="links">links.</param> public UserRead(string type = default(string), int id = default(int), User attributes = default(User), ObjectLink links = default(ObjectLink)) { this.Type = type; this.Id = id; this.Attributes = attributes; this.Links = links; }