gethistoricalreport

package
v0.44.0 Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateGetHistoricalReportPostRequestBodyFromDiscriminatorValue added in v0.24.0

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

GetFieldDeserializers the deserialization information for the current model

func (*GetHistoricalReportPostRequestBody) GetFilter added in v0.24.0

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

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

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

GetSkip gets the skip property value. The skip property

func (*GetHistoricalReportPostRequestBody) GetTop added in v0.24.0

GetTop gets the top property value. The top property

func (*GetHistoricalReportPostRequestBody) Serialize added in v0.24.0

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

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 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.

Jump to

Keyboard shortcuts

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