Name | Type | Description | Notes |
---|---|---|---|
RecordType | string | Name of the Cloud SIEM Enterprise Record to be created. |
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
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
func (o *CseSignalNotificationSyncDefinitionAllOf) GetRecordType() string
GetRecordType returns the RecordType field if non-nil, zero value otherwise.
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.
func (o *CseSignalNotificationSyncDefinitionAllOf) SetRecordType(v string)
SetRecordType sets RecordType field to given value.