Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.58 KB

ListIntrustionDetectionReportsForStack200ResponseEmbedded.md

File metadata and controls

56 lines (31 loc) · 2.58 KB

ListIntrustionDetectionReportsForStack200ResponseEmbedded

Properties

Name Type Description Notes
IntrusionDetectionReports Pointer to []IntrusionDetectionReport [optional]

Methods

NewListIntrustionDetectionReportsForStack200ResponseEmbedded

func NewListIntrustionDetectionReportsForStack200ResponseEmbedded() *ListIntrustionDetectionReportsForStack200ResponseEmbedded

NewListIntrustionDetectionReportsForStack200ResponseEmbedded instantiates a new ListIntrustionDetectionReportsForStack200ResponseEmbedded 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

NewListIntrustionDetectionReportsForStack200ResponseEmbeddedWithDefaults

func NewListIntrustionDetectionReportsForStack200ResponseEmbeddedWithDefaults() *ListIntrustionDetectionReportsForStack200ResponseEmbedded

NewListIntrustionDetectionReportsForStack200ResponseEmbeddedWithDefaults instantiates a new ListIntrustionDetectionReportsForStack200ResponseEmbedded 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

GetIntrusionDetectionReports

func (o *ListIntrustionDetectionReportsForStack200ResponseEmbedded) GetIntrusionDetectionReports() []IntrusionDetectionReport

GetIntrusionDetectionReports returns the IntrusionDetectionReports field if non-nil, zero value otherwise.

GetIntrusionDetectionReportsOk

func (o *ListIntrustionDetectionReportsForStack200ResponseEmbedded) GetIntrusionDetectionReportsOk() (*[]IntrusionDetectionReport, bool)

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

SetIntrusionDetectionReports

func (o *ListIntrustionDetectionReportsForStack200ResponseEmbedded) SetIntrusionDetectionReports(v []IntrusionDetectionReport)

SetIntrusionDetectionReports sets IntrusionDetectionReports field to given value.

HasIntrusionDetectionReports

func (o *ListIntrustionDetectionReportsForStack200ResponseEmbedded) HasIntrusionDetectionReports() bool

HasIntrusionDetectionReports returns a boolean if a field has been set.

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