Name | Type | Description | Notes |
---|---|---|---|
string | The email of the user | ||
Name | string | The name of the user | |
RoleType | string | Type of the role | |
SubscriptionId | string | The subscription ID | |
UserId | string | The User ID |
func NewSubscriptionUsers(email string, name string, roleType string, subscriptionId string, userId string, ) *SubscriptionUsers
NewSubscriptionUsers instantiates a new SubscriptionUsers 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 NewSubscriptionUsersWithDefaults() *SubscriptionUsers
NewSubscriptionUsersWithDefaults instantiates a new SubscriptionUsers 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 *SubscriptionUsers) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *SubscriptionUsers) GetEmailOk() (*string, bool)
GetEmailOk returns a tuple with the Email field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubscriptionUsers) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *SubscriptionUsers) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *SubscriptionUsers) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubscriptionUsers) SetName(v string)
SetName sets Name field to given value.
func (o *SubscriptionUsers) GetRoleType() string
GetRoleType returns the RoleType field if non-nil, zero value otherwise.
func (o *SubscriptionUsers) GetRoleTypeOk() (*string, bool)
GetRoleTypeOk returns a tuple with the RoleType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubscriptionUsers) SetRoleType(v string)
SetRoleType sets RoleType field to given value.
func (o *SubscriptionUsers) GetSubscriptionId() string
GetSubscriptionId returns the SubscriptionId field if non-nil, zero value otherwise.
func (o *SubscriptionUsers) GetSubscriptionIdOk() (*string, bool)
GetSubscriptionIdOk returns a tuple with the SubscriptionId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubscriptionUsers) SetSubscriptionId(v string)
SetSubscriptionId sets SubscriptionId field to given value.
func (o *SubscriptionUsers) GetUserId() string
GetUserId returns the UserId field if non-nil, zero value otherwise.
func (o *SubscriptionUsers) GetUserIdOk() (*string, bool)
GetUserIdOk returns a tuple with the UserId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SubscriptionUsers) SetUserId(v string)
SetUserId sets UserId field to given value.