Documentation ¶
Index ¶
- type MonthRequestBody
- func (m *MonthRequestBody) GetAdditionalData() map[string]interface{}
- func (m *MonthRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *MonthRequestBody) GetSerialNumber() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *MonthRequestBody) IsNil() bool
- func (m *MonthRequestBody) Serialize(...) error
- func (m *MonthRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *MonthRequestBody) SetSerialNumber(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- type MonthRequestBuilder
- type MonthRequestBuilderPostOptions
- type MonthResponse
- func (m *MonthResponse) GetAdditionalData() map[string]interface{}
- func (m *MonthResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *MonthResponse) GetWorkbookFunctionResult() ...
- func (m *MonthResponse) IsNil() bool
- func (m *MonthResponse) Serialize(...) error
- func (m *MonthResponse) SetAdditionalData(value map[string]interface{})
- func (m *MonthResponse) SetWorkbookFunctionResult(...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MonthRequestBody ¶
type MonthRequestBody struct {
// contains filtered or unexported fields
}
MonthRequestBody
func NewMonthRequestBody ¶
func NewMonthRequestBody() *MonthRequestBody
NewMonthRequestBody instantiates a new monthRequestBody and sets the default values.
func (*MonthRequestBody) GetAdditionalData ¶
func (m *MonthRequestBody) GetAdditionalData() map[string]interface{}
GetAdditionalData 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 (*MonthRequestBody) GetFieldDeserializers ¶
func (m *MonthRequestBody) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*MonthRequestBody) GetSerialNumber ¶
func (m *MonthRequestBody) GetSerialNumber() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
GetSerialNumber gets the serialNumber property value.
func (*MonthRequestBody) IsNil ¶
func (m *MonthRequestBody) IsNil() bool
func (*MonthRequestBody) Serialize ¶
func (m *MonthRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*MonthRequestBody) SetAdditionalData ¶
func (m *MonthRequestBody) SetAdditionalData(value map[string]interface{})
SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*MonthRequestBody) SetSerialNumber ¶
func (m *MonthRequestBody) SetSerialNumber(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
SetSerialNumber sets the serialNumber property value.
type MonthRequestBuilder ¶
type MonthRequestBuilder struct {
// contains filtered or unexported fields
}
MonthRequestBuilder builds and executes requests for operations under \workbooks\{driveItem-id}\workbook\functions\microsoft.graph.month
func NewMonthRequestBuilder ¶
func NewMonthRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *MonthRequestBuilder
NewMonthRequestBuilder instantiates a new MonthRequestBuilder and sets the default values.
func NewMonthRequestBuilderInternal ¶
func NewMonthRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *MonthRequestBuilder
NewMonthRequestBuilderInternal instantiates a new MonthRequestBuilder and sets the default values.
func (*MonthRequestBuilder) CreatePostRequestInformation ¶
func (m *MonthRequestBuilder) CreatePostRequestInformation(options *MonthRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation invoke action month
func (*MonthRequestBuilder) Post ¶
func (m *MonthRequestBuilder) Post(options *MonthRequestBuilderPostOptions) (*MonthResponse, error)
Post invoke action month
type MonthRequestBuilderPostOptions ¶
type MonthRequestBuilderPostOptions struct { // Body *MonthRequestBody // 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 }
MonthRequestBuilderPostOptions options for Post
type MonthResponse ¶
type MonthResponse struct {
// contains filtered or unexported fields
}
MonthResponse union type wrapper for classes workbookFunctionResult
func NewMonthResponse ¶
func NewMonthResponse() *MonthResponse
NewMonthResponse instantiates a new monthResponse and sets the default values.
func (*MonthResponse) GetAdditionalData ¶
func (m *MonthResponse) GetAdditionalData() map[string]interface{}
GetAdditionalData 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 (*MonthResponse) GetFieldDeserializers ¶
func (m *MonthResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*MonthResponse) GetWorkbookFunctionResult ¶
func (m *MonthResponse) GetWorkbookFunctionResult() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult
GetWorkbookFunctionResult gets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult
func (*MonthResponse) IsNil ¶
func (m *MonthResponse) IsNil() bool
func (*MonthResponse) Serialize ¶
func (m *MonthResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*MonthResponse) SetAdditionalData ¶
func (m *MonthResponse) SetAdditionalData(value map[string]interface{})
SetAdditionalData sets the additionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
func (*MonthResponse) SetWorkbookFunctionResult ¶
func (m *MonthResponse) SetWorkbookFunctionResult(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult)
SetWorkbookFunctionResult sets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult