Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.73 KB

ListSQLUsersResponse.md

File metadata and controls

56 lines (31 loc) · 1.73 KB

ListSQLUsersResponse

Properties

Name Type Description Notes
Pagination Pointer to KeysetPaginationResponse [optional]
Users []SQLUser

Methods

NewListSQLUsersResponse

func NewListSQLUsersResponse(users []SQLUser, ) *ListSQLUsersResponse

NewListSQLUsersResponse instantiates a new ListSQLUsersResponse 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.

NewListSQLUsersResponseWithDefaults

func NewListSQLUsersResponseWithDefaults() *ListSQLUsersResponse

NewListSQLUsersResponseWithDefaults instantiates a new ListSQLUsersResponse 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.

GetPagination

func (o *ListSQLUsersResponse) GetPagination() KeysetPaginationResponse

GetPagination returns the Pagination field if non-nil, zero value otherwise.

SetPagination

func (o *ListSQLUsersResponse) SetPagination(v KeysetPaginationResponse)

SetPagination sets Pagination field to given value.

GetUsers

func (o *ListSQLUsersResponse) GetUsers() []SQLUser

GetUsers returns the Users field if non-nil, zero value otherwise.

SetUsers

func (o *ListSQLUsersResponse) SetUsers(v []SQLUser)

SetUsers sets Users field to given value.

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