Skip to content

Latest commit

 

History

History
108 lines (59 loc) · 3.21 KB

OrganizationslistResultsInner.md

File metadata and controls

108 lines (59 loc) · 3.21 KB

OrganizationslistResultsInner

Properties

Name Type Description Notes
Id Pointer to string The ID of the organization. [optional]
DisplayName Pointer to string The name of the organization. [optional]
LogoUrl Pointer to string The organization logo image URL. [optional]

Methods

NewOrganizationslistResultsInner

func NewOrganizationslistResultsInner() *OrganizationslistResultsInner

NewOrganizationslistResultsInner instantiates a new OrganizationslistResultsInner 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

NewOrganizationslistResultsInnerWithDefaults

func NewOrganizationslistResultsInnerWithDefaults() *OrganizationslistResultsInner

NewOrganizationslistResultsInnerWithDefaults instantiates a new OrganizationslistResultsInner 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

GetId

func (o *OrganizationslistResultsInner) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *OrganizationslistResultsInner) 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.

SetId

func (o *OrganizationslistResultsInner) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *OrganizationslistResultsInner) HasId() bool

HasId returns a boolean if a field has been set.

GetDisplayName

func (o *OrganizationslistResultsInner) GetDisplayName() string

GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.

GetDisplayNameOk

func (o *OrganizationslistResultsInner) GetDisplayNameOk() (*string, bool)

GetDisplayNameOk returns a tuple with the DisplayName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetDisplayName

func (o *OrganizationslistResultsInner) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *OrganizationslistResultsInner) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

GetLogoUrl

func (o *OrganizationslistResultsInner) GetLogoUrl() string

GetLogoUrl returns the LogoUrl field if non-nil, zero value otherwise.

GetLogoUrlOk

func (o *OrganizationslistResultsInner) 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.

SetLogoUrl

func (o *OrganizationslistResultsInner) SetLogoUrl(v string)

SetLogoUrl sets LogoUrl field to given value.

HasLogoUrl

func (o *OrganizationslistResultsInner) HasLogoUrl() bool

HasLogoUrl returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]