Documentation ¶
Index ¶
- func CreateGetHistoricalReportPostRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type GetHistoricalReportPostRequestBody
- func (m *GetHistoricalReportPostRequestBody) GetAdditionalData() map[string]interface{}
- func (m *GetHistoricalReportPostRequestBody) GetFieldDeserializers() ...
- func (m *GetHistoricalReportPostRequestBody) GetFilter() *string
- func (m *GetHistoricalReportPostRequestBody) GetGroupBy() []string
- func (m *GetHistoricalReportPostRequestBody) GetName() *string
- func (m *GetHistoricalReportPostRequestBody) GetOrderBy() []string
- func (m *GetHistoricalReportPostRequestBody) GetSearch() *string
- func (m *GetHistoricalReportPostRequestBody) GetSelect() []string
- func (m *GetHistoricalReportPostRequestBody) GetSkip() *int32
- func (m *GetHistoricalReportPostRequestBody) GetTop() *int32
- func (m *GetHistoricalReportPostRequestBody) Serialize(...) error
- func (m *GetHistoricalReportPostRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *GetHistoricalReportPostRequestBody) SetFilter(value *string)
- func (m *GetHistoricalReportPostRequestBody) SetGroupBy(value []string)
- func (m *GetHistoricalReportPostRequestBody) SetName(value *string)
- func (m *GetHistoricalReportPostRequestBody) SetOrderBy(value []string)
- func (m *GetHistoricalReportPostRequestBody) SetSearch(value *string)
- func (m *GetHistoricalReportPostRequestBody) SetSelect(value []string)
- func (m *GetHistoricalReportPostRequestBody) SetSkip(value *int32)
- func (m *GetHistoricalReportPostRequestBody) SetTop(value *int32)
- type GetHistoricalReportPostRequestBodyable
- type GetHistoricalReportRequestBuilder
- func (m *GetHistoricalReportRequestBuilder) CreatePostRequestInformation(body GetHistoricalReportPostRequestBodyable) (...)
- func (m *GetHistoricalReportRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body GetHistoricalReportPostRequestBodyable, ...) (...)
- func (m *GetHistoricalReportRequestBuilder) Post(body GetHistoricalReportPostRequestBodyable) ([]byte, error)
- func (m *GetHistoricalReportRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body GetHistoricalReportPostRequestBodyable, ...) ([]byte, error)
- type GetHistoricalReportRequestBuilderPostRequestConfiguration
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateGetHistoricalReportPostRequestBodyFromDiscriminatorValue ¶ added in v0.24.0
func CreateGetHistoricalReportPostRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateGetHistoricalReportPostRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type GetHistoricalReportPostRequestBody ¶ added in v0.24.0
type GetHistoricalReportPostRequestBody struct {
// contains filtered or unexported fields
}
GetHistoricalReportPostRequestBody provides operations to call the getHistoricalReport method.
func NewGetHistoricalReportPostRequestBody ¶ added in v0.24.0
func NewGetHistoricalReportPostRequestBody() *GetHistoricalReportPostRequestBody
NewGetHistoricalReportPostRequestBody instantiates a new getHistoricalReportPostRequestBody and sets the default values.
func (*GetHistoricalReportPostRequestBody) GetAdditionalData ¶ added in v0.24.0
func (m *GetHistoricalReportPostRequestBody) 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 (*GetHistoricalReportPostRequestBody) GetFieldDeserializers ¶ added in v0.24.0
func (m *GetHistoricalReportPostRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*GetHistoricalReportPostRequestBody) GetFilter ¶ added in v0.24.0
func (m *GetHistoricalReportPostRequestBody) GetFilter() *string
GetFilter gets the filter property value. The filter property
func (*GetHistoricalReportPostRequestBody) GetGroupBy ¶ added in v0.24.0
func (m *GetHistoricalReportPostRequestBody) GetGroupBy() []string
GetGroupBy gets the groupBy property value. The groupBy property
func (*GetHistoricalReportPostRequestBody) GetName ¶ added in v0.24.0
func (m *GetHistoricalReportPostRequestBody) GetName() *string
GetName gets the name property value. The name property
func (*GetHistoricalReportPostRequestBody) GetOrderBy ¶ added in v0.24.0
func (m *GetHistoricalReportPostRequestBody) GetOrderBy() []string
GetOrderBy gets the orderBy property value. The orderBy property
func (*GetHistoricalReportPostRequestBody) GetSearch ¶ added in v0.24.0
func (m *GetHistoricalReportPostRequestBody) GetSearch() *string
GetSearch gets the search property value. The search property
func (*GetHistoricalReportPostRequestBody) GetSelect ¶ added in v0.24.0
func (m *GetHistoricalReportPostRequestBody) GetSelect() []string
GetSelect gets the select property value. The select property
func (*GetHistoricalReportPostRequestBody) GetSkip ¶ added in v0.24.0
func (m *GetHistoricalReportPostRequestBody) GetSkip() *int32
GetSkip gets the skip property value. The skip property
func (*GetHistoricalReportPostRequestBody) GetTop ¶ added in v0.24.0
func (m *GetHistoricalReportPostRequestBody) GetTop() *int32
GetTop gets the top property value. The top property
func (*GetHistoricalReportPostRequestBody) Serialize ¶ added in v0.24.0
func (m *GetHistoricalReportPostRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*GetHistoricalReportPostRequestBody) SetAdditionalData ¶ added in v0.24.0
func (m *GetHistoricalReportPostRequestBody) 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 (*GetHistoricalReportPostRequestBody) SetFilter ¶ added in v0.24.0
func (m *GetHistoricalReportPostRequestBody) SetFilter(value *string)
SetFilter sets the filter property value. The filter property
func (*GetHistoricalReportPostRequestBody) SetGroupBy ¶ added in v0.24.0
func (m *GetHistoricalReportPostRequestBody) SetGroupBy(value []string)
SetGroupBy sets the groupBy property value. The groupBy property
func (*GetHistoricalReportPostRequestBody) SetName ¶ added in v0.24.0
func (m *GetHistoricalReportPostRequestBody) SetName(value *string)
SetName sets the name property value. The name property
func (*GetHistoricalReportPostRequestBody) SetOrderBy ¶ added in v0.24.0
func (m *GetHistoricalReportPostRequestBody) SetOrderBy(value []string)
SetOrderBy sets the orderBy property value. The orderBy property
func (*GetHistoricalReportPostRequestBody) SetSearch ¶ added in v0.24.0
func (m *GetHistoricalReportPostRequestBody) SetSearch(value *string)
SetSearch sets the search property value. The search property
func (*GetHistoricalReportPostRequestBody) SetSelect ¶ added in v0.24.0
func (m *GetHistoricalReportPostRequestBody) SetSelect(value []string)
SetSelect sets the select property value. The select property
func (*GetHistoricalReportPostRequestBody) SetSkip ¶ added in v0.24.0
func (m *GetHistoricalReportPostRequestBody) SetSkip(value *int32)
SetSkip sets the skip property value. The skip property
func (*GetHistoricalReportPostRequestBody) SetTop ¶ added in v0.24.0
func (m *GetHistoricalReportPostRequestBody) SetTop(value *int32)
SetTop sets the top property value. The top property
type GetHistoricalReportPostRequestBodyable ¶ added in v0.24.0
type GetHistoricalReportPostRequestBodyable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetFilter() *string GetGroupBy() []string GetName() *string GetOrderBy() []string GetSearch() *string GetSelect() []string GetSkip() *int32 GetTop() *int32 SetFilter(value *string) SetGroupBy(value []string) SetName(value *string) SetOrderBy(value []string) SetSearch(value *string) SetSelect(value []string) SetSkip(value *int32) SetTop(value *int32) }
GetHistoricalReportPostRequestBodyable
type GetHistoricalReportRequestBuilder ¶
type GetHistoricalReportRequestBuilder struct {
// contains filtered or unexported fields
}
GetHistoricalReportRequestBuilder provides operations to call the getHistoricalReport method.
func NewGetHistoricalReportRequestBuilder ¶
func NewGetHistoricalReportRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *GetHistoricalReportRequestBuilder
NewGetHistoricalReportRequestBuilder instantiates a new GetHistoricalReportRequestBuilder and sets the default values.
func NewGetHistoricalReportRequestBuilderInternal ¶
func NewGetHistoricalReportRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *GetHistoricalReportRequestBuilder
NewGetHistoricalReportRequestBuilderInternal instantiates a new GetHistoricalReportRequestBuilder and sets the default values.
func (*GetHistoricalReportRequestBuilder) CreatePostRequestInformation ¶
func (m *GetHistoricalReportRequestBuilder) CreatePostRequestInformation(body GetHistoricalReportPostRequestBodyable) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action getHistoricalReport
func (*GetHistoricalReportRequestBuilder) CreatePostRequestInformationWithRequestConfiguration ¶ added in v0.22.0
func (m *GetHistoricalReportRequestBuilder) CreatePostRequestInformationWithRequestConfiguration(body GetHistoricalReportPostRequestBodyable, requestConfiguration *GetHistoricalReportRequestBuilderPostRequestConfiguration) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformationWithRequestConfiguration invoke action getHistoricalReport
func (*GetHistoricalReportRequestBuilder) Post ¶
func (m *GetHistoricalReportRequestBuilder) Post(body GetHistoricalReportPostRequestBodyable) ([]byte, error)
Post invoke action getHistoricalReport
func (*GetHistoricalReportRequestBuilder) PostWithRequestConfigurationAndResponseHandler ¶ added in v0.22.0
func (m *GetHistoricalReportRequestBuilder) PostWithRequestConfigurationAndResponseHandler(body GetHistoricalReportPostRequestBodyable, requestConfiguration *GetHistoricalReportRequestBuilderPostRequestConfiguration, responseHandler i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.ResponseHandler) ([]byte, error)
PostWithRequestConfigurationAndResponseHandler invoke action getHistoricalReport
type GetHistoricalReportRequestBuilderPostRequestConfiguration ¶ added in v0.22.0
type GetHistoricalReportRequestBuilderPostRequestConfiguration struct { // Request headers Headers map[string]string // Request options Options []i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestOption }
GetHistoricalReportRequestBuilderPostRequestConfiguration configuration for the request such as headers, query parameters, and middleware options.