Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="CompanyIdcontactsData" /> class.
 /// </summary>
 /// <param name="Id">Id.</param>
 /// <param name="Type">Type of the resource.</param>
 /// <param name="Attributes">Attributes.</param>
 /// <param name="Relationships">Relationships.</param>
 public CompanyIdcontactsData(string Id = default(string), TypeEnum?Type = default(TypeEnum?), InlineResponse2002Attributes Attributes = default(InlineResponse2002Attributes), CompanyIdcontactsDataRelationships Relationships = default(CompanyIdcontactsDataRelationships))
 {
     this.Id            = Id;
     this.Type          = Type;
     this.Attributes    = Attributes;
     this.Relationships = Relationships;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="InlineResponse2002Data" /> 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>
 /// <param name="Relationships">Relationships.</param>
 public InlineResponse2002Data(string Id = default(string), TypeEnum?Type = default(TypeEnum?), InlineResponse200Meta Meta = default(InlineResponse200Meta), InlineResponse2002Attributes Attributes = default(InlineResponse2002Attributes), InlineResponse2002Relationships Relationships = default(InlineResponse2002Relationships))
 {
     this.Id            = Id;
     this.Type          = Type;
     this.Meta          = Meta;
     this.Attributes    = Attributes;
     this.Relationships = Relationships;
 }