Esempio n. 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Account" /> class.
 /// </summary>
 /// <param name="Id">Id.</param>
 /// <param name="Type">Type of the resource.</param>
 /// <param name="Meta">Meta.</param>
 /// <param name="Attributes">Attributes.</param>
 public Account(string Id = default(string), TypeEnum?Type = default(TypeEnum?), InlineResponse200Meta Meta = default(InlineResponse200Meta), InlineResponse200Attributes Attributes = default(InlineResponse200Attributes))
 {
     this.Id         = Id;
     this.Type       = Type;
     this.Meta       = Meta;
     this.Attributes = Attributes;
 }
Esempio n. 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="CompanyIdaccountsData" /> class.
 /// </summary>
 /// <param name="Id">Id.</param>
 /// <param name="Type">Type of the resource.</param>
 /// <param name="Attributes">Attributes.</param>
 public CompanyIdaccountsData(string Id = default(string), TypeEnum?Type = default(TypeEnum?), InlineResponse200Attributes Attributes = default(InlineResponse200Attributes))
 {
     this.Id         = Id;
     this.Type       = Type;
     this.Attributes = Attributes;
 }