Documentation ¶
Index ¶
- func CreatePreviewPostRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type PreviewPostRequestBody
- func (m *PreviewPostRequestBody) GetAdditionalData() map[string]interface{}
- func (m *PreviewPostRequestBody) GetFieldDeserializers() ...
- func (m *PreviewPostRequestBody) GetPage() *string
- func (m *PreviewPostRequestBody) GetZoom() *float64
- func (m *PreviewPostRequestBody) Serialize(...) error
- func (m *PreviewPostRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *PreviewPostRequestBody) SetPage(value *string)
- func (m *PreviewPostRequestBody) SetZoom(value *float64)
- type PreviewPostRequestBodyable
- type PreviewRequestBuilder
- func (m *PreviewRequestBuilder) CreatePostRequestInformation(body PreviewPostRequestBodyable) (...)
- func (m *PreviewRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body PreviewPostRequestBodyable, ...) (...)
- func (m *PreviewRequestBuilder) Post(body PreviewPostRequestBodyable) (...)
- func (m *PreviewRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body PreviewPostRequestBodyable, ...) (...)
- type PreviewRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreatePreviewPostRequestBodyFromDiscriminatorValue ¶
func CreatePreviewPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreatePreviewPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type PreviewPostRequestBody ¶
type PreviewPostRequestBody struct {
// contains filtered or unexported fields
}
PreviewPostRequestBody provides operations to call the preview method.
func NewPreviewPostRequestBody ¶
func NewPreviewPostRequestBody() *PreviewPostRequestBody
NewPreviewPostRequestBody instantiates a new previewPostRequestBody and sets the default values.
func (*PreviewPostRequestBody) GetAdditionalData ¶
func (m *PreviewPostRequestBody) 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 (*PreviewPostRequestBody) GetFieldDeserializers ¶
func (m *PreviewPostRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*PreviewPostRequestBody) GetPage ¶
func (m *PreviewPostRequestBody) GetPage() *string
GetPage gets the page property value. The page property
func (*PreviewPostRequestBody) GetZoom ¶
func (m *PreviewPostRequestBody) GetZoom() *float64
GetZoom gets the zoom property value. The zoom property
func (*PreviewPostRequestBody) Serialize ¶
func (m *PreviewPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*PreviewPostRequestBody) SetAdditionalData ¶
func (m *PreviewPostRequestBody) 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 (*PreviewPostRequestBody) SetPage ¶
func (m *PreviewPostRequestBody) SetPage(value *string)
SetPage sets the page property value. The page property
func (*PreviewPostRequestBody) SetZoom ¶
func (m *PreviewPostRequestBody) SetZoom(value *float64)
SetZoom sets the zoom property value. The zoom property
type PreviewPostRequestBodyable ¶
type PreviewPostRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetPage() *string GetZoom() *float64 SetPage(value *string) SetZoom(value *float64) }
PreviewPostRequestBodyable
type PreviewRequestBuilder ¶
type PreviewRequestBuilder struct {
// contains filtered or unexported fields
}
PreviewRequestBuilder provides operations to call the preview method.
func NewPreviewRequestBuilder ¶
func NewPreviewRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PreviewRequestBuilder
NewPreviewRequestBuilder instantiates a new PreviewRequestBuilder and sets the default values.
func NewPreviewRequestBuilderInternal ¶
func NewPreviewRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *PreviewRequestBuilder
NewPreviewRequestBuilderInternal instantiates a new PreviewRequestBuilder and sets the default values.
func (*PreviewRequestBuilder) CreatePostRequestInformation ¶
func (m *PreviewRequestBuilder) CreatePostRequestInformation(body PreviewPostRequestBodyable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action preview
func (*PreviewRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶
func (m *PreviewRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body PreviewPostRequestBodyable, requestConfiguration *PreviewRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration invoke action preview
func (*PreviewRequestBuilder) Post ¶
func (m *PreviewRequestBuilder) Post(body PreviewPostRequestBodyable) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ItemPreviewInfoable, error)
Post invoke action preview
func (*PreviewRequestBuilder) PostWithRequestConfigurationAndResponseHandler ¶
func (m *PreviewRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body PreviewPostRequestBodyable, requestConfiguration *PreviewRequestBuilderPostRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) (iadcd81124412c61e647227ecfc4449d8bba17de0380ddda76f641a29edf2b242.ItemPreviewInfoable, error)
PostWithRequestConfigurationAndResponseHandler invoke action preview
type PreviewRequestBuilderPostRequestConfiguration ¶
type PreviewRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
PreviewRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.