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

package components

type L2TpStopCcn struct {
	AttributeValues *L2TpAttributeValues `json:"attribute_values,omitempty"`
}

func (o *L2TpStopCcn) GetAttributeValues() *L2TpAttributeValues {
	if o == nil {
		return nil
	}
	return o.AttributeValues
}
