Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.89 KB

CseSignalNotificationSyncDefinitionAllOf.md

File metadata and controls

51 lines (28 loc) · 1.89 KB

CseSignalNotificationSyncDefinitionAllOf

Properties

Name Type Description Notes
RecordType string Name of the Cloud SIEM Enterprise Record to be created.

Methods

NewCseSignalNotificationSyncDefinitionAllOf

func NewCseSignalNotificationSyncDefinitionAllOf(recordType string, ) *CseSignalNotificationSyncDefinitionAllOf

NewCseSignalNotificationSyncDefinitionAllOf instantiates a new CseSignalNotificationSyncDefinitionAllOf 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

NewCseSignalNotificationSyncDefinitionAllOfWithDefaults

func NewCseSignalNotificationSyncDefinitionAllOfWithDefaults() *CseSignalNotificationSyncDefinitionAllOf

NewCseSignalNotificationSyncDefinitionAllOfWithDefaults instantiates a new CseSignalNotificationSyncDefinitionAllOf 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

GetRecordType

func (o *CseSignalNotificationSyncDefinitionAllOf) GetRecordType() string

GetRecordType returns the RecordType field if non-nil, zero value otherwise.

GetRecordTypeOk

func (o *CseSignalNotificationSyncDefinitionAllOf) GetRecordTypeOk() (*string, bool)

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

SetRecordType

func (o *CseSignalNotificationSyncDefinitionAllOf) SetRecordType(v string)

SetRecordType sets RecordType field to given value.

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