Name | Type | Description | Notes |
---|---|---|---|
ApiKey | string | API key | |
FeedDownloadUrl | Pointer to string | Sample feed direct download URL (only available to Feed subscribers) | [optional] |
FeedPassword | Pointer to string | Sample feed direct download password (only available to Feed subscribers) | [optional] |
FeedUsername | Pointer to string | Sample feed direct download username (only available to Feed subscribers) | [optional] |
MonthLimit | int32 | Monthly upload limit | |
MonthSubmissions | int32 | Number of submissions for the current month | |
MonthSubmissionsPrivate | Pointer to int32 | Number of private submissions for the current month | [optional] |
Roles | []string | Service access roles | |
TotalSubmissions | int32 | Lifetime total number of submissions |
func NewUserAccess(apiKey string, monthLimit int32, monthSubmissions int32, roles []string, totalSubmissions int32, ) *UserAccess
NewUserAccess instantiates a new UserAccess 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 NewUserAccessWithDefaults() *UserAccess
NewUserAccessWithDefaults instantiates a new UserAccess 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 *UserAccess) GetApiKey() string
GetApiKey returns the ApiKey field if non-nil, zero value otherwise.
func (o *UserAccess) GetApiKeyOk() (*string, bool)
GetApiKeyOk returns a tuple with the ApiKey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserAccess) SetApiKey(v string)
SetApiKey sets ApiKey field to given value.
func (o *UserAccess) GetFeedDownloadUrl() string
GetFeedDownloadUrl returns the FeedDownloadUrl field if non-nil, zero value otherwise.
func (o *UserAccess) GetFeedDownloadUrlOk() (*string, bool)
GetFeedDownloadUrlOk returns a tuple with the FeedDownloadUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserAccess) SetFeedDownloadUrl(v string)
SetFeedDownloadUrl sets FeedDownloadUrl field to given value.
func (o *UserAccess) HasFeedDownloadUrl() bool
HasFeedDownloadUrl returns a boolean if a field has been set.
func (o *UserAccess) GetFeedPassword() string
GetFeedPassword returns the FeedPassword field if non-nil, zero value otherwise.
func (o *UserAccess) GetFeedPasswordOk() (*string, bool)
GetFeedPasswordOk returns a tuple with the FeedPassword field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserAccess) SetFeedPassword(v string)
SetFeedPassword sets FeedPassword field to given value.
func (o *UserAccess) HasFeedPassword() bool
HasFeedPassword returns a boolean if a field has been set.
func (o *UserAccess) GetFeedUsername() string
GetFeedUsername returns the FeedUsername field if non-nil, zero value otherwise.
func (o *UserAccess) GetFeedUsernameOk() (*string, bool)
GetFeedUsernameOk returns a tuple with the FeedUsername field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserAccess) SetFeedUsername(v string)
SetFeedUsername sets FeedUsername field to given value.
func (o *UserAccess) HasFeedUsername() bool
HasFeedUsername returns a boolean if a field has been set.
func (o *UserAccess) GetMonthLimit() int32
GetMonthLimit returns the MonthLimit field if non-nil, zero value otherwise.
func (o *UserAccess) GetMonthLimitOk() (*int32, bool)
GetMonthLimitOk returns a tuple with the MonthLimit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserAccess) SetMonthLimit(v int32)
SetMonthLimit sets MonthLimit field to given value.
func (o *UserAccess) GetMonthSubmissions() int32
GetMonthSubmissions returns the MonthSubmissions field if non-nil, zero value otherwise.
func (o *UserAccess) GetMonthSubmissionsOk() (*int32, bool)
GetMonthSubmissionsOk returns a tuple with the MonthSubmissions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserAccess) SetMonthSubmissions(v int32)
SetMonthSubmissions sets MonthSubmissions field to given value.
func (o *UserAccess) GetMonthSubmissionsPrivate() int32
GetMonthSubmissionsPrivate returns the MonthSubmissionsPrivate field if non-nil, zero value otherwise.
func (o *UserAccess) GetMonthSubmissionsPrivateOk() (*int32, bool)
GetMonthSubmissionsPrivateOk returns a tuple with the MonthSubmissionsPrivate field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserAccess) SetMonthSubmissionsPrivate(v int32)
SetMonthSubmissionsPrivate sets MonthSubmissionsPrivate field to given value.
func (o *UserAccess) HasMonthSubmissionsPrivate() bool
HasMonthSubmissionsPrivate returns a boolean if a field has been set.
func (o *UserAccess) GetRoles() []string
GetRoles returns the Roles field if non-nil, zero value otherwise.
func (o *UserAccess) GetRolesOk() (*[]string, bool)
GetRolesOk returns a tuple with the Roles field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserAccess) SetRoles(v []string)
SetRoles sets Roles field to given value.
func (o *UserAccess) GetTotalSubmissions() int32
GetTotalSubmissions returns the TotalSubmissions field if non-nil, zero value otherwise.
func (o *UserAccess) GetTotalSubmissionsOk() (*int32, bool)
GetTotalSubmissionsOk returns a tuple with the TotalSubmissions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *UserAccess) SetTotalSubmissions(v int32)
SetTotalSubmissions sets TotalSubmissions field to given value.