Documentation ¶
Index ¶
- type FindMeetingTimesRequestBody
- func (m *FindMeetingTimesRequestBody) GetAdditionalData() map[string]interface{}
- func (m *FindMeetingTimesRequestBody) GetAttendees() ...
- func (m *FindMeetingTimesRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *FindMeetingTimesRequestBody) GetIsOrganizerOptional() *bool
- func (m *FindMeetingTimesRequestBody) GetLocationConstraint() ...
- func (m *FindMeetingTimesRequestBody) GetMaxCandidates() *int32
- func (m *FindMeetingTimesRequestBody) GetMeetingDuration() *string
- func (m *FindMeetingTimesRequestBody) GetMinimumAttendeePercentage() *float64
- func (m *FindMeetingTimesRequestBody) GetReturnSuggestionReasons() *bool
- func (m *FindMeetingTimesRequestBody) GetTimeConstraint() ...
- func (m *FindMeetingTimesRequestBody) IsNil() bool
- func (m *FindMeetingTimesRequestBody) Serialize(...) error
- func (m *FindMeetingTimesRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *FindMeetingTimesRequestBody) SetAttendees(...)
- func (m *FindMeetingTimesRequestBody) SetIsOrganizerOptional(value *bool)
- func (m *FindMeetingTimesRequestBody) SetLocationConstraint(...)
- func (m *FindMeetingTimesRequestBody) SetMaxCandidates(value *int32)
- func (m *FindMeetingTimesRequestBody) SetMeetingDuration(value *string)
- func (m *FindMeetingTimesRequestBody) SetMinimumAttendeePercentage(value *float64)
- func (m *FindMeetingTimesRequestBody) SetReturnSuggestionReasons(value *bool)
- func (m *FindMeetingTimesRequestBody) SetTimeConstraint(...)
- type FindMeetingTimesRequestBuilder
- type FindMeetingTimesRequestBuilderPostOptions
- type FindMeetingTimesResponse
- func (m *FindMeetingTimesResponse) GetAdditionalData() map[string]interface{}
- func (m *FindMeetingTimesResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *FindMeetingTimesResponse) GetMeetingTimeSuggestionsResult() ...
- func (m *FindMeetingTimesResponse) IsNil() bool
- func (m *FindMeetingTimesResponse) Serialize(...) error
- func (m *FindMeetingTimesResponse) SetAdditionalData(value map[string]interface{})
- func (m *FindMeetingTimesResponse) SetMeetingTimeSuggestionsResult(...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FindMeetingTimesRequestBody ¶
type FindMeetingTimesRequestBody struct {
// contains filtered or unexported fields
}
func NewFindMeetingTimesRequestBody ¶
func NewFindMeetingTimesRequestBody() *FindMeetingTimesRequestBody
Instantiates a new findMeetingTimesRequestBody and sets the default values.
func (*FindMeetingTimesRequestBody) GetAdditionalData ¶
func (m *FindMeetingTimesRequestBody) GetAdditionalData() map[string]interface{}
Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*FindMeetingTimesRequestBody) GetAttendees ¶
func (m *FindMeetingTimesRequestBody) GetAttendees() []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.AttendeeBase
Gets the attendees property value.
func (*FindMeetingTimesRequestBody) GetFieldDeserializers ¶
func (m *FindMeetingTimesRequestBody) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
The deserialization information for the current model
func (*FindMeetingTimesRequestBody) GetIsOrganizerOptional ¶
func (m *FindMeetingTimesRequestBody) GetIsOrganizerOptional() *bool
Gets the isOrganizerOptional property value.
func (*FindMeetingTimesRequestBody) GetLocationConstraint ¶
func (m *FindMeetingTimesRequestBody) GetLocationConstraint() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.LocationConstraint
Gets the locationConstraint property value.
func (*FindMeetingTimesRequestBody) GetMaxCandidates ¶
func (m *FindMeetingTimesRequestBody) GetMaxCandidates() *int32
Gets the maxCandidates property value.
func (*FindMeetingTimesRequestBody) GetMeetingDuration ¶
func (m *FindMeetingTimesRequestBody) GetMeetingDuration() *string
Gets the meetingDuration property value.
func (*FindMeetingTimesRequestBody) GetMinimumAttendeePercentage ¶
func (m *FindMeetingTimesRequestBody) GetMinimumAttendeePercentage() *float64
Gets the minimumAttendeePercentage property value.
func (*FindMeetingTimesRequestBody) GetReturnSuggestionReasons ¶
func (m *FindMeetingTimesRequestBody) GetReturnSuggestionReasons() *bool
Gets the returnSuggestionReasons property value.
func (*FindMeetingTimesRequestBody) GetTimeConstraint ¶
func (m *FindMeetingTimesRequestBody) GetTimeConstraint() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.TimeConstraint
Gets the timeConstraint property value.
func (*FindMeetingTimesRequestBody) IsNil ¶
func (m *FindMeetingTimesRequestBody) IsNil() bool
func (*FindMeetingTimesRequestBody) Serialize ¶
func (m *FindMeetingTimesRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serializes information the current object Parameters:
- writer : Serialization writer to use to serialize this model
func (*FindMeetingTimesRequestBody) SetAdditionalData ¶
func (m *FindMeetingTimesRequestBody) SetAdditionalData(value map[string]interface{})
Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. Parameters:
- value : Value to set for the AdditionalData property.
func (*FindMeetingTimesRequestBody) SetAttendees ¶
func (m *FindMeetingTimesRequestBody) SetAttendees(value []i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.AttendeeBase)
Sets the attendees property value. Parameters:
- value : Value to set for the attendees property.
func (*FindMeetingTimesRequestBody) SetIsOrganizerOptional ¶
func (m *FindMeetingTimesRequestBody) SetIsOrganizerOptional(value *bool)
Sets the isOrganizerOptional property value. Parameters:
- value : Value to set for the isOrganizerOptional property.
func (*FindMeetingTimesRequestBody) SetLocationConstraint ¶
func (m *FindMeetingTimesRequestBody) SetLocationConstraint(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.LocationConstraint)
Sets the locationConstraint property value. Parameters:
- value : Value to set for the locationConstraint property.
func (*FindMeetingTimesRequestBody) SetMaxCandidates ¶
func (m *FindMeetingTimesRequestBody) SetMaxCandidates(value *int32)
Sets the maxCandidates property value. Parameters:
- value : Value to set for the maxCandidates property.
func (*FindMeetingTimesRequestBody) SetMeetingDuration ¶
func (m *FindMeetingTimesRequestBody) SetMeetingDuration(value *string)
Sets the meetingDuration property value. Parameters:
- value : Value to set for the meetingDuration property.
func (*FindMeetingTimesRequestBody) SetMinimumAttendeePercentage ¶
func (m *FindMeetingTimesRequestBody) SetMinimumAttendeePercentage(value *float64)
Sets the minimumAttendeePercentage property value. Parameters:
- value : Value to set for the minimumAttendeePercentage property.
func (*FindMeetingTimesRequestBody) SetReturnSuggestionReasons ¶
func (m *FindMeetingTimesRequestBody) SetReturnSuggestionReasons(value *bool)
Sets the returnSuggestionReasons property value. Parameters:
- value : Value to set for the returnSuggestionReasons property.
func (*FindMeetingTimesRequestBody) SetTimeConstraint ¶
func (m *FindMeetingTimesRequestBody) SetTimeConstraint(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.TimeConstraint)
Sets the timeConstraint property value. Parameters:
- value : Value to set for the timeConstraint property.
type FindMeetingTimesRequestBuilder ¶
type FindMeetingTimesRequestBuilder struct {
// contains filtered or unexported fields
}
Builds and executes requests for operations under \me\microsoft.graph.findMeetingTimes
func NewFindMeetingTimesRequestBuilder ¶
func NewFindMeetingTimesRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *FindMeetingTimesRequestBuilder
Instantiates a new FindMeetingTimesRequestBuilder and sets the default values. Parameters:
- rawUrl : The raw URL to use for the request builder.
- requestAdapter : The request adapter to use to execute the requests.
func NewFindMeetingTimesRequestBuilderInternal ¶
func NewFindMeetingTimesRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *FindMeetingTimesRequestBuilder
Instantiates a new FindMeetingTimesRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*FindMeetingTimesRequestBuilder) CreatePostRequestInformation ¶
func (m *FindMeetingTimesRequestBuilder) CreatePostRequestInformation(options *FindMeetingTimesRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Invoke action findMeetingTimes Parameters:
- options : Options for the request
func (*FindMeetingTimesRequestBuilder) Post ¶
func (m *FindMeetingTimesRequestBuilder) Post(options *FindMeetingTimesRequestBuilderPostOptions) (*FindMeetingTimesResponse, error)
Invoke action findMeetingTimes Parameters:
- options : Options for the request
type FindMeetingTimesRequestBuilderPostOptions ¶
type FindMeetingTimesRequestBuilderPostOptions struct { // Body *FindMeetingTimesRequestBody // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
Options for Post
type FindMeetingTimesResponse ¶
type FindMeetingTimesResponse struct {
// contains filtered or unexported fields
}
Union type wrapper for classes meetingTimeSuggestionsResult
func NewFindMeetingTimesResponse ¶
func NewFindMeetingTimesResponse() *FindMeetingTimesResponse
Instantiates a new findMeetingTimesResponse and sets the default values.
func (*FindMeetingTimesResponse) GetAdditionalData ¶
func (m *FindMeetingTimesResponse) GetAdditionalData() map[string]interface{}
Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*FindMeetingTimesResponse) GetFieldDeserializers ¶
func (m *FindMeetingTimesResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
The deserialization information for the current model
func (*FindMeetingTimesResponse) GetMeetingTimeSuggestionsResult ¶
func (m *FindMeetingTimesResponse) GetMeetingTimeSuggestionsResult() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.MeetingTimeSuggestionsResult
Gets the meetingTimeSuggestionsResult property value. Union type representation for type meetingTimeSuggestionsResult
func (*FindMeetingTimesResponse) IsNil ¶
func (m *FindMeetingTimesResponse) IsNil() bool
func (*FindMeetingTimesResponse) Serialize ¶
func (m *FindMeetingTimesResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serializes information the current object Parameters:
- writer : Serialization writer to use to serialize this model
func (*FindMeetingTimesResponse) SetAdditionalData ¶
func (m *FindMeetingTimesResponse) SetAdditionalData(value map[string]interface{})
Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. Parameters:
- value : Value to set for the AdditionalData property.
func (*FindMeetingTimesResponse) SetMeetingTimeSuggestionsResult ¶
func (m *FindMeetingTimesResponse) SetMeetingTimeSuggestionsResult(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.MeetingTimeSuggestionsResult)
Sets the meetingTimeSuggestionsResult property value. Union type representation for type meetingTimeSuggestionsResult Parameters:
- value : Value to set for the meetingTimeSuggestionsResult property.