/// <summary> /// Initializes a new instance of the SharePointJobExecutionModel /// class. /// </summary> /// <param name="mappings">Migration Mappings /// {AvePoint.Migration.Api.Models.SharePointMappingModel}</param> public SharePointJobExecutionModel(SharePointMappingModel mappings, SharePointJobExecutionSettingsModel settings = default(SharePointJobExecutionSettingsModel)) { Mappings = mappings; Settings = settings; CustomInit(); }
/// <summary> /// Initializes a new instance of the SharePointPlanModel class. /// </summary> /// <param /// name="mappings">{AvePoint.Migration.Api.Models.SharePointMappingModel}</param> public SharePointPlanModel(SharePointMappingModel mappings, SharePointPlanSettingsModel settings) { Mappings = mappings; Settings = settings; CustomInit(); }