Name | Type | Description | Notes |
---|---|---|---|
Address | Pointer to Address | [optional] | |
CreatedAt | string | The user creation time | |
string | The email of the user | ||
Id | string | The User ID | |
LastModifiedAt | string | The user update time | |
Name | string | The name of the user | |
OrgDescription | string | The description of the org that this user owns | |
OrgFavIconURL | string | The favicon of the org that this user owns | |
OrgId | string | The ID of the org that this user owns | |
OrgLogoURL | string | The logo of the org that this user owns | |
OrgName | string | The org name that this user owns | |
OrgPrivacyPolicy | string | The privacy policy for the org that this user owns | |
OrgSupportEmail | string | The support email of the org that this user owns | |
OrgTermsOfUse | string | The terms of use for the org that this user owns | |
OrgURL | string | The url of the org that this user owns | |
PlanName | Pointer to string | The name of the plan of the user | [optional] |
RoleType | string | The role type of the user |
func NewDescribeUserResult(createdAt string, email string, id string, lastModifiedAt string, name string, orgDescription string, orgFavIconURL string, orgId string, orgLogoURL string, orgName string, orgPrivacyPolicy string, orgSupportEmail string, orgTermsOfUse string, orgURL string, roleType string, ) *DescribeUserResult
NewDescribeUserResult instantiates a new DescribeUserResult 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 NewDescribeUserResultWithDefaults() *DescribeUserResult
NewDescribeUserResultWithDefaults instantiates a new DescribeUserResult 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 *DescribeUserResult) GetAddress() Address
GetAddress returns the Address field if non-nil, zero value otherwise.
func (o *DescribeUserResult) GetAddressOk() (*Address, bool)
GetAddressOk returns a tuple with the Address field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DescribeUserResult) SetAddress(v Address)
SetAddress sets Address field to given value.
func (o *DescribeUserResult) HasAddress() bool
HasAddress returns a boolean if a field has been set.
func (o *DescribeUserResult) GetCreatedAt() string
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *DescribeUserResult) GetCreatedAtOk() (*string, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DescribeUserResult) SetCreatedAt(v string)
SetCreatedAt sets CreatedAt field to given value.
func (o *DescribeUserResult) GetEmail() string
GetEmail returns the Email field if non-nil, zero value otherwise.
func (o *DescribeUserResult) 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 *DescribeUserResult) SetEmail(v string)
SetEmail sets Email field to given value.
func (o *DescribeUserResult) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *DescribeUserResult) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DescribeUserResult) SetId(v string)
SetId sets Id field to given value.
func (o *DescribeUserResult) GetLastModifiedAt() string
GetLastModifiedAt returns the LastModifiedAt field if non-nil, zero value otherwise.
func (o *DescribeUserResult) GetLastModifiedAtOk() (*string, bool)
GetLastModifiedAtOk returns a tuple with the LastModifiedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DescribeUserResult) SetLastModifiedAt(v string)
SetLastModifiedAt sets LastModifiedAt field to given value.
func (o *DescribeUserResult) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *DescribeUserResult) 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 *DescribeUserResult) SetName(v string)
SetName sets Name field to given value.
func (o *DescribeUserResult) GetOrgDescription() string
GetOrgDescription returns the OrgDescription field if non-nil, zero value otherwise.
func (o *DescribeUserResult) GetOrgDescriptionOk() (*string, bool)
GetOrgDescriptionOk returns a tuple with the OrgDescription field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DescribeUserResult) SetOrgDescription(v string)
SetOrgDescription sets OrgDescription field to given value.
func (o *DescribeUserResult) GetOrgFavIconURL() string
GetOrgFavIconURL returns the OrgFavIconURL field if non-nil, zero value otherwise.
func (o *DescribeUserResult) GetOrgFavIconURLOk() (*string, bool)
GetOrgFavIconURLOk returns a tuple with the OrgFavIconURL field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DescribeUserResult) SetOrgFavIconURL(v string)
SetOrgFavIconURL sets OrgFavIconURL field to given value.
func (o *DescribeUserResult) GetOrgId() string
GetOrgId returns the OrgId field if non-nil, zero value otherwise.
func (o *DescribeUserResult) GetOrgIdOk() (*string, bool)
GetOrgIdOk returns a tuple with the OrgId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DescribeUserResult) SetOrgId(v string)
SetOrgId sets OrgId field to given value.
func (o *DescribeUserResult) GetOrgLogoURL() string
GetOrgLogoURL returns the OrgLogoURL field if non-nil, zero value otherwise.
func (o *DescribeUserResult) GetOrgLogoURLOk() (*string, bool)
GetOrgLogoURLOk returns a tuple with the OrgLogoURL field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DescribeUserResult) SetOrgLogoURL(v string)
SetOrgLogoURL sets OrgLogoURL field to given value.
func (o *DescribeUserResult) GetOrgName() string
GetOrgName returns the OrgName field if non-nil, zero value otherwise.
func (o *DescribeUserResult) GetOrgNameOk() (*string, bool)
GetOrgNameOk returns a tuple with the OrgName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DescribeUserResult) SetOrgName(v string)
SetOrgName sets OrgName field to given value.
func (o *DescribeUserResult) GetOrgPrivacyPolicy() string
GetOrgPrivacyPolicy returns the OrgPrivacyPolicy field if non-nil, zero value otherwise.
func (o *DescribeUserResult) GetOrgPrivacyPolicyOk() (*string, bool)
GetOrgPrivacyPolicyOk returns a tuple with the OrgPrivacyPolicy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DescribeUserResult) SetOrgPrivacyPolicy(v string)
SetOrgPrivacyPolicy sets OrgPrivacyPolicy field to given value.
func (o *DescribeUserResult) GetOrgSupportEmail() string
GetOrgSupportEmail returns the OrgSupportEmail field if non-nil, zero value otherwise.
func (o *DescribeUserResult) GetOrgSupportEmailOk() (*string, bool)
GetOrgSupportEmailOk returns a tuple with the OrgSupportEmail field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DescribeUserResult) SetOrgSupportEmail(v string)
SetOrgSupportEmail sets OrgSupportEmail field to given value.
func (o *DescribeUserResult) GetOrgTermsOfUse() string
GetOrgTermsOfUse returns the OrgTermsOfUse field if non-nil, zero value otherwise.
func (o *DescribeUserResult) GetOrgTermsOfUseOk() (*string, bool)
GetOrgTermsOfUseOk returns a tuple with the OrgTermsOfUse field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DescribeUserResult) SetOrgTermsOfUse(v string)
SetOrgTermsOfUse sets OrgTermsOfUse field to given value.
func (o *DescribeUserResult) GetOrgURL() string
GetOrgURL returns the OrgURL field if non-nil, zero value otherwise.
func (o *DescribeUserResult) GetOrgURLOk() (*string, bool)
GetOrgURLOk returns a tuple with the OrgURL field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DescribeUserResult) SetOrgURL(v string)
SetOrgURL sets OrgURL field to given value.
func (o *DescribeUserResult) GetPlanName() string
GetPlanName returns the PlanName field if non-nil, zero value otherwise.
func (o *DescribeUserResult) GetPlanNameOk() (*string, bool)
GetPlanNameOk returns a tuple with the PlanName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *DescribeUserResult) SetPlanName(v string)
SetPlanName sets PlanName field to given value.
func (o *DescribeUserResult) HasPlanName() bool
HasPlanName returns a boolean if a field has been set.
func (o *DescribeUserResult) GetRoleType() string
GetRoleType returns the RoleType field if non-nil, zero value otherwise.
func (o *DescribeUserResult) 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 *DescribeUserResult) SetRoleType(v string)
SetRoleType sets RoleType field to given value.