gethistoricalreport

package
v0.17.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 5, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateGetHistoricalReportRequestBodyFromDiscriminatorValue added in v0.13.0

CreateGetHistoricalReportRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value

func CreateGetHistoricalReportResponseFromDiscriminatorValue added in v0.13.0

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

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

GetTop gets the top property value. The top property

func (*GetHistoricalReportRequestBody) Serialize

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

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

CreatePostRequestInformation invoke action getHistoricalReport

func (*GetHistoricalReportRequestBuilder) Post

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

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

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

GetHistoricalReportResponseable

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL