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

package components

type QcStatementsPdsLocation struct {
	Language *string `json:"language,omitempty"`
	URL      *string `json:"url,omitempty"`
}

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

func (o *QcStatementsPdsLocation) GetURL() *string {
	if o == nil {
		return nil
	}
	return o.URL
}
