AvePoint.Migration.Api.Models.PlanGroupModel.PlanGroupModel C# (CSharp) Méthode

PlanGroupModel() public méthode

Initializes a new instance of the PlanGroupModel class.
public PlanGroupModel ( ) : Microsoft.Rest
Résultat Microsoft.Rest
        public PlanGroupModel()
        {
            CustomInit();
        }

Same methods

PlanGroupModel::PlanGroupModel ( string name, string method, string description = default(string), int? parallelPlanCount = default(int?), AvePoint.Migration.Api.Models.ScheduleModel schedule = default(ScheduleModel), IList plans = default(IList<string>) ) : Microsoft.Rest