Documentation ¶
Index ¶
- type GetHistoricalReportRequestBody
- func (m *GetHistoricalReportRequestBody) GetAdditionalData() map[string]interface{}
- func (m *GetHistoricalReportRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- 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_escaped() []string
- func (m *GetHistoricalReportRequestBody) GetSkip() *int32
- func (m *GetHistoricalReportRequestBody) GetTop() *int32
- func (m *GetHistoricalReportRequestBody) IsNil() bool
- 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_escaped(value []string)
- func (m *GetHistoricalReportRequestBody) SetSkip(value *int32)
- func (m *GetHistoricalReportRequestBody) SetTop(value *int32)
- type GetHistoricalReportRequestBuilder
- type GetHistoricalReportRequestBuilderPostOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetHistoricalReportRequestBody ¶
type GetHistoricalReportRequestBody struct {
// contains filtered or unexported fields
}
GetHistoricalReportRequestBody
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(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*GetHistoricalReportRequestBody) GetFilter ¶
func (m *GetHistoricalReportRequestBody) GetFilter() *string
GetFilter gets the filter property value.
func (*GetHistoricalReportRequestBody) GetGroupBy ¶
func (m *GetHistoricalReportRequestBody) GetGroupBy() []string
GetGroupBy gets the groupBy property value.
func (*GetHistoricalReportRequestBody) GetName ¶
func (m *GetHistoricalReportRequestBody) GetName() *string
GetName gets the name property value.
func (*GetHistoricalReportRequestBody) GetOrderBy ¶
func (m *GetHistoricalReportRequestBody) GetOrderBy() []string
GetOrderBy gets the orderBy property value.
func (*GetHistoricalReportRequestBody) GetSearch ¶
func (m *GetHistoricalReportRequestBody) GetSearch() *string
GetSearch gets the search property value.
func (*GetHistoricalReportRequestBody) GetSelect_escaped ¶
func (m *GetHistoricalReportRequestBody) GetSelect_escaped() []string
GetSelect_escaped gets the select_escaped property value.
func (*GetHistoricalReportRequestBody) GetSkip ¶
func (m *GetHistoricalReportRequestBody) GetSkip() *int32
GetSkip gets the skip property value.
func (*GetHistoricalReportRequestBody) GetTop ¶
func (m *GetHistoricalReportRequestBody) GetTop() *int32
GetTop gets the top property value.
func (*GetHistoricalReportRequestBody) IsNil ¶
func (m *GetHistoricalReportRequestBody) IsNil() bool
func (*GetHistoricalReportRequestBody) Serialize ¶
func (m *GetHistoricalReportRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.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.
func (*GetHistoricalReportRequestBody) SetGroupBy ¶
func (m *GetHistoricalReportRequestBody) SetGroupBy(value []string)
SetGroupBy sets the groupBy property value.
func (*GetHistoricalReportRequestBody) SetName ¶
func (m *GetHistoricalReportRequestBody) SetName(value *string)
SetName sets the name property value.
func (*GetHistoricalReportRequestBody) SetOrderBy ¶
func (m *GetHistoricalReportRequestBody) SetOrderBy(value []string)
SetOrderBy sets the orderBy property value.
func (*GetHistoricalReportRequestBody) SetSearch ¶
func (m *GetHistoricalReportRequestBody) SetSearch(value *string)
SetSearch sets the search property value.
func (*GetHistoricalReportRequestBody) SetSelect_escaped ¶
func (m *GetHistoricalReportRequestBody) SetSelect_escaped(value []string)
SetSelect_escaped sets the select_escaped property value.
func (*GetHistoricalReportRequestBody) SetSkip ¶
func (m *GetHistoricalReportRequestBody) SetSkip(value *int32)
SetSkip sets the skip property value.
func (*GetHistoricalReportRequestBody) SetTop ¶
func (m *GetHistoricalReportRequestBody) SetTop(value *int32)
SetTop sets the top property value.
type GetHistoricalReportRequestBuilder ¶
type GetHistoricalReportRequestBuilder struct {
// contains filtered or unexported fields
}
GetHistoricalReportRequestBuilder builds and executes requests for operations under \deviceManagement\reports\microsoft.graph.getHistoricalReport
func NewGetHistoricalReportRequestBuilder ¶
func NewGetHistoricalReportRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *GetHistoricalReportRequestBuilder
NewGetHistoricalReportRequestBuilder instantiates a new GetHistoricalReportRequestBuilder and sets the default values.
func NewGetHistoricalReportRequestBuilderInternal ¶
func NewGetHistoricalReportRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *GetHistoricalReportRequestBuilder
NewGetHistoricalReportRequestBuilderInternal instantiates a new GetHistoricalReportRequestBuilder and sets the default values.
func (*GetHistoricalReportRequestBuilder) CreatePostRequestInformation ¶
func (m *GetHistoricalReportRequestBuilder) CreatePostRequestInformation(options *GetHistoricalReportRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation invoke action getHistoricalReport
func (*GetHistoricalReportRequestBuilder) Post ¶
func (m *GetHistoricalReportRequestBuilder) Post(options *GetHistoricalReportRequestBuilderPostOptions) ([]byte, error)
Post invoke action getHistoricalReport
type GetHistoricalReportRequestBuilderPostOptions ¶
type GetHistoricalReportRequestBuilderPostOptions struct { // Body *GetHistoricalReportRequestBody // Request headers H map[string]string // Request options O []ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestOption // Response handler to use in place of the default response handling provided by the core service ResponseHandler ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.ResponseHandler }
GetHistoricalReportRequestBuilderPostOptions options for Post