SuggestionDayResult
extends Type
in package
Represents a single day that contains suggested meeting times.
Table of Contents
Properties
- $Date : string
- Represents the date that contains the suggested meeting times.
- $DayQuality : string
- Represents the quality of the day for containing quality suggested meeting times.
- $SuggestionArray : ArrayOfSuggestion
- Contains an array of meeting suggestions.
Methods
- __clone() : mixed
- Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
Properties
$Date
Represents the date that contains the suggested meeting times.
public
string
$Date
Tags
$DayQuality
Represents the quality of the day for containing quality suggested meeting times.
public
string
$DayQuality
Tags
$SuggestionArray
Contains an array of meeting suggestions.
public
ArrayOfSuggestion
$SuggestionArray
Tags
Methods
__clone()
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.
public
__clone() : mixed