/// <summary>
 /// Initializes a new instance of the <see cref="Identifiers" /> class.
 /// </summary>
 /// <param name="Identifier">A collection of identifier objects.</param>
 /// <param name="Links">Links.</param>
 public Identifiers(List <Identifier> Identifier = null, Links Links = null)
 {
     this.Identifier = Identifier;
     this.Links      = Links;
 }
Beispiel #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="EntryChanges" /> class.
 /// </summary>
 /// <param name="EntryChange">A collection of entry_change objects.</param>
 /// <param name="Links">Links.</param>
 public EntryChanges(List <EntryChange> EntryChange = null, Links Links = null)
 {
     this.EntryChange = EntryChange;
     this.Links       = Links;
 }