Name | Type | Description | Notes |
---|---|---|---|
Data | []DiagnosticSignature | ||
Links | PagedDocumentLinks | ||
Meta | Pointer to PagingInformation | [optional] |
func NewDiagnosticSignaturesResponse(data []DiagnosticSignature, links PagedDocumentLinks, ) *DiagnosticSignaturesResponse
NewDiagnosticSignaturesResponse instantiates a new DiagnosticSignaturesResponse object This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed
func NewDiagnosticSignaturesResponseWithDefaults() *DiagnosticSignaturesResponse
NewDiagnosticSignaturesResponseWithDefaults instantiates a new DiagnosticSignaturesResponse object This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set
func (o *DiagnosticSignaturesResponse) GetData() []DiagnosticSignature
GetData returns the Data field if non-nil, zero value otherwise.
func (o *DiagnosticSignaturesResponse) GetDataOk() (*[]DiagnosticSignature, bool)
GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DiagnosticSignaturesResponse) SetData(v []DiagnosticSignature)
SetData sets Data field to given value.
func (o *DiagnosticSignaturesResponse) GetLinks() PagedDocumentLinks
GetLinks returns the Links field if non-nil, zero value otherwise.
func (o *DiagnosticSignaturesResponse) GetLinksOk() (*PagedDocumentLinks, bool)
GetLinksOk returns a tuple with the Links field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DiagnosticSignaturesResponse) SetLinks(v PagedDocumentLinks)
SetLinks sets Links field to given value.
func (o *DiagnosticSignaturesResponse) GetMeta() PagingInformation
GetMeta returns the Meta field if non-nil, zero value otherwise.
func (o *DiagnosticSignaturesResponse) GetMetaOk() (*PagingInformation, bool)
GetMetaOk returns a tuple with the Meta field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DiagnosticSignaturesResponse) SetMeta(v PagingInformation)
SetMeta sets Meta field to given value.
func (o *DiagnosticSignaturesResponse) HasMeta() bool
HasMeta returns a boolean if a field has been set.