/// <summary>
 /// Initializes a new instance of the <see cref="GrantMeetingScope" /> class.
 /// </summary>
 /// <param name="meeting">meeting.</param>
 /// <param name="partitionName">The name of the partition you are on..</param>
 /// <param name="partition">partition.</param>
 public GrantMeetingScope(GrantMeetingScopeMeeting meeting = default(GrantMeetingScopeMeeting), string partitionName = default(string), Partition partition = default(Partition))
 {
     this.Meeting       = meeting;
     this.PartitionName = partitionName;
     this.Partition     = partition;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="GrantMeetingScope" /> class.
 /// </summary>
 /// <param name="Meeting">Meeting.</param>
 /// <param name="PartitionName">The name of the partition you are on..</param>
 /// <param name="Partition">Partition.</param>
 public GrantMeetingScope(GrantMeetingScopeMeeting Meeting = default(GrantMeetingScopeMeeting), string PartitionName = default(string), Partition Partition = default(Partition))
 {
     this.Meeting       = Meeting;
     this.PartitionName = PartitionName;
     this.Partition     = Partition;
 }