// Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.

package components

type Cwe struct {
	// A unique identifier associated with a class of a software or hardware weakness.
	Entry *string `json:"entry,omitempty"`
}

func (o *Cwe) GetEntry() *string {
	if o == nil {
		return nil
	}
	return o.Entry
}
