Name | Type | Description | Notes |
---|---|---|---|
Billing | Pointer to int32 | [optional] | |
DefaultOrg | Pointer to string | [optional] | |
Privacy | Pointer to string | [optional] | |
Role | Pointer to string | [optional] |
func NewPostOrgMemberRequest() *PostOrgMemberRequest
NewPostOrgMemberRequest instantiates a new PostOrgMemberRequest 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 NewPostOrgMemberRequestWithDefaults() *PostOrgMemberRequest
NewPostOrgMemberRequestWithDefaults instantiates a new PostOrgMemberRequest 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 *PostOrgMemberRequest) GetBilling() int32
GetBilling returns the Billing field if non-nil, zero value otherwise.
func (o *PostOrgMemberRequest) 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 *PostOrgMemberRequest) SetBilling(v int32)
SetBilling sets Billing field to given value.
func (o *PostOrgMemberRequest) HasBilling() bool
HasBilling returns a boolean if a field has been set.
func (o *PostOrgMemberRequest) GetDefaultOrg() string
GetDefaultOrg returns the DefaultOrg field if non-nil, zero value otherwise.
func (o *PostOrgMemberRequest) GetDefaultOrgOk() (*string, bool)
GetDefaultOrgOk returns a tuple with the DefaultOrg field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PostOrgMemberRequest) SetDefaultOrg(v string)
SetDefaultOrg sets DefaultOrg field to given value.
func (o *PostOrgMemberRequest) HasDefaultOrg() bool
HasDefaultOrg returns a boolean if a field has been set.
func (o *PostOrgMemberRequest) GetPrivacy() string
GetPrivacy returns the Privacy field if non-nil, zero value otherwise.
func (o *PostOrgMemberRequest) 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 *PostOrgMemberRequest) SetPrivacy(v string)
SetPrivacy sets Privacy field to given value.
func (o *PostOrgMemberRequest) HasPrivacy() bool
HasPrivacy returns a boolean if a field has been set.
func (o *PostOrgMemberRequest) GetRole() string
GetRole returns the Role field if non-nil, zero value otherwise.
func (o *PostOrgMemberRequest) 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 *PostOrgMemberRequest) SetRole(v string)
SetRole sets Role field to given value.
func (o *PostOrgMemberRequest) HasRole() bool
HasRole returns a boolean if a field has been set.