Name | Type | Description | Notes |
---|---|---|---|
OrganizationId | Pointer to string | Identifier of the Organization. | [optional] |
Name | Pointer to NullableString | Name of the Organization. | [optional] |
func NewOrganizationModel() *OrganizationModel
NewOrganizationModel instantiates a new OrganizationModel 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 NewOrganizationModelWithDefaults() *OrganizationModel
NewOrganizationModelWithDefaults instantiates a new OrganizationModel 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 *OrganizationModel) GetOrganizationId() string
GetOrganizationId returns the OrganizationId field if non-nil, zero value otherwise.
func (o *OrganizationModel) GetOrganizationIdOk() (*string, bool)
GetOrganizationIdOk returns a tuple with the OrganizationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationModel) SetOrganizationId(v string)
SetOrganizationId sets OrganizationId field to given value.
func (o *OrganizationModel) HasOrganizationId() bool
HasOrganizationId returns a boolean if a field has been set.
func (o *OrganizationModel) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *OrganizationModel) 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 *OrganizationModel) SetName(v string)
SetName sets Name field to given value.
func (o *OrganizationModel) HasName() bool
HasName returns a boolean if a field has been set.
func (o *OrganizationModel) SetNameNil(b bool)
SetNameNil sets the value for Name to be an explicit nil
func (o *OrganizationModel) UnsetName()
UnsetName ensures that no value is present for Name, not even an explicit nil