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

package components

type ResponseEnvelopeListWebpropertyAsset struct {
	Result []WebpropertyAsset `json:"result,omitempty"`
}

func (o *ResponseEnvelopeListWebpropertyAsset) GetResult() []WebpropertyAsset {
	if o == nil {
		return nil
	}
	return o.Result
}
