Documentation ¶
Index ¶
- func CreateGetNotebookFromWebUrlRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type GetNotebookFromWebUrlRequestBody
- func (m *GetNotebookFromWebUrlRequestBody) GetAdditionalData() map[string]interface{}
- func (m *GetNotebookFromWebUrlRequestBody) GetFieldDeserializers() ...
- func (m *GetNotebookFromWebUrlRequestBody) GetWebUrl() *string
- func (m *GetNotebookFromWebUrlRequestBody) Serialize(...) error
- func (m *GetNotebookFromWebUrlRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *GetNotebookFromWebUrlRequestBody) SetWebUrl(value *string)
- type GetNotebookFromWebUrlRequestBodyable
- type GetNotebookFromWebUrlRequestBuilder
- type GetNotebookFromWebUrlRequestBuilderPostOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateGetNotebookFromWebUrlRequestBodyFromDiscriminatorValue ¶ added in v0.13.0
func CreateGetNotebookFromWebUrlRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateGetNotebookFromWebUrlRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type GetNotebookFromWebUrlRequestBody ¶
type GetNotebookFromWebUrlRequestBody struct {
// contains filtered or unexported fields
}
GetNotebookFromWebUrlRequestBody provides operations to call the getNotebookFromWebUrl method.
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(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*GetNotebookFromWebUrlRequestBody) GetWebUrl ¶
func (m *GetNotebookFromWebUrlRequestBody) GetWebUrl() *string
GetWebUrl gets the webUrl property value. The webUrl property
func (*GetNotebookFromWebUrlRequestBody) Serialize ¶
func (m *GetNotebookFromWebUrlRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.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. The webUrl property
type GetNotebookFromWebUrlRequestBodyable ¶ added in v0.13.0
type GetNotebookFromWebUrlRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetWebUrl() *string SetWebUrl(value *string) }
GetNotebookFromWebUrlRequestBodyable
type GetNotebookFromWebUrlRequestBuilder ¶
type GetNotebookFromWebUrlRequestBuilder struct {
// contains filtered or unexported fields
}
GetNotebookFromWebUrlRequestBuilder provides operations to call the getNotebookFromWebUrl method.
func NewGetNotebookFromWebUrlRequestBuilder ¶
func NewGetNotebookFromWebUrlRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *GetNotebookFromWebUrlRequestBuilder
NewGetNotebookFromWebUrlRequestBuilder instantiates a new GetNotebookFromWebUrlRequestBuilder and sets the default values.
func NewGetNotebookFromWebUrlRequestBuilderInternal ¶
func NewGetNotebookFromWebUrlRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *GetNotebookFromWebUrlRequestBuilder
NewGetNotebookFromWebUrlRequestBuilderInternal instantiates a new GetNotebookFromWebUrlRequestBuilder and sets the default values.
func (*GetNotebookFromWebUrlRequestBuilder) CreatePostRequestInformation ¶
func (m *GetNotebookFromWebUrlRequestBuilder) CreatePostRequestInformation(options *GetNotebookFromWebUrlRequestBuilderPostOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action getNotebookFromWebUrl
func (*GetNotebookFromWebUrlRequestBuilder) Post ¶
func (m *GetNotebookFromWebUrlRequestBuilder) Post(options *GetNotebookFromWebUrlRequestBuilderPostOptions) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CopyNotebookModelable, error)
Post invoke action getNotebookFromWebUrl
type GetNotebookFromWebUrlRequestBuilderPostOptions ¶
type GetNotebookFromWebUrlRequestBuilderPostOptions struct { // Body GetNotebookFromWebUrlRequestBodyable // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler }
GetNotebookFromWebUrlRequestBuilderPostOptions options for Post