Skip to content

Latest commit

 

History

History
98 lines (53 loc) · 2.98 KB

DiagnosticSignaturesResponse.md

File metadata and controls

98 lines (53 loc) · 2.98 KB

DiagnosticSignaturesResponse

Properties

Name Type Description Notes
Data []DiagnosticSignature
Links PagedDocumentLinks
Meta Pointer to PagingInformation [optional]

Methods

NewDiagnosticSignaturesResponse

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

NewDiagnosticSignaturesResponseWithDefaults

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

GetData

func (o *DiagnosticSignaturesResponse) GetData() []DiagnosticSignature

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

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.

SetData

func (o *DiagnosticSignaturesResponse) SetData(v []DiagnosticSignature)

SetData sets Data field to given value.

GetLinks

func (o *DiagnosticSignaturesResponse) GetLinks() PagedDocumentLinks

GetLinks returns the Links field if non-nil, zero value otherwise.

GetLinksOk

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.

SetLinks

func (o *DiagnosticSignaturesResponse) SetLinks(v PagedDocumentLinks)

SetLinks sets Links field to given value.

GetMeta

func (o *DiagnosticSignaturesResponse) GetMeta() PagingInformation

GetMeta returns the Meta field if non-nil, zero value otherwise.

GetMetaOk

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.

SetMeta

func (o *DiagnosticSignaturesResponse) SetMeta(v PagingInformation)

SetMeta sets Meta field to given value.

HasMeta

func (o *DiagnosticSignaturesResponse) HasMeta() bool

HasMeta returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]