Skip to content

Latest commit

 

History

History
135 lines (72 loc) · 3.64 KB

SubscriptionUsers.md

File metadata and controls

135 lines (72 loc) · 3.64 KB

SubscriptionUsers

Properties

Name Type Description Notes
Email 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

Methods

NewSubscriptionUsers

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

NewSubscriptionUsersWithDefaults

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

GetEmail

func (o *SubscriptionUsers) GetEmail() string

GetEmail returns the Email field if non-nil, zero value otherwise.

GetEmailOk

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.

SetEmail

func (o *SubscriptionUsers) SetEmail(v string)

SetEmail sets Email field to given value.

GetName

func (o *SubscriptionUsers) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *SubscriptionUsers) SetName(v string)

SetName sets Name field to given value.

GetRoleType

func (o *SubscriptionUsers) GetRoleType() string

GetRoleType returns the RoleType field if non-nil, zero value otherwise.

GetRoleTypeOk

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.

SetRoleType

func (o *SubscriptionUsers) SetRoleType(v string)

SetRoleType sets RoleType field to given value.

GetSubscriptionId

func (o *SubscriptionUsers) GetSubscriptionId() string

GetSubscriptionId returns the SubscriptionId field if non-nil, zero value otherwise.

GetSubscriptionIdOk

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.

SetSubscriptionId

func (o *SubscriptionUsers) SetSubscriptionId(v string)

SetSubscriptionId sets SubscriptionId field to given value.

GetUserId

func (o *SubscriptionUsers) GetUserId() string

GetUserId returns the UserId field if non-nil, zero value otherwise.

GetUserIdOk

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.

SetUserId

func (o *SubscriptionUsers) SetUserId(v string)

SetUserId sets UserId field to given value.

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