Documentation ¶
Index ¶
- func CreateGetNotebookFromWebUrlPostRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type GetNotebookFromWebUrlPostRequestBody
- func (m *GetNotebookFromWebUrlPostRequestBody) GetAdditionalData() map[string]interface{}
- func (m *GetNotebookFromWebUrlPostRequestBody) GetFieldDeserializers() ...
- func (m *GetNotebookFromWebUrlPostRequestBody) GetWebUrl() *string
- func (m *GetNotebookFromWebUrlPostRequestBody) Serialize(...) error
- func (m *GetNotebookFromWebUrlPostRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *GetNotebookFromWebUrlPostRequestBody) SetWebUrl(value *string)
- type GetNotebookFromWebUrlPostRequestBodyable
- type GetNotebookFromWebUrlRequestBuilder
- func (m *GetNotebookFromWebUrlRequestBuilder) CreatePostRequestInformation(body GetNotebookFromWebUrlPostRequestBodyable) (...)
- func (m *GetNotebookFromWebUrlRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body GetNotebookFromWebUrlPostRequestBodyable, ...) (...)
- func (m *GetNotebookFromWebUrlRequestBuilder) Post(ctx context.Context, body GetNotebookFromWebUrlPostRequestBodyable, ...) (...)
- type GetNotebookFromWebUrlRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateGetNotebookFromWebUrlPostRequestBodyFromDiscriminatorValue ¶ added in v0.24.0
func CreateGetNotebookFromWebUrlPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateGetNotebookFromWebUrlPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type GetNotebookFromWebUrlPostRequestBody ¶ added in v0.24.0
type GetNotebookFromWebUrlPostRequestBody struct {
// contains filtered or unexported fields
}
GetNotebookFromWebUrlPostRequestBody provides operations to call the getNotebookFromWebUrl method.
func NewGetNotebookFromWebUrlPostRequestBody ¶ added in v0.24.0
func NewGetNotebookFromWebUrlPostRequestBody() *GetNotebookFromWebUrlPostRequestBody
NewGetNotebookFromWebUrlPostRequestBody instantiates a new getNotebookFromWebUrlPostRequestBody and sets the default values.
func (*GetNotebookFromWebUrlPostRequestBody) GetAdditionalData ¶ added in v0.24.0
func (m *GetNotebookFromWebUrlPostRequestBody) 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 (*GetNotebookFromWebUrlPostRequestBody) GetFieldDeserializers ¶ added in v0.24.0
func (m *GetNotebookFromWebUrlPostRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*GetNotebookFromWebUrlPostRequestBody) GetWebUrl ¶ added in v0.24.0
func (m *GetNotebookFromWebUrlPostRequestBody) GetWebUrl() *string
GetWebUrl gets the webUrl property value. The webUrl property
func (*GetNotebookFromWebUrlPostRequestBody) Serialize ¶ added in v0.24.0
func (m *GetNotebookFromWebUrlPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*GetNotebookFromWebUrlPostRequestBody) SetAdditionalData ¶ added in v0.24.0
func (m *GetNotebookFromWebUrlPostRequestBody) 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 (*GetNotebookFromWebUrlPostRequestBody) SetWebUrl ¶ added in v0.24.0
func (m *GetNotebookFromWebUrlPostRequestBody) SetWebUrl(value *string)
SetWebUrl sets the webUrl property value. The webUrl property
type GetNotebookFromWebUrlPostRequestBodyable ¶ added in v0.24.0
type GetNotebookFromWebUrlPostRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetWebUrl() *string SetWebUrl(value *string) }
GetNotebookFromWebUrlPostRequestBodyable
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(body GetNotebookFromWebUrlPostRequestBodyable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action getNotebookFromWebUrl
func (*GetNotebookFromWebUrlRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *GetNotebookFromWebUrlRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body GetNotebookFromWebUrlPostRequestBodyable, requestConfiguration *GetNotebookFromWebUrlRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration invoke action getNotebookFromWebUrl
func (*GetNotebookFromWebUrlRequestBuilder) Post ¶
func (m *GetNotebookFromWebUrlRequestBuilder) Post(ctx context.Context, body GetNotebookFromWebUrlPostRequestBodyable, requestConfiguration *GetNotebookFromWebUrlRequestBuilderPostRequestConfiguration) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.CopyNotebookModelable, error)
Post invoke action getNotebookFromWebUrl
type GetNotebookFromWebUrlRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type GetNotebookFromWebUrlRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
GetNotebookFromWebUrlRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.