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

package components

type IvantiAvalanche struct {
	Body       *string `json:"body,omitempty"`
	StatusCode *int    `json:"status_code,omitempty"`
	Version    *string `json:"version,omitempty"`
}

func (o *IvantiAvalanche) GetBody() *string {
	if o == nil {
		return nil
	}
	return o.Body
}

func (o *IvantiAvalanche) GetStatusCode() *int {
	if o == nil {
		return nil
	}
	return o.StatusCode
}

func (o *IvantiAvalanche) GetVersion() *string {
	if o == nil {
		return nil
	}
	return o.Version
}
