Documentation ¶
Index ¶
- func CreateGetHistoricalReportRequestBodyFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- func CreateGetHistoricalReportResponseFromDiscriminatorValue(...) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, ...)
- type GetHistoricalReportRequestBody
- func (m *GetHistoricalReportRequestBody) GetAdditionalData() map[string]interface{}
- func (m *GetHistoricalReportRequestBody) GetFieldDeserializers() ...
- func (m *GetHistoricalReportRequestBody) GetFilter() *string
- func (m *GetHistoricalReportRequestBody) GetGroupBy() []string
- func (m *GetHistoricalReportRequestBody) GetName() *string
- func (m *GetHistoricalReportRequestBody) GetOrderBy() []string
- func (m *GetHistoricalReportRequestBody) GetSearch() *string
- func (m *GetHistoricalReportRequestBody) GetSelect() []string
- func (m *GetHistoricalReportRequestBody) GetSkip() *int32
- func (m *GetHistoricalReportRequestBody) GetTop() *int32
- func (m *GetHistoricalReportRequestBody) Serialize(...) error
- func (m *GetHistoricalReportRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *GetHistoricalReportRequestBody) SetFilter(value *string)
- func (m *GetHistoricalReportRequestBody) SetGroupBy(value []string)
- func (m *GetHistoricalReportRequestBody) SetName(value *string)
- func (m *GetHistoricalReportRequestBody) SetOrderBy(value []string)
- func (m *GetHistoricalReportRequestBody) SetSearch(value *string)
- func (m *GetHistoricalReportRequestBody) SetSelect(value []string)
- func (m *GetHistoricalReportRequestBody) SetSkip(value *int32)
- func (m *GetHistoricalReportRequestBody) SetTop(value *int32)
- type GetHistoricalReportRequestBodyable
- type GetHistoricalReportRequestBuilder
- type GetHistoricalReportRequestBuilderPostOptions
- type GetHistoricalReportResponse
- func (m *GetHistoricalReportResponse) GetAdditionalData() map[string]interface{}
- func (m *GetHistoricalReportResponse) GetFieldDeserializers() ...
- func (m *GetHistoricalReportResponse) GetValue() []byte
- func (m *GetHistoricalReportResponse) Serialize(...) error
- func (m *GetHistoricalReportResponse) SetAdditionalData(value map[string]interface{})
- func (m *GetHistoricalReportResponse) SetValue(value []byte)
- type GetHistoricalReportResponseable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateGetHistoricalReportRequestBodyFromDiscriminatorValue ¶ added in v0.13.0
func CreateGetHistoricalReportRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateGetHistoricalReportRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
func CreateGetHistoricalReportResponseFromDiscriminatorValue ¶ added in v0.13.0
func CreateGetHistoricalReportResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)
CreateGetHistoricalReportResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type GetHistoricalReportRequestBody ¶
type GetHistoricalReportRequestBody struct {
// contains filtered or unexported fields
}
GetHistoricalReportRequestBody provides operations to call the getHistoricalReport method.
func NewGetHistoricalReportRequestBody ¶
func NewGetHistoricalReportRequestBody() *GetHistoricalReportRequestBody
NewGetHistoricalReportRequestBody instantiates a new getHistoricalReportRequestBody and sets the default values.
func (*GetHistoricalReportRequestBody) GetAdditionalData ¶
func (m *GetHistoricalReportRequestBody) 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 (*GetHistoricalReportRequestBody) GetFieldDeserializers ¶
func (m *GetHistoricalReportRequestBody) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*GetHistoricalReportRequestBody) GetFilter ¶
func (m *GetHistoricalReportRequestBody) GetFilter() *string
GetFilter gets the filter property value. The filter property
func (*GetHistoricalReportRequestBody) GetGroupBy ¶
func (m *GetHistoricalReportRequestBody) GetGroupBy() []string
GetGroupBy gets the groupBy property value. The groupBy property
func (*GetHistoricalReportRequestBody) GetName ¶
func (m *GetHistoricalReportRequestBody) GetName() *string
GetName gets the name property value. The name property
func (*GetHistoricalReportRequestBody) GetOrderBy ¶
func (m *GetHistoricalReportRequestBody) GetOrderBy() []string
GetOrderBy gets the orderBy property value. The orderBy property
func (*GetHistoricalReportRequestBody) GetSearch ¶
func (m *GetHistoricalReportRequestBody) GetSearch() *string
GetSearch gets the search property value. The search property
func (*GetHistoricalReportRequestBody) GetSelect ¶ added in v0.3.2
func (m *GetHistoricalReportRequestBody) GetSelect() []string
GetSelect gets the select property value. The select property
func (*GetHistoricalReportRequestBody) GetSkip ¶
func (m *GetHistoricalReportRequestBody) GetSkip() *int32
GetSkip gets the skip property value. The skip property
func (*GetHistoricalReportRequestBody) GetTop ¶
func (m *GetHistoricalReportRequestBody) GetTop() *int32
GetTop gets the top property value. The top property
func (*GetHistoricalReportRequestBody) Serialize ¶
func (m *GetHistoricalReportRequestBody) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*GetHistoricalReportRequestBody) SetAdditionalData ¶
func (m *GetHistoricalReportRequestBody) 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 (*GetHistoricalReportRequestBody) SetFilter ¶
func (m *GetHistoricalReportRequestBody) SetFilter(value *string)
SetFilter sets the filter property value. The filter property
func (*GetHistoricalReportRequestBody) SetGroupBy ¶
func (m *GetHistoricalReportRequestBody) SetGroupBy(value []string)
SetGroupBy sets the groupBy property value. The groupBy property
func (*GetHistoricalReportRequestBody) SetName ¶
func (m *GetHistoricalReportRequestBody) SetName(value *string)
SetName sets the name property value. The name property
func (*GetHistoricalReportRequestBody) SetOrderBy ¶
func (m *GetHistoricalReportRequestBody) SetOrderBy(value []string)
SetOrderBy sets the orderBy property value. The orderBy property
func (*GetHistoricalReportRequestBody) SetSearch ¶
func (m *GetHistoricalReportRequestBody) SetSearch(value *string)
SetSearch sets the search property value. The search property
func (*GetHistoricalReportRequestBody) SetSelect ¶ added in v0.3.2
func (m *GetHistoricalReportRequestBody) SetSelect(value []string)
SetSelect sets the select property value. The select property
func (*GetHistoricalReportRequestBody) SetSkip ¶
func (m *GetHistoricalReportRequestBody) SetSkip(value *int32)
SetSkip sets the skip property value. The skip property
func (*GetHistoricalReportRequestBody) SetTop ¶
func (m *GetHistoricalReportRequestBody) SetTop(value *int32)
SetTop sets the top property value. The top property
type GetHistoricalReportRequestBodyable ¶ added in v0.13.0
type GetHistoricalReportRequestBodyable 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) }
GetHistoricalReportRequestBodyable
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(options *GetHistoricalReportRequestBuilderPostOptions) (*i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestInformation, error)
CreatePostRequestInformation invoke action getHistoricalReport
func (*GetHistoricalReportRequestBuilder) Post ¶
func (m *GetHistoricalReportRequestBuilder) Post(options *GetHistoricalReportRequestBuilderPostOptions) (GetHistoricalReportResponseable, error)
Post invoke action getHistoricalReport
type GetHistoricalReportRequestBuilderPostOptions ¶
type GetHistoricalReportRequestBuilderPostOptions struct { // Body GetHistoricalReportRequestBodyable // 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 }
GetHistoricalReportRequestBuilderPostOptions options for Post
type GetHistoricalReportResponse ¶ added in v0.13.0
type GetHistoricalReportResponse struct {
// contains filtered or unexported fields
}
GetHistoricalReportResponse provides operations to call the getHistoricalReport method.
func NewGetHistoricalReportResponse ¶ added in v0.13.0
func NewGetHistoricalReportResponse() *GetHistoricalReportResponse
NewGetHistoricalReportResponse instantiates a new getHistoricalReportResponse and sets the default values.
func (*GetHistoricalReportResponse) GetAdditionalData ¶ added in v0.13.0
func (m *GetHistoricalReportResponse) 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 (*GetHistoricalReportResponse) GetFieldDeserializers ¶ added in v0.13.0
func (m *GetHistoricalReportResponse) GetFieldDeserializers() map[string]func(i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*GetHistoricalReportResponse) GetValue ¶ added in v0.13.0
func (m *GetHistoricalReportResponse) GetValue() []byte
GetValue gets the value property value. The value property
func (*GetHistoricalReportResponse) Serialize ¶ added in v0.13.0
func (m *GetHistoricalReportResponse) Serialize(writer i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.SerializationWriter) error
Serialize serializes information the current object
func (*GetHistoricalReportResponse) SetAdditionalData ¶ added in v0.13.0
func (m *GetHistoricalReportResponse) 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 (*GetHistoricalReportResponse) SetValue ¶ added in v0.13.0
func (m *GetHistoricalReportResponse) SetValue(value []byte)
SetValue sets the value property value. The value property
type GetHistoricalReportResponseable ¶ added in v0.13.0
type GetHistoricalReportResponseable interface { i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable GetValue() []byte SetValue(value []byte) }
GetHistoricalReportResponseable