func()

in models/v3/schema/types/types.go [352:357]


func (r ResourceSystemProperties) Validate() error {
	if r.ChangeAction == 0 || r.ChangeAction >= ChangeAction(len(_ChangeAction_index)-1) {
		return fmt.Errorf(".ChangedAction(%d) is invalid", r.ChangeAction)
	}
	return nil
}