Name | Type | Description | Notes |
---|---|---|---|
Billing | Pointer to int32 | [optional] | |
Privacy | Pointer to string | [optional] | |
Role | Pointer to string | [optional] | |
Username | string |
func NewPostOrgMembersRequest(username string, ) *PostOrgMembersRequest
NewPostOrgMembersRequest instantiates a new PostOrgMembersRequest 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 NewPostOrgMembersRequestWithDefaults() *PostOrgMembersRequest
NewPostOrgMembersRequestWithDefaults instantiates a new PostOrgMembersRequest 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 *PostOrgMembersRequest) GetBilling() int32
GetBilling returns the Billing field if non-nil, zero value otherwise.
func (o *PostOrgMembersRequest) GetBillingOk() (*int32, bool)
GetBillingOk returns a tuple with the Billing field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostOrgMembersRequest) SetBilling(v int32)
SetBilling sets Billing field to given value.
func (o *PostOrgMembersRequest) HasBilling() bool
HasBilling returns a boolean if a field has been set.
func (o *PostOrgMembersRequest) GetPrivacy() string
GetPrivacy returns the Privacy field if non-nil, zero value otherwise.
func (o *PostOrgMembersRequest) GetPrivacyOk() (*string, bool)
GetPrivacyOk returns a tuple with the Privacy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostOrgMembersRequest) SetPrivacy(v string)
SetPrivacy sets Privacy field to given value.
func (o *PostOrgMembersRequest) HasPrivacy() bool
HasPrivacy returns a boolean if a field has been set.
func (o *PostOrgMembersRequest) GetRole() string
GetRole returns the Role field if non-nil, zero value otherwise.
func (o *PostOrgMembersRequest) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostOrgMembersRequest) SetRole(v string)
SetRole sets Role field to given value.
func (o *PostOrgMembersRequest) HasRole() bool
HasRole returns a boolean if a field has been set.
func (o *PostOrgMembersRequest) GetUsername() string
GetUsername returns the Username field if non-nil, zero value otherwise.
func (o *PostOrgMembersRequest) GetUsernameOk() (*string, bool)
GetUsernameOk returns a tuple with the Username field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostOrgMembersRequest) SetUsername(v string)
SetUsername sets Username field to given value.