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

package components

type Fox struct {
	AppName       *string `json:"app_name,omitempty"`
	AppVersion    *string `json:"app_version,omitempty"`
	AuthAgentType *string `json:"auth_agent_type,omitempty"`
	BrandID       *string `json:"brand_id,omitempty"`
	HostAddress   *string `json:"host_address,omitempty"`
	HostID        *string `json:"host_id,omitempty"`
	Hostname      *string `json:"hostname,omitempty"`
	ID            *int    `json:"id,omitempty"`
	Language      *string `json:"language,omitempty"`
	OsName        *string `json:"os_name,omitempty"`
	OsVersion     *string `json:"os_version,omitempty"`
	StationName   *string `json:"station_name,omitempty"`
	SysInfo       *string `json:"sys_info,omitempty"`
	TimeZone      *string `json:"time_zone,omitempty"`
	Version       *string `json:"version,omitempty"`
	VMName        *string `json:"vm_name,omitempty"`
	VMUUID        *string `json:"vm_uuid,omitempty"`
	VMVersion     *string `json:"vm_version,omitempty"`
}

func (o *Fox) GetAppName() *string {
	if o == nil {
		return nil
	}
	return o.AppName
}

func (o *Fox) GetAppVersion() *string {
	if o == nil {
		return nil
	}
	return o.AppVersion
}

func (o *Fox) GetAuthAgentType() *string {
	if o == nil {
		return nil
	}
	return o.AuthAgentType
}

func (o *Fox) GetBrandID() *string {
	if o == nil {
		return nil
	}
	return o.BrandID
}

func (o *Fox) GetHostAddress() *string {
	if o == nil {
		return nil
	}
	return o.HostAddress
}

func (o *Fox) GetHostID() *string {
	if o == nil {
		return nil
	}
	return o.HostID
}

func (o *Fox) GetHostname() *string {
	if o == nil {
		return nil
	}
	return o.Hostname
}

func (o *Fox) GetID() *int {
	if o == nil {
		return nil
	}
	return o.ID
}

func (o *Fox) GetLanguage() *string {
	if o == nil {
		return nil
	}
	return o.Language
}

func (o *Fox) GetOsName() *string {
	if o == nil {
		return nil
	}
	return o.OsName
}

func (o *Fox) GetOsVersion() *string {
	if o == nil {
		return nil
	}
	return o.OsVersion
}

func (o *Fox) GetStationName() *string {
	if o == nil {
		return nil
	}
	return o.StationName
}

func (o *Fox) GetSysInfo() *string {
	if o == nil {
		return nil
	}
	return o.SysInfo
}

func (o *Fox) GetTimeZone() *string {
	if o == nil {
		return nil
	}
	return o.TimeZone
}

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

func (o *Fox) GetVMName() *string {
	if o == nil {
		return nil
	}
	return o.VMName
}

func (o *Fox) GetVMUUID() *string {
	if o == nil {
		return nil
	}
	return o.VMUUID
}

func (o *Fox) GetVMVersion() *string {
	if o == nil {
		return nil
	}
	return o.VMVersion
}
