getpolicynoncompliancereport

package
v0.20.0 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateGetPolicyNonComplianceReportRequestBodyFromDiscriminatorValue added in v0.13.0

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

func CreateGetPolicyNonComplianceReportResponseFromDiscriminatorValue added in v0.13.0

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

Types

type GetPolicyNonComplianceReportRequestBody

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

GetPolicyNonComplianceReportRequestBody provides operations to call the getPolicyNonComplianceReport method.

func NewGetPolicyNonComplianceReportRequestBody

func NewGetPolicyNonComplianceReportRequestBody() *GetPolicyNonComplianceReportRequestBody

NewGetPolicyNonComplianceReportRequestBody instantiates a new getPolicyNonComplianceReportRequestBody and sets the default values.

func (*GetPolicyNonComplianceReportRequestBody) GetAdditionalData

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

GetFieldDeserializers the deserialization information for the current model

func (*GetPolicyNonComplianceReportRequestBody) GetFilter

GetFilter gets the filter property value. The filter property

func (*GetPolicyNonComplianceReportRequestBody) GetGroupBy

GetGroupBy gets the groupBy property value. The groupBy property

func (*GetPolicyNonComplianceReportRequestBody) GetName

GetName gets the name property value. The name property

func (*GetPolicyNonComplianceReportRequestBody) GetOrderBy

GetOrderBy gets the orderBy property value. The orderBy property

func (*GetPolicyNonComplianceReportRequestBody) GetSearch

GetSearch gets the search property value. The search property

func (*GetPolicyNonComplianceReportRequestBody) GetSelect added in v0.3.2

GetSelect gets the select property value. The select property

func (*GetPolicyNonComplianceReportRequestBody) GetSessionId

GetSessionId gets the sessionId property value. The sessionId property

func (*GetPolicyNonComplianceReportRequestBody) GetSkip

GetSkip gets the skip property value. The skip property

func (*GetPolicyNonComplianceReportRequestBody) GetTop

GetTop gets the top property value. The top property

func (*GetPolicyNonComplianceReportRequestBody) Serialize

Serialize serializes information the current object

func (*GetPolicyNonComplianceReportRequestBody) SetAdditionalData

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

func (m *GetPolicyNonComplianceReportRequestBody) SetFilter(value *string)

SetFilter sets the filter property value. The filter property

func (*GetPolicyNonComplianceReportRequestBody) SetGroupBy

func (m *GetPolicyNonComplianceReportRequestBody) SetGroupBy(value []string)

SetGroupBy sets the groupBy property value. The groupBy property

func (*GetPolicyNonComplianceReportRequestBody) SetName

SetName sets the name property value. The name property

func (*GetPolicyNonComplianceReportRequestBody) SetOrderBy

func (m *GetPolicyNonComplianceReportRequestBody) SetOrderBy(value []string)

SetOrderBy sets the orderBy property value. The orderBy property

func (*GetPolicyNonComplianceReportRequestBody) SetSearch

func (m *GetPolicyNonComplianceReportRequestBody) SetSearch(value *string)

SetSearch sets the search property value. The search property

func (*GetPolicyNonComplianceReportRequestBody) SetSelect added in v0.3.2

func (m *GetPolicyNonComplianceReportRequestBody) SetSelect(value []string)

SetSelect sets the select property value. The select property

func (*GetPolicyNonComplianceReportRequestBody) SetSessionId

func (m *GetPolicyNonComplianceReportRequestBody) SetSessionId(value *string)

SetSessionId sets the sessionId property value. The sessionId property

func (*GetPolicyNonComplianceReportRequestBody) SetSkip

SetSkip sets the skip property value. The skip property

func (*GetPolicyNonComplianceReportRequestBody) SetTop

SetTop sets the top property value. The top property

type GetPolicyNonComplianceReportRequestBodyable added in v0.13.0

type GetPolicyNonComplianceReportRequestBodyable 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)
}

GetPolicyNonComplianceReportRequestBodyable

type GetPolicyNonComplianceReportRequestBuilder

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

GetPolicyNonComplianceReportRequestBuilder provides operations to call the getPolicyNonComplianceReport method.

func NewGetPolicyNonComplianceReportRequestBuilder

NewGetPolicyNonComplianceReportRequestBuilder instantiates a new GetPolicyNonComplianceReportRequestBuilder and sets the default values.

func NewGetPolicyNonComplianceReportRequestBuilderInternal

func NewGetPolicyNonComplianceReportRequestBuilderInternal(pathParameters map[string]string, requestAdapter i2ae4187f7daee263371cb1c977df639813ab50ffa529013b7437480d1ec0158f.RequestAdapter) *GetPolicyNonComplianceReportRequestBuilder

NewGetPolicyNonComplianceReportRequestBuilderInternal instantiates a new GetPolicyNonComplianceReportRequestBuilder and sets the default values.

func (*GetPolicyNonComplianceReportRequestBuilder) CreatePostRequestInformation

CreatePostRequestInformation invoke action getPolicyNonComplianceReport

func (*GetPolicyNonComplianceReportRequestBuilder) Post

Post invoke action getPolicyNonComplianceReport

type GetPolicyNonComplianceReportRequestBuilderPostOptions

type GetPolicyNonComplianceReportRequestBuilderPostOptions struct {
	//
	Body GetPolicyNonComplianceReportRequestBodyable
	// 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
}

GetPolicyNonComplianceReportRequestBuilderPostOptions options for Post

type GetPolicyNonComplianceReportResponse added in v0.13.0

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

GetPolicyNonComplianceReportResponse provides operations to call the getPolicyNonComplianceReport method.

func NewGetPolicyNonComplianceReportResponse added in v0.13.0

func NewGetPolicyNonComplianceReportResponse() *GetPolicyNonComplianceReportResponse

NewGetPolicyNonComplianceReportResponse instantiates a new getPolicyNonComplianceReportResponse and sets the default values.

func (*GetPolicyNonComplianceReportResponse) GetAdditionalData added in v0.13.0

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

GetFieldDeserializers the deserialization information for the current model

func (*GetPolicyNonComplianceReportResponse) GetValue added in v0.13.0

GetValue gets the value property value. The value property

func (*GetPolicyNonComplianceReportResponse) Serialize added in v0.13.0

Serialize serializes information the current object

func (*GetPolicyNonComplianceReportResponse) SetAdditionalData added in v0.13.0

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

func (m *GetPolicyNonComplianceReportResponse) SetValue(value []byte)

SetValue sets the value property value. The value property

type GetPolicyNonComplianceReportResponseable added in v0.13.0

GetPolicyNonComplianceReportResponseable

Jump to

Keyboard shortcuts

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