Documentation ¶
Index ¶
- type GetNotebookFromWebUrlRequestBody
- func (m *GetNotebookFromWebUrlRequestBody) GetAdditionalData() map[string]interface{}
- func (m *GetNotebookFromWebUrlRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *GetNotebookFromWebUrlRequestBody) GetWebUrl() *string
- func (m *GetNotebookFromWebUrlRequestBody) IsNil() bool
- func (m *GetNotebookFromWebUrlRequestBody) Serialize(...) error
- func (m *GetNotebookFromWebUrlRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *GetNotebookFromWebUrlRequestBody) SetWebUrl(value *string)
- type GetNotebookFromWebUrlRequestBuilder
- type GetNotebookFromWebUrlRequestBuilderPostOptions
- type GetNotebookFromWebUrlResponse
- func (m *GetNotebookFromWebUrlResponse) GetAdditionalData() map[string]interface{}
- func (m *GetNotebookFromWebUrlResponse) GetCopyNotebookModel() ...
- func (m *GetNotebookFromWebUrlResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *GetNotebookFromWebUrlResponse) IsNil() bool
- func (m *GetNotebookFromWebUrlResponse) Serialize(...) error
- func (m *GetNotebookFromWebUrlResponse) SetAdditionalData(value map[string]interface{})
- func (m *GetNotebookFromWebUrlResponse) SetCopyNotebookModel(...)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetNotebookFromWebUrlRequestBody ¶
type GetNotebookFromWebUrlRequestBody struct {
// contains filtered or unexported fields
}
GetNotebookFromWebUrlRequestBody
func NewGetNotebookFromWebUrlRequestBody ¶
func NewGetNotebookFromWebUrlRequestBody() *GetNotebookFromWebUrlRequestBody
NewGetNotebookFromWebUrlRequestBody instantiates a new getNotebookFromWebUrlRequestBody and sets the default values.
func (*GetNotebookFromWebUrlRequestBody) GetAdditionalData ¶
func (m *GetNotebookFromWebUrlRequestBody) 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 (*GetNotebookFromWebUrlRequestBody) GetFieldDeserializers ¶
func (m *GetNotebookFromWebUrlRequestBody) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*GetNotebookFromWebUrlRequestBody) GetWebUrl ¶
func (m *GetNotebookFromWebUrlRequestBody) GetWebUrl() *string
GetWebUrl gets the webUrl property value.
func (*GetNotebookFromWebUrlRequestBody) IsNil ¶
func (m *GetNotebookFromWebUrlRequestBody) IsNil() bool
func (*GetNotebookFromWebUrlRequestBody) Serialize ¶
func (m *GetNotebookFromWebUrlRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*GetNotebookFromWebUrlRequestBody) SetAdditionalData ¶
func (m *GetNotebookFromWebUrlRequestBody) 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 (*GetNotebookFromWebUrlRequestBody) SetWebUrl ¶
func (m *GetNotebookFromWebUrlRequestBody) SetWebUrl(value *string)
SetWebUrl sets the webUrl property value.
type GetNotebookFromWebUrlRequestBuilder ¶
type GetNotebookFromWebUrlRequestBuilder struct {
// contains filtered or unexported fields
}
GetNotebookFromWebUrlRequestBuilder builds and executes requests for operations under \me\onenote\notebooks\microsoft.graph.getNotebookFromWebUrl
func NewGetNotebookFromWebUrlRequestBuilder ¶
func NewGetNotebookFromWebUrlRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *GetNotebookFromWebUrlRequestBuilder
NewGetNotebookFromWebUrlRequestBuilder instantiates a new GetNotebookFromWebUrlRequestBuilder and sets the default values.
func NewGetNotebookFromWebUrlRequestBuilderInternal ¶
func NewGetNotebookFromWebUrlRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *GetNotebookFromWebUrlRequestBuilder
NewGetNotebookFromWebUrlRequestBuilderInternal instantiates a new GetNotebookFromWebUrlRequestBuilder and sets the default values.
func (*GetNotebookFromWebUrlRequestBuilder) CreatePostRequestInformation ¶
func (m *GetNotebookFromWebUrlRequestBuilder) CreatePostRequestInformation(options *GetNotebookFromWebUrlRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation invoke action getNotebookFromWebUrl
func (*GetNotebookFromWebUrlRequestBuilder) Post ¶
func (m *GetNotebookFromWebUrlRequestBuilder) Post(options *GetNotebookFromWebUrlRequestBuilderPostOptions) (*GetNotebookFromWebUrlResponse, error)
Post invoke action getNotebookFromWebUrl
type GetNotebookFromWebUrlRequestBuilderPostOptions ¶
type GetNotebookFromWebUrlRequestBuilderPostOptions struct { // Body *GetNotebookFromWebUrlRequestBody // 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 }
GetNotebookFromWebUrlRequestBuilderPostOptions options for Post
type GetNotebookFromWebUrlResponse ¶
type GetNotebookFromWebUrlResponse struct {
// contains filtered or unexported fields
}
GetNotebookFromWebUrlResponse union type wrapper for classes CopyNotebookModel
func NewGetNotebookFromWebUrlResponse ¶
func NewGetNotebookFromWebUrlResponse() *GetNotebookFromWebUrlResponse
NewGetNotebookFromWebUrlResponse instantiates a new getNotebookFromWebUrlResponse and sets the default values.
func (*GetNotebookFromWebUrlResponse) GetAdditionalData ¶
func (m *GetNotebookFromWebUrlResponse) 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 (*GetNotebookFromWebUrlResponse) GetCopyNotebookModel ¶
func (m *GetNotebookFromWebUrlResponse) GetCopyNotebookModel() *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.CopyNotebookModel
GetCopyNotebookModel gets the copyNotebookModel property value. Union type representation for type CopyNotebookModel
func (*GetNotebookFromWebUrlResponse) GetFieldDeserializers ¶
func (m *GetNotebookFromWebUrlResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*GetNotebookFromWebUrlResponse) IsNil ¶
func (m *GetNotebookFromWebUrlResponse) IsNil() bool
func (*GetNotebookFromWebUrlResponse) Serialize ¶
func (m *GetNotebookFromWebUrlResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*GetNotebookFromWebUrlResponse) SetAdditionalData ¶
func (m *GetNotebookFromWebUrlResponse) 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 (*GetNotebookFromWebUrlResponse) SetCopyNotebookModel ¶
func (m *GetNotebookFromWebUrlResponse) SetCopyNotebookModel(value *i4a838ef194e4c99e9f2c63ba10dab9cb120a89367c1d4ab0daa63bb424e20d87.CopyNotebookModel)
SetCopyNotebookModel sets the copyNotebookModel property value. Union type representation for type CopyNotebookModel