Documentation
¶
Index ¶
- type LogRequestBody
- func (m *LogRequestBody) GetAdditionalData() map[string]interface{}
- func (m *LogRequestBody) GetBase() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *LogRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *LogRequestBody) GetNumber() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
- func (m *LogRequestBody) IsNil() bool
- func (m *LogRequestBody) Serialize(...) error
- func (m *LogRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *LogRequestBody) SetBase(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- func (m *LogRequestBody) SetNumber(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
- type LogRequestBuilder
- type LogRequestBuilderPostOptions
- type LogResponse
- func (m *LogResponse) GetAdditionalData() map[string]interface{}
- func (m *LogResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *LogResponse) GetWorkbookFunctionResult() ...
- func (m *LogResponse) IsNil() bool
- func (m *LogResponse) Serialize(...) error
- func (m *LogResponse) SetAdditionalData(value map[string]interface{})
- func (m *LogResponse) SetWorkbookFunctionResult(...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LogRequestBody ¶
type LogRequestBody struct {
// contains filtered or unexported fields
}
func NewLogRequestBody ¶
func NewLogRequestBody() *LogRequestBody
Instantiates a new logRequestBody and sets the default values.
func (*LogRequestBody) GetAdditionalData ¶
func (m *LogRequestBody) 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 (*LogRequestBody) GetBase ¶
func (m *LogRequestBody) GetBase() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
Gets the base property value.
func (*LogRequestBody) GetFieldDeserializers ¶
func (m *LogRequestBody) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
The deserialization information for the current model
func (*LogRequestBody) GetNumber ¶
func (m *LogRequestBody) GetNumber() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json
Gets the number property value.
func (*LogRequestBody) IsNil ¶
func (m *LogRequestBody) IsNil() bool
func (*LogRequestBody) Serialize ¶
func (m *LogRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serializes information the current object Parameters:
- writer : Serialization writer to use to serialize this model
func (*LogRequestBody) SetAdditionalData ¶
func (m *LogRequestBody) 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 (*LogRequestBody) SetBase ¶
func (m *LogRequestBody) SetBase(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
Sets the base property value. Parameters:
- value : Value to set for the base property.
func (*LogRequestBody) SetNumber ¶
func (m *LogRequestBody) SetNumber(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.Json)
Sets the number property value. Parameters:
- value : Value to set for the number property.
type LogRequestBuilder ¶
type LogRequestBuilder struct {
// contains filtered or unexported fields
}
Builds and executes requests for operations under \workbooks\{driveItem-id}\workbook\functions\microsoft.graph.log
func NewLogRequestBuilder ¶
func NewLogRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *LogRequestBuilder
Instantiates a new LogRequestBuilder 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 NewLogRequestBuilderInternal ¶
func NewLogRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *LogRequestBuilder
Instantiates a new LogRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*LogRequestBuilder) CreatePostRequestInformation ¶
func (m *LogRequestBuilder) CreatePostRequestInformation(options *LogRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Invoke action log Parameters:
- options : Options for the request
func (*LogRequestBuilder) Post ¶
func (m *LogRequestBuilder) Post(options *LogRequestBuilderPostOptions) (*LogResponse, error)
Invoke action log Parameters:
- options : Options for the request
type LogRequestBuilderPostOptions ¶
type LogRequestBuilderPostOptions struct { // Body *LogRequestBody // 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 LogResponse ¶
type LogResponse struct {
// contains filtered or unexported fields
}
Union type wrapper for classes workbookFunctionResult
func NewLogResponse ¶
func NewLogResponse() *LogResponse
Instantiates a new logResponse and sets the default values.
func (*LogResponse) GetAdditionalData ¶
func (m *LogResponse) 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 (*LogResponse) GetFieldDeserializers ¶
func (m *LogResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
The deserialization information for the current model
func (*LogResponse) GetWorkbookFunctionResult ¶
func (m *LogResponse) GetWorkbookFunctionResult() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult
Gets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult
func (*LogResponse) IsNil ¶
func (m *LogResponse) IsNil() bool
func (*LogResponse) Serialize ¶
func (m *LogResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serializes information the current object Parameters:
- writer : Serialization writer to use to serialize this model
func (*LogResponse) SetAdditionalData ¶
func (m *LogResponse) 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 (*LogResponse) SetWorkbookFunctionResult ¶
func (m *LogResponse) SetWorkbookFunctionResult(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.WorkbookFunctionResult)
Sets the workbookFunctionResult property value. Union type representation for type workbookFunctionResult Parameters:
- value : Value to set for the workbookFunctionResult property.