FreebusyGroupInfo Constructor (String, IEnumerableErrorDetails) |
Initializes a new instance of the FreebusyGroupInfo class.
Namespace:
Aspose.Email.Clients.Google
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic FreebusyGroupInfo(
string groupId,
IEnumerable<ErrorDetails> errors
)
Public Sub New (
groupId As String,
errors As IEnumerable(Of ErrorDetails)
)
public:
FreebusyGroupInfo(
String^ groupId,
IEnumerable<ErrorDetails^>^ errors
)
new :
groupId : string *
errors : IEnumerable<ErrorDetails> -> FreebusyGroupInfo
Parameters
- groupId
- Type: SystemString
Group id - errors
- Type: System.Collections.GenericIEnumerableErrorDetails
Optional error(s) (if computation for the group failed).
See Also