Skip to content

Latest commit

 

History

History
161 lines (86 loc) · 5.55 KB

ModelGenerativeAiIntegrationLinuxPostureRequest.md

File metadata and controls

161 lines (86 loc) · 5.55 KB

ModelGenerativeAiIntegrationLinuxPostureRequest

Properties

Name Type Description Notes
ComplianceCheckType string
Description string
IntegrationId Pointer to int32 [optional]
QueryType string
RemediationFormat string
TestNumber string

Methods

NewModelGenerativeAiIntegrationLinuxPostureRequest

func NewModelGenerativeAiIntegrationLinuxPostureRequest(complianceCheckType string, description string, queryType string, remediationFormat string, testNumber string, ) *ModelGenerativeAiIntegrationLinuxPostureRequest

NewModelGenerativeAiIntegrationLinuxPostureRequest instantiates a new ModelGenerativeAiIntegrationLinuxPostureRequest object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed

NewModelGenerativeAiIntegrationLinuxPostureRequestWithDefaults

func NewModelGenerativeAiIntegrationLinuxPostureRequestWithDefaults() *ModelGenerativeAiIntegrationLinuxPostureRequest

NewModelGenerativeAiIntegrationLinuxPostureRequestWithDefaults instantiates a new ModelGenerativeAiIntegrationLinuxPostureRequest object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set

GetComplianceCheckType

func (o *ModelGenerativeAiIntegrationLinuxPostureRequest) GetComplianceCheckType() string

GetComplianceCheckType returns the ComplianceCheckType field if non-nil, zero value otherwise.

GetComplianceCheckTypeOk

func (o *ModelGenerativeAiIntegrationLinuxPostureRequest) GetComplianceCheckTypeOk() (*string, bool)

GetComplianceCheckTypeOk returns a tuple with the ComplianceCheckType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetComplianceCheckType

func (o *ModelGenerativeAiIntegrationLinuxPostureRequest) SetComplianceCheckType(v string)

SetComplianceCheckType sets ComplianceCheckType field to given value.

GetDescription

func (o *ModelGenerativeAiIntegrationLinuxPostureRequest) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

func (o *ModelGenerativeAiIntegrationLinuxPostureRequest) GetDescriptionOk() (*string, bool)

GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDescription

func (o *ModelGenerativeAiIntegrationLinuxPostureRequest) SetDescription(v string)

SetDescription sets Description field to given value.

GetIntegrationId

func (o *ModelGenerativeAiIntegrationLinuxPostureRequest) GetIntegrationId() int32

GetIntegrationId returns the IntegrationId field if non-nil, zero value otherwise.

GetIntegrationIdOk

func (o *ModelGenerativeAiIntegrationLinuxPostureRequest) GetIntegrationIdOk() (*int32, bool)

GetIntegrationIdOk returns a tuple with the IntegrationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetIntegrationId

func (o *ModelGenerativeAiIntegrationLinuxPostureRequest) SetIntegrationId(v int32)

SetIntegrationId sets IntegrationId field to given value.

HasIntegrationId

func (o *ModelGenerativeAiIntegrationLinuxPostureRequest) HasIntegrationId() bool

HasIntegrationId returns a boolean if a field has been set.

GetQueryType

func (o *ModelGenerativeAiIntegrationLinuxPostureRequest) GetQueryType() string

GetQueryType returns the QueryType field if non-nil, zero value otherwise.

GetQueryTypeOk

func (o *ModelGenerativeAiIntegrationLinuxPostureRequest) GetQueryTypeOk() (*string, bool)

GetQueryTypeOk returns a tuple with the QueryType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetQueryType

func (o *ModelGenerativeAiIntegrationLinuxPostureRequest) SetQueryType(v string)

SetQueryType sets QueryType field to given value.

GetRemediationFormat

func (o *ModelGenerativeAiIntegrationLinuxPostureRequest) GetRemediationFormat() string

GetRemediationFormat returns the RemediationFormat field if non-nil, zero value otherwise.

GetRemediationFormatOk

func (o *ModelGenerativeAiIntegrationLinuxPostureRequest) GetRemediationFormatOk() (*string, bool)

GetRemediationFormatOk returns a tuple with the RemediationFormat field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetRemediationFormat

func (o *ModelGenerativeAiIntegrationLinuxPostureRequest) SetRemediationFormat(v string)

SetRemediationFormat sets RemediationFormat field to given value.

GetTestNumber

func (o *ModelGenerativeAiIntegrationLinuxPostureRequest) GetTestNumber() string

GetTestNumber returns the TestNumber field if non-nil, zero value otherwise.

GetTestNumberOk

func (o *ModelGenerativeAiIntegrationLinuxPostureRequest) GetTestNumberOk() (*string, bool)

GetTestNumberOk returns a tuple with the TestNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTestNumber

func (o *ModelGenerativeAiIntegrationLinuxPostureRequest) SetTestNumber(v string)

SetTestNumber sets TestNumber field to given value.

[Back to Model list] [Back to API list] [Back to README]