/// <summary> /// Initializes a new instance of the <see cref="ImportResponse" /> class. /// </summary> /// <param name="Info">Info.</param> /// <param name="Value">Value.</param> public ImportResponse(Info Info = null, List <ImportGet> Value = null) { this.Info = Info; this.Value = Value; }
/// <summary> /// Initializes a new instance of the <see cref="RecipientSubscribeResponse" /> class. /// </summary> /// <param name="Info">Info.</param> /// <param name="Value">Value.</param> public RecipientSubscribeResponse(Info Info = null, List <RecipientSubscribeResponseValue> Value = null) { this.Info = Info; this.Value = Value; }
/// <summary> /// Initializes a new instance of the <see cref="UserResponse" /> class. /// </summary> /// <param name="Info">Info.</param> /// <param name="Value">Value.</param> public UserResponse(Info Info = null, List <UserGet> Value = null) { this.Info = Info; this.Value = Value; }
/// <summary> /// Initializes a new instance of the <see cref="ListResponse" /> class. /// </summary> /// <param name="Info">Info.</param> /// <param name="Value">Value.</param> public ListResponse(Info Info = null, List <ListGet> Value = null) { this.Info = Info; this.Value = Value; }