Documentation ¶
Index ¶
- type GetCachedReportRequestBody
- func (m *GetCachedReportRequestBody) GetAdditionalData() map[string]interface{}
- func (m *GetCachedReportRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *GetCachedReportRequestBody) GetGroupBy() []string
- func (m *GetCachedReportRequestBody) GetId() *string
- func (m *GetCachedReportRequestBody) GetOrderBy() []string
- func (m *GetCachedReportRequestBody) GetSearch() *string
- func (m *GetCachedReportRequestBody) GetSelect_escaped() []string
- func (m *GetCachedReportRequestBody) GetSkip() *int32
- func (m *GetCachedReportRequestBody) GetTop() *int32
- func (m *GetCachedReportRequestBody) IsNil() bool
- func (m *GetCachedReportRequestBody) Serialize(...) error
- func (m *GetCachedReportRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *GetCachedReportRequestBody) SetGroupBy(value []string)
- func (m *GetCachedReportRequestBody) SetId(value *string)
- func (m *GetCachedReportRequestBody) SetOrderBy(value []string)
- func (m *GetCachedReportRequestBody) SetSearch(value *string)
- func (m *GetCachedReportRequestBody) SetSelect_escaped(value []string)
- func (m *GetCachedReportRequestBody) SetSkip(value *int32)
- func (m *GetCachedReportRequestBody) SetTop(value *int32)
- type GetCachedReportRequestBuilder
- type GetCachedReportRequestBuilderPostOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetCachedReportRequestBody ¶
type GetCachedReportRequestBody struct {
// contains filtered or unexported fields
}
func NewGetCachedReportRequestBody ¶
func NewGetCachedReportRequestBody() *GetCachedReportRequestBody
Instantiates a new getCachedReportRequestBody and sets the default values.
func (*GetCachedReportRequestBody) GetAdditionalData ¶
func (m *GetCachedReportRequestBody) GetAdditionalData() map[string]interface{}
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 (*GetCachedReportRequestBody) GetFieldDeserializers ¶
func (m *GetCachedReportRequestBody) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
The deserialization information for the current model
func (*GetCachedReportRequestBody) GetGroupBy ¶
func (m *GetCachedReportRequestBody) GetGroupBy() []string
Gets the groupBy property value.
func (*GetCachedReportRequestBody) GetId ¶
func (m *GetCachedReportRequestBody) GetId() *string
Gets the id property value.
func (*GetCachedReportRequestBody) GetOrderBy ¶
func (m *GetCachedReportRequestBody) GetOrderBy() []string
Gets the orderBy property value.
func (*GetCachedReportRequestBody) GetSearch ¶
func (m *GetCachedReportRequestBody) GetSearch() *string
Gets the search property value.
func (*GetCachedReportRequestBody) GetSelect_escaped ¶
func (m *GetCachedReportRequestBody) GetSelect_escaped() []string
Gets the select_escaped property value.
func (*GetCachedReportRequestBody) GetSkip ¶
func (m *GetCachedReportRequestBody) GetSkip() *int32
Gets the skip property value.
func (*GetCachedReportRequestBody) GetTop ¶
func (m *GetCachedReportRequestBody) GetTop() *int32
Gets the top property value.
func (*GetCachedReportRequestBody) IsNil ¶
func (m *GetCachedReportRequestBody) IsNil() bool
func (*GetCachedReportRequestBody) Serialize ¶
func (m *GetCachedReportRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serializes information the current object Parameters:
- writer : Serialization writer to use to serialize this model
func (*GetCachedReportRequestBody) SetAdditionalData ¶
func (m *GetCachedReportRequestBody) SetAdditionalData(value map[string]interface{})
Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. Parameters:
- value : Value to set for the AdditionalData property.
func (*GetCachedReportRequestBody) SetGroupBy ¶
func (m *GetCachedReportRequestBody) SetGroupBy(value []string)
Sets the groupBy property value. Parameters:
- value : Value to set for the groupBy property.
func (*GetCachedReportRequestBody) SetId ¶
func (m *GetCachedReportRequestBody) SetId(value *string)
Sets the id property value. Parameters:
- value : Value to set for the id property.
func (*GetCachedReportRequestBody) SetOrderBy ¶
func (m *GetCachedReportRequestBody) SetOrderBy(value []string)
Sets the orderBy property value. Parameters:
- value : Value to set for the orderBy property.
func (*GetCachedReportRequestBody) SetSearch ¶
func (m *GetCachedReportRequestBody) SetSearch(value *string)
Sets the search property value. Parameters:
- value : Value to set for the search property.
func (*GetCachedReportRequestBody) SetSelect_escaped ¶
func (m *GetCachedReportRequestBody) SetSelect_escaped(value []string)
Sets the select_escaped property value. Parameters:
- value : Value to set for the select_escaped property.
func (*GetCachedReportRequestBody) SetSkip ¶
func (m *GetCachedReportRequestBody) SetSkip(value *int32)
Sets the skip property value. Parameters:
- value : Value to set for the skip property.
func (*GetCachedReportRequestBody) SetTop ¶
func (m *GetCachedReportRequestBody) SetTop(value *int32)
Sets the top property value. Parameters:
- value : Value to set for the top property.
type GetCachedReportRequestBuilder ¶
type GetCachedReportRequestBuilder struct {
// contains filtered or unexported fields
}
Builds and executes requests for operations under \deviceManagement\reports\microsoft.graph.getCachedReport
func NewGetCachedReportRequestBuilder ¶
func NewGetCachedReportRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *GetCachedReportRequestBuilder
Instantiates a new GetCachedReportRequestBuilder and sets the default values. Parameters:
- rawUrl : The raw URL to use for the request builder.
- requestAdapter : The request adapter to use to execute the requests.
func NewGetCachedReportRequestBuilderInternal ¶
func NewGetCachedReportRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *GetCachedReportRequestBuilder
Instantiates a new GetCachedReportRequestBuilder and sets the default values. Parameters:
- pathParameters : Path parameters for the request
- requestAdapter : The request adapter to use to execute the requests.
func (*GetCachedReportRequestBuilder) CreatePostRequestInformation ¶
func (m *GetCachedReportRequestBuilder) CreatePostRequestInformation(options *GetCachedReportRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
Invoke action getCachedReport Parameters:
- options : Options for the request
func (*GetCachedReportRequestBuilder) Post ¶
func (m *GetCachedReportRequestBuilder) Post(options *GetCachedReportRequestBuilderPostOptions) ([]byte, error)
Invoke action getCachedReport Parameters:
- options : Options for the request
type GetCachedReportRequestBuilderPostOptions ¶
type GetCachedReportRequestBuilderPostOptions struct { // Body *GetCachedReportRequestBody // 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 }
Options for Post