Name | Type | Description | Notes |
---|---|---|---|
Name | string | name is case insensitive | |
Description | Pointer to string | [optional] | |
WebsiteUrl | Pointer to NullableString | [optional] | |
Repository | Pointer to NullableString | [optional] | |
LogoUrl | Pointer to NullableString | [optional] | |
IconUrl | Pointer to NullableString | [optional] | |
AdminEmails | Pointer to []string | [optional] |
func NewOrganizationEditRequest(name string, ) *OrganizationEditRequest
NewOrganizationEditRequest instantiates a new OrganizationEditRequest 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 NewOrganizationEditRequestWithDefaults() *OrganizationEditRequest
NewOrganizationEditRequestWithDefaults instantiates a new OrganizationEditRequest 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 *OrganizationEditRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *OrganizationEditRequest) 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 *OrganizationEditRequest) SetName(v string)
SetName sets Name field to given value.
func (o *OrganizationEditRequest) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *OrganizationEditRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationEditRequest) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *OrganizationEditRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *OrganizationEditRequest) GetWebsiteUrl() string
GetWebsiteUrl returns the WebsiteUrl field if non-nil, zero value otherwise.
func (o *OrganizationEditRequest) GetWebsiteUrlOk() (*string, bool)
GetWebsiteUrlOk returns a tuple with the WebsiteUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationEditRequest) SetWebsiteUrl(v string)
SetWebsiteUrl sets WebsiteUrl field to given value.
func (o *OrganizationEditRequest) HasWebsiteUrl() bool
HasWebsiteUrl returns a boolean if a field has been set.
func (o *OrganizationEditRequest) SetWebsiteUrlNil(b bool)
SetWebsiteUrlNil sets the value for WebsiteUrl to be an explicit nil
func (o *OrganizationEditRequest) UnsetWebsiteUrl()
UnsetWebsiteUrl ensures that no value is present for WebsiteUrl, not even an explicit nil
func (o *OrganizationEditRequest) GetRepository() string
GetRepository returns the Repository field if non-nil, zero value otherwise.
func (o *OrganizationEditRequest) GetRepositoryOk() (*string, bool)
GetRepositoryOk returns a tuple with the Repository field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationEditRequest) SetRepository(v string)
SetRepository sets Repository field to given value.
func (o *OrganizationEditRequest) HasRepository() bool
HasRepository returns a boolean if a field has been set.
func (o *OrganizationEditRequest) SetRepositoryNil(b bool)
SetRepositoryNil sets the value for Repository to be an explicit nil
func (o *OrganizationEditRequest) UnsetRepository()
UnsetRepository ensures that no value is present for Repository, not even an explicit nil
func (o *OrganizationEditRequest) GetLogoUrl() string
GetLogoUrl returns the LogoUrl field if non-nil, zero value otherwise.
func (o *OrganizationEditRequest) GetLogoUrlOk() (*string, bool)
GetLogoUrlOk returns a tuple with the LogoUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationEditRequest) SetLogoUrl(v string)
SetLogoUrl sets LogoUrl field to given value.
func (o *OrganizationEditRequest) HasLogoUrl() bool
HasLogoUrl returns a boolean if a field has been set.
func (o *OrganizationEditRequest) SetLogoUrlNil(b bool)
SetLogoUrlNil sets the value for LogoUrl to be an explicit nil
func (o *OrganizationEditRequest) UnsetLogoUrl()
UnsetLogoUrl ensures that no value is present for LogoUrl, not even an explicit nil
func (o *OrganizationEditRequest) GetIconUrl() string
GetIconUrl returns the IconUrl field if non-nil, zero value otherwise.
func (o *OrganizationEditRequest) GetIconUrlOk() (*string, bool)
GetIconUrlOk returns a tuple with the IconUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationEditRequest) SetIconUrl(v string)
SetIconUrl sets IconUrl field to given value.
func (o *OrganizationEditRequest) HasIconUrl() bool
HasIconUrl returns a boolean if a field has been set.
func (o *OrganizationEditRequest) SetIconUrlNil(b bool)
SetIconUrlNil sets the value for IconUrl to be an explicit nil
func (o *OrganizationEditRequest) UnsetIconUrl()
UnsetIconUrl ensures that no value is present for IconUrl, not even an explicit nil
func (o *OrganizationEditRequest) GetAdminEmails() []string
GetAdminEmails returns the AdminEmails field if non-nil, zero value otherwise.
func (o *OrganizationEditRequest) GetAdminEmailsOk() (*[]string, bool)
GetAdminEmailsOk returns a tuple with the AdminEmails field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *OrganizationEditRequest) SetAdminEmails(v []string)
SetAdminEmails sets AdminEmails field to given value.
func (o *OrganizationEditRequest) HasAdminEmails() bool
HasAdminEmails returns a boolean if a field has been set.
func (o *OrganizationEditRequest) SetAdminEmailsNil(b bool)
SetAdminEmailsNil sets the value for AdminEmails to be an explicit nil
func (o *OrganizationEditRequest) UnsetAdminEmails()
UnsetAdminEmails ensures that no value is present for AdminEmails, not even an explicit nil