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

package components

type HikvisionPlatformLibrary struct {
	Name    *string `json:"name,omitempty"`
	Version *string `json:"version,omitempty"`
}

func (o *HikvisionPlatformLibrary) GetName() *string {
	if o == nil {
		return nil
	}
	return o.Name
}

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