getconfigurationsettingnoncompliancereport

package
v0.21.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateGetConfigurationSettingNonComplianceReportRequestBodyFromDiscriminatorValue added in v0.13.0

func CreateGetConfigurationSettingNonComplianceReportRequestBodyFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)

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

func CreateGetConfigurationSettingNonComplianceReportResponseFromDiscriminatorValue added in v0.13.0

func CreateGetConfigurationSettingNonComplianceReportResponseFromDiscriminatorValue(parseNode i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.ParseNode) (i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable, error)

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

Types

type GetConfigurationSettingNonComplianceReportRequestBody

type GetConfigurationSettingNonComplianceReportRequestBody struct {
	// contains filtered or unexported fields
}

GetConfigurationSettingNonComplianceReportRequestBody provides operations to call the getConfigurationSettingNonComplianceReport method.

func NewGetConfigurationSettingNonComplianceReportRequestBody

func NewGetConfigurationSettingNonComplianceReportRequestBody() *GetConfigurationSettingNonComplianceReportRequestBody

NewGetConfigurationSettingNonComplianceReportRequestBody instantiates a new getConfigurationSettingNonComplianceReportRequestBody and sets the default values.

func (*GetConfigurationSettingNonComplianceReportRequestBody) GetAdditionalData

func (m *GetConfigurationSettingNonComplianceReportRequestBody) 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 (*GetConfigurationSettingNonComplianceReportRequestBody) GetFieldDeserializers

GetFieldDeserializers the deserialization information for the current model

func (*GetConfigurationSettingNonComplianceReportRequestBody) GetFilter

GetFilter gets the filter property value. The filter property

func (*GetConfigurationSettingNonComplianceReportRequestBody) GetGroupBy

GetGroupBy gets the groupBy property value. The groupBy property

func (*GetConfigurationSettingNonComplianceReportRequestBody) GetName

GetName gets the name property value. The name property

func (*GetConfigurationSettingNonComplianceReportRequestBody) GetOrderBy

GetOrderBy gets the orderBy property value. The orderBy property

func (*GetConfigurationSettingNonComplianceReportRequestBody) GetSearch

GetSearch gets the search property value. The search property

func (*GetConfigurationSettingNonComplianceReportRequestBody) GetSelect added in v0.3.2

GetSelect gets the select property value. The select property

func (*GetConfigurationSettingNonComplianceReportRequestBody) GetSessionId

GetSessionId gets the sessionId property value. The sessionId property

func (*GetConfigurationSettingNonComplianceReportRequestBody) GetSkip

GetSkip gets the skip property value. The skip property

func (*GetConfigurationSettingNonComplianceReportRequestBody) GetTop

GetTop gets the top property value. The top property

func (*GetConfigurationSettingNonComplianceReportRequestBody) Serialize

Serialize serializes information the current object

func (*GetConfigurationSettingNonComplianceReportRequestBody) SetAdditionalData

func (m *GetConfigurationSettingNonComplianceReportRequestBody) 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 (*GetConfigurationSettingNonComplianceReportRequestBody) SetFilter

SetFilter sets the filter property value. The filter property

func (*GetConfigurationSettingNonComplianceReportRequestBody) SetGroupBy

SetGroupBy sets the groupBy property value. The groupBy property

func (*GetConfigurationSettingNonComplianceReportRequestBody) SetName

SetName sets the name property value. The name property

func (*GetConfigurationSettingNonComplianceReportRequestBody) SetOrderBy

SetOrderBy sets the orderBy property value. The orderBy property

func (*GetConfigurationSettingNonComplianceReportRequestBody) SetSearch

SetSearch sets the search property value. The search property

func (*GetConfigurationSettingNonComplianceReportRequestBody) SetSelect added in v0.3.2

SetSelect sets the select property value. The select property

func (*GetConfigurationSettingNonComplianceReportRequestBody) SetSessionId

SetSessionId sets the sessionId property value. The sessionId property

func (*GetConfigurationSettingNonComplianceReportRequestBody) SetSkip

SetSkip sets the skip property value. The skip property

func (*GetConfigurationSettingNonComplianceReportRequestBody) SetTop

SetTop sets the top property value. The top property

type GetConfigurationSettingNonComplianceReportRequestBodyable added in v0.13.0

type GetConfigurationSettingNonComplianceReportRequestBodyable interface {
	i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
	i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.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)
}

GetConfigurationSettingNonComplianceReportRequestBodyable

type GetConfigurationSettingNonComplianceReportRequestBuilder

type GetConfigurationSettingNonComplianceReportRequestBuilder struct {
	// contains filtered or unexported fields
}

GetConfigurationSettingNonComplianceReportRequestBuilder provides operations to call the getConfigurationSettingNonComplianceReport method.

func NewGetConfigurationSettingNonComplianceReportRequestBuilder

func NewGetConfigurationSettingNonComplianceReportRequestBuilder(rawUrl string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *GetConfigurationSettingNonComplianceReportRequestBuilder

NewGetConfigurationSettingNonComplianceReportRequestBuilder instantiates a new GetConfigurationSettingNonComplianceReportRequestBuilder and sets the default values.

func NewGetConfigurationSettingNonComplianceReportRequestBuilderInternal

func NewGetConfigurationSettingNonComplianceReportRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *GetConfigurationSettingNonComplianceReportRequestBuilder

NewGetConfigurationSettingNonComplianceReportRequestBuilderInternal instantiates a new GetConfigurationSettingNonComplianceReportRequestBuilder and sets the default values.

func (*GetConfigurationSettingNonComplianceReportRequestBuilder) CreatePostRequestInformation

CreatePostRequestInformation invoke action getConfigurationSettingNonComplianceReport

func (*GetConfigurationSettingNonComplianceReportRequestBuilder) Post

Post invoke action getConfigurationSettingNonComplianceReport

type GetConfigurationSettingNonComplianceReportRequestBuilderPostOptions

type GetConfigurationSettingNonComplianceReportRequestBuilderPostOptions struct {
	//
	Body GetConfigurationSettingNonComplianceReportRequestBodyable
	// 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
}

GetConfigurationSettingNonComplianceReportRequestBuilderPostOptions options for Post

type GetConfigurationSettingNonComplianceReportResponse added in v0.13.0

type GetConfigurationSettingNonComplianceReportResponse struct {
	// contains filtered or unexported fields
}

GetConfigurationSettingNonComplianceReportResponse provides operations to call the getConfigurationSettingNonComplianceReport method.

func NewGetConfigurationSettingNonComplianceReportResponse added in v0.13.0

func NewGetConfigurationSettingNonComplianceReportResponse() *GetConfigurationSettingNonComplianceReportResponse

NewGetConfigurationSettingNonComplianceReportResponse instantiates a new getConfigurationSettingNonComplianceReportResponse and sets the default values.

func (*GetConfigurationSettingNonComplianceReportResponse) GetAdditionalData added in v0.13.0

func (m *GetConfigurationSettingNonComplianceReportResponse) 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 (*GetConfigurationSettingNonComplianceReportResponse) GetFieldDeserializers added in v0.13.0

GetFieldDeserializers the deserialization information for the current model

func (*GetConfigurationSettingNonComplianceReportResponse) GetValue added in v0.13.0

GetValue gets the value property value. The value property

func (*GetConfigurationSettingNonComplianceReportResponse) Serialize added in v0.13.0

Serialize serializes information the current object

func (*GetConfigurationSettingNonComplianceReportResponse) SetAdditionalData added in v0.13.0

func (m *GetConfigurationSettingNonComplianceReportResponse) 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 (*GetConfigurationSettingNonComplianceReportResponse) SetValue added in v0.13.0

SetValue sets the value property value. The value property

type GetConfigurationSettingNonComplianceReportResponseable added in v0.13.0

type GetConfigurationSettingNonComplianceReportResponseable interface {
	i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.AdditionalDataHolder
	i878a80d2330e89d26896388a3f487eef27b0a0e6c010c493bf80be1452208f91.Parsable
	GetValue() []byte
	SetValue(value []byte)
}

GetConfigurationSettingNonComplianceReportResponseable

Jump to

Keyboard shortcuts

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