Skip to content

Latest commit

 

History

History
135 lines (72 loc) · 4.4 KB

ListDeploymentsForSource200Response.md

File metadata and controls

135 lines (72 loc) · 4.4 KB

ListDeploymentsForSource200Response

Properties

Name Type Description Notes
Embedded ListDeployments200ResponseEmbedded
TotalCount int32
PerPage int32
CurrentPage int32
Links ListAppsForSource200ResponseLinks

Methods

NewListDeploymentsForSource200Response

func NewListDeploymentsForSource200Response(embedded ListDeployments200ResponseEmbedded, totalCount int32, perPage int32, currentPage int32, links ListAppsForSource200ResponseLinks, ) *ListDeploymentsForSource200Response

NewListDeploymentsForSource200Response instantiates a new ListDeploymentsForSource200Response 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

NewListDeploymentsForSource200ResponseWithDefaults

func NewListDeploymentsForSource200ResponseWithDefaults() *ListDeploymentsForSource200Response

NewListDeploymentsForSource200ResponseWithDefaults instantiates a new ListDeploymentsForSource200Response 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

GetEmbedded

func (o *ListDeploymentsForSource200Response) GetEmbedded() ListDeployments200ResponseEmbedded

GetEmbedded returns the Embedded field if non-nil, zero value otherwise.

GetEmbeddedOk

func (o *ListDeploymentsForSource200Response) GetEmbeddedOk() (*ListDeployments200ResponseEmbedded, bool)

GetEmbeddedOk returns a tuple with the Embedded field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetEmbedded

func (o *ListDeploymentsForSource200Response) SetEmbedded(v ListDeployments200ResponseEmbedded)

SetEmbedded sets Embedded field to given value.

GetTotalCount

func (o *ListDeploymentsForSource200Response) GetTotalCount() int32

GetTotalCount returns the TotalCount field if non-nil, zero value otherwise.

GetTotalCountOk

func (o *ListDeploymentsForSource200Response) GetTotalCountOk() (*int32, bool)

GetTotalCountOk returns a tuple with the TotalCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetTotalCount

func (o *ListDeploymentsForSource200Response) SetTotalCount(v int32)

SetTotalCount sets TotalCount field to given value.

GetPerPage

func (o *ListDeploymentsForSource200Response) GetPerPage() int32

GetPerPage returns the PerPage field if non-nil, zero value otherwise.

GetPerPageOk

func (o *ListDeploymentsForSource200Response) GetPerPageOk() (*int32, bool)

GetPerPageOk returns a tuple with the PerPage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetPerPage

func (o *ListDeploymentsForSource200Response) SetPerPage(v int32)

SetPerPage sets PerPage field to given value.

GetCurrentPage

func (o *ListDeploymentsForSource200Response) GetCurrentPage() int32

GetCurrentPage returns the CurrentPage field if non-nil, zero value otherwise.

GetCurrentPageOk

func (o *ListDeploymentsForSource200Response) GetCurrentPageOk() (*int32, bool)

GetCurrentPageOk returns a tuple with the CurrentPage field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetCurrentPage

func (o *ListDeploymentsForSource200Response) SetCurrentPage(v int32)

SetCurrentPage sets CurrentPage field to given value.

GetLinks

func (o *ListDeploymentsForSource200Response) GetLinks() ListAppsForSource200ResponseLinks

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

GetLinksOk

func (o *ListDeploymentsForSource200Response) GetLinksOk() (*ListAppsForSource200ResponseLinks, 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 *ListDeploymentsForSource200Response) SetLinks(v ListAppsForSource200ResponseLinks)

SetLinks sets Links field to given value.

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