Documentation
¶
Index ¶
- func CreateGetDeviceManagementIntentSettingsReportRequestBodyFromDiscriminatorValue(...) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, ...)
- func CreateGetDeviceManagementIntentSettingsReportResponseFromDiscriminatorValue(...) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, ...)
- type GetDeviceManagementIntentSettingsReportRequestBody
- func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetAdditionalData() map[string]interface{}
- func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetFilter() *string
- func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetGroupBy() []string
- func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetName() *string
- func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetOrderBy() []string
- func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetSearch() *string
- func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetSelect() []string
- func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetSessionId() *string
- func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetSkip() *int32
- func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetTop() *int32
- func (m *GetDeviceManagementIntentSettingsReportRequestBody) Serialize(...) error
- func (m *GetDeviceManagementIntentSettingsReportRequestBody) SetAdditionalData(value map[string]interface{})
- func (m *GetDeviceManagementIntentSettingsReportRequestBody) SetFilter(value *string)
- func (m *GetDeviceManagementIntentSettingsReportRequestBody) SetGroupBy(value []string)
- func (m *GetDeviceManagementIntentSettingsReportRequestBody) SetName(value *string)
- func (m *GetDeviceManagementIntentSettingsReportRequestBody) SetOrderBy(value []string)
- func (m *GetDeviceManagementIntentSettingsReportRequestBody) SetSearch(value *string)
- func (m *GetDeviceManagementIntentSettingsReportRequestBody) SetSelect(value []string)
- func (m *GetDeviceManagementIntentSettingsReportRequestBody) SetSessionId(value *string)
- func (m *GetDeviceManagementIntentSettingsReportRequestBody) SetSkip(value *int32)
- func (m *GetDeviceManagementIntentSettingsReportRequestBody) SetTop(value *int32)
- type GetDeviceManagementIntentSettingsReportRequestBodyable
- type GetDeviceManagementIntentSettingsReportRequestBuilder
- func NewGetDeviceManagementIntentSettingsReportRequestBuilder(rawUrl string, ...) *GetDeviceManagementIntentSettingsReportRequestBuilder
- func NewGetDeviceManagementIntentSettingsReportRequestBuilderInternal(pathParameters map[string]string, ...) *GetDeviceManagementIntentSettingsReportRequestBuilder
- func (m *GetDeviceManagementIntentSettingsReportRequestBuilder) CreatePostRequestInformation(options *GetDeviceManagementIntentSettingsReportRequestBuilderPostOptions) (...)
- func (m *GetDeviceManagementIntentSettingsReportRequestBuilder) Post(options *GetDeviceManagementIntentSettingsReportRequestBuilderPostOptions) (GetDeviceManagementIntentSettingsReportResponseable, error)
- type GetDeviceManagementIntentSettingsReportRequestBuilderPostOptions
- type GetDeviceManagementIntentSettingsReportResponse
- func (m *GetDeviceManagementIntentSettingsReportResponse) GetAdditionalData() map[string]interface{}
- func (m *GetDeviceManagementIntentSettingsReportResponse) GetFieldDeserializers() map[string]func(interface{}, ...) error
- func (m *GetDeviceManagementIntentSettingsReportResponse) GetValue() []byte
- func (m *GetDeviceManagementIntentSettingsReportResponse) Serialize(...) error
- func (m *GetDeviceManagementIntentSettingsReportResponse) SetAdditionalData(value map[string]interface{})
- func (m *GetDeviceManagementIntentSettingsReportResponse) SetValue(value []byte)
- type GetDeviceManagementIntentSettingsReportResponseable
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateGetDeviceManagementIntentSettingsReportRequestBodyFromDiscriminatorValue ¶ added in v0.13.0
func CreateGetDeviceManagementIntentSettingsReportRequestBodyFromDiscriminatorValue(parseNode i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, error)
CreateGetDeviceManagementIntentSettingsReportRequestBodyFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
func CreateGetDeviceManagementIntentSettingsReportResponseFromDiscriminatorValue ¶ added in v0.13.0
func CreateGetDeviceManagementIntentSettingsReportResponseFromDiscriminatorValue(parseNode i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) (i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable, error)
CreateGetDeviceManagementIntentSettingsReportResponseFromDiscriminatorValue creates a new instance of the appropriate class based on discriminator value
Types ¶
type GetDeviceManagementIntentSettingsReportRequestBody ¶
type GetDeviceManagementIntentSettingsReportRequestBody struct {
// contains filtered or unexported fields
}
GetDeviceManagementIntentSettingsReportRequestBody provides operations to call the getDeviceManagementIntentSettingsReport method.
func NewGetDeviceManagementIntentSettingsReportRequestBody ¶
func NewGetDeviceManagementIntentSettingsReportRequestBody() *GetDeviceManagementIntentSettingsReportRequestBody
NewGetDeviceManagementIntentSettingsReportRequestBody instantiates a new getDeviceManagementIntentSettingsReportRequestBody and sets the default values.
func (*GetDeviceManagementIntentSettingsReportRequestBody) GetAdditionalData ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) 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 (*GetDeviceManagementIntentSettingsReportRequestBody) GetFieldDeserializers ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*GetDeviceManagementIntentSettingsReportRequestBody) GetFilter ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetFilter() *string
GetFilter gets the filter property value.
func (*GetDeviceManagementIntentSettingsReportRequestBody) GetGroupBy ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetGroupBy() []string
GetGroupBy gets the groupBy property value.
func (*GetDeviceManagementIntentSettingsReportRequestBody) GetName ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetName() *string
GetName gets the name property value.
func (*GetDeviceManagementIntentSettingsReportRequestBody) GetOrderBy ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetOrderBy() []string
GetOrderBy gets the orderBy property value.
func (*GetDeviceManagementIntentSettingsReportRequestBody) GetSearch ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetSearch() *string
GetSearch gets the search property value.
func (*GetDeviceManagementIntentSettingsReportRequestBody) GetSelect ¶ added in v0.3.2
func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetSelect() []string
GetSelect gets the select property value.
func (*GetDeviceManagementIntentSettingsReportRequestBody) GetSessionId ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetSessionId() *string
GetSessionId gets the sessionId property value.
func (*GetDeviceManagementIntentSettingsReportRequestBody) GetSkip ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetSkip() *int32
GetSkip gets the skip property value.
func (*GetDeviceManagementIntentSettingsReportRequestBody) GetTop ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) GetTop() *int32
GetTop gets the top property value.
func (*GetDeviceManagementIntentSettingsReportRequestBody) Serialize ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*GetDeviceManagementIntentSettingsReportRequestBody) SetAdditionalData ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) 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 (*GetDeviceManagementIntentSettingsReportRequestBody) SetFilter ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) SetFilter(value *string)
SetFilter sets the filter property value.
func (*GetDeviceManagementIntentSettingsReportRequestBody) SetGroupBy ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) SetGroupBy(value []string)
SetGroupBy sets the groupBy property value.
func (*GetDeviceManagementIntentSettingsReportRequestBody) SetName ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) SetName(value *string)
SetName sets the name property value.
func (*GetDeviceManagementIntentSettingsReportRequestBody) SetOrderBy ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) SetOrderBy(value []string)
SetOrderBy sets the orderBy property value.
func (*GetDeviceManagementIntentSettingsReportRequestBody) SetSearch ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) SetSearch(value *string)
SetSearch sets the search property value.
func (*GetDeviceManagementIntentSettingsReportRequestBody) SetSelect ¶ added in v0.3.2
func (m *GetDeviceManagementIntentSettingsReportRequestBody) SetSelect(value []string)
SetSelect sets the select property value.
func (*GetDeviceManagementIntentSettingsReportRequestBody) SetSessionId ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) SetSessionId(value *string)
SetSessionId sets the sessionId property value.
func (*GetDeviceManagementIntentSettingsReportRequestBody) SetSkip ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) SetSkip(value *int32)
SetSkip sets the skip property value.
func (*GetDeviceManagementIntentSettingsReportRequestBody) SetTop ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBody) SetTop(value *int32)
SetTop sets the top property value.
type GetDeviceManagementIntentSettingsReportRequestBodyable ¶ added in v0.13.0
type GetDeviceManagementIntentSettingsReportRequestBodyable interface {
i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.AdditionalDataHolder
i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable
GetFilter() *string
GetGroupBy() []string
GetName() *string
GetOrderBy() []string
GetSearch() *string
GetSelect() []string
GetSessionId() *string
GetSkip() *int32
GetTop() *int32
SetFilter(value *string)
SetGroupBy(value []string)
SetName(value *string)
SetOrderBy(value []string)
SetSearch(value *string)
SetSelect(value []string)
SetSessionId(value *string)
SetSkip(value *int32)
SetTop(value *int32)
}
GetDeviceManagementIntentSettingsReportRequestBodyable
type GetDeviceManagementIntentSettingsReportRequestBuilder ¶
type GetDeviceManagementIntentSettingsReportRequestBuilder struct {
// contains filtered or unexported fields
}
GetDeviceManagementIntentSettingsReportRequestBuilder provides operations to call the getDeviceManagementIntentSettingsReport method.
func NewGetDeviceManagementIntentSettingsReportRequestBuilder ¶
func NewGetDeviceManagementIntentSettingsReportRequestBuilder(rawUrl string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *GetDeviceManagementIntentSettingsReportRequestBuilder
NewGetDeviceManagementIntentSettingsReportRequestBuilder instantiates a new GetDeviceManagementIntentSettingsReportRequestBuilder and sets the default values.
func NewGetDeviceManagementIntentSettingsReportRequestBuilderInternal ¶
func NewGetDeviceManagementIntentSettingsReportRequestBuilderInternal(pathParameters map[string]string, requestAdapter ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestAdapter) *GetDeviceManagementIntentSettingsReportRequestBuilder
NewGetDeviceManagementIntentSettingsReportRequestBuilderInternal instantiates a new GetDeviceManagementIntentSettingsReportRequestBuilder and sets the default values.
func (*GetDeviceManagementIntentSettingsReportRequestBuilder) CreatePostRequestInformation ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBuilder) CreatePostRequestInformation(options *GetDeviceManagementIntentSettingsReportRequestBuilderPostOptions) (*ida96af0f171bb75f894a4013a6b3146a4397c58f11adb81a2b7cbea9314783a9.RequestInformation, error)
CreatePostRequestInformation invoke action getDeviceManagementIntentSettingsReport
func (*GetDeviceManagementIntentSettingsReportRequestBuilder) Post ¶
func (m *GetDeviceManagementIntentSettingsReportRequestBuilder) Post(options *GetDeviceManagementIntentSettingsReportRequestBuilderPostOptions) (GetDeviceManagementIntentSettingsReportResponseable, error)
Post invoke action getDeviceManagementIntentSettingsReport
type GetDeviceManagementIntentSettingsReportRequestBuilderPostOptions ¶
type GetDeviceManagementIntentSettingsReportRequestBuilderPostOptions struct {
//
Body GetDeviceManagementIntentSettingsReportRequestBodyable
// 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
}
GetDeviceManagementIntentSettingsReportRequestBuilderPostOptions options for Post
type GetDeviceManagementIntentSettingsReportResponse ¶ added in v0.13.0
type GetDeviceManagementIntentSettingsReportResponse struct {
// contains filtered or unexported fields
}
GetDeviceManagementIntentSettingsReportResponse provides operations to call the getDeviceManagementIntentSettingsReport method.
func NewGetDeviceManagementIntentSettingsReportResponse ¶ added in v0.13.0
func NewGetDeviceManagementIntentSettingsReportResponse() *GetDeviceManagementIntentSettingsReportResponse
NewGetDeviceManagementIntentSettingsReportResponse instantiates a new getDeviceManagementIntentSettingsReportResponse and sets the default values.
func (*GetDeviceManagementIntentSettingsReportResponse) GetAdditionalData ¶ added in v0.13.0
func (m *GetDeviceManagementIntentSettingsReportResponse) 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 (*GetDeviceManagementIntentSettingsReportResponse) GetFieldDeserializers ¶ added in v0.13.0
func (m *GetDeviceManagementIntentSettingsReportResponse) GetFieldDeserializers() map[string]func(interface{}, i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.ParseNode) error
GetFieldDeserializers the deserialization information for the current model
func (*GetDeviceManagementIntentSettingsReportResponse) GetValue ¶ added in v0.13.0
func (m *GetDeviceManagementIntentSettingsReportResponse) GetValue() []byte
GetValue gets the value property value.
func (*GetDeviceManagementIntentSettingsReportResponse) Serialize ¶ added in v0.13.0
func (m *GetDeviceManagementIntentSettingsReportResponse) Serialize(writer i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.SerializationWriter) error
Serialize serializes information the current object
func (*GetDeviceManagementIntentSettingsReportResponse) SetAdditionalData ¶ added in v0.13.0
func (m *GetDeviceManagementIntentSettingsReportResponse) 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 (*GetDeviceManagementIntentSettingsReportResponse) SetValue ¶ added in v0.13.0
func (m *GetDeviceManagementIntentSettingsReportResponse) SetValue(value []byte)
SetValue sets the value property value.
type GetDeviceManagementIntentSettingsReportResponseable ¶ added in v0.13.0
type GetDeviceManagementIntentSettingsReportResponseable interface {
i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.AdditionalDataHolder
i04eb5309aeaafadd28374d79c8471df9b267510b4dc2e3144c378c50f6fd7b55.Parsable
GetValue() []byte
SetValue(value []byte)
}
GetDeviceManagementIntentSettingsReportResponseable
Source Files
¶
- get_device_management_intent_settings_report_request_body.go
- get_device_management_intent_settings_report_request_bodyable.go
- get_device_management_intent_settings_report_request_builder.go
- get_device_management_intent_settings_report_response.go
- get_device_management_intent_settings_report_responseable.go