Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.7 KB

AdministratorOrganizationLink.md

File metadata and controls

82 lines (45 loc) · 2.7 KB

AdministratorOrganizationLink

Properties

Name Type Description Notes
Administrator Pointer to string The identifier for an administrator [optional]
Organization Pointer to string The identifier for an organization [optional]

Methods

NewAdministratorOrganizationLink

func NewAdministratorOrganizationLink() *AdministratorOrganizationLink

NewAdministratorOrganizationLink instantiates a new AdministratorOrganizationLink 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

NewAdministratorOrganizationLinkWithDefaults

func NewAdministratorOrganizationLinkWithDefaults() *AdministratorOrganizationLink

NewAdministratorOrganizationLinkWithDefaults instantiates a new AdministratorOrganizationLink 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

GetAdministrator

func (o *AdministratorOrganizationLink) GetAdministrator() string

GetAdministrator returns the Administrator field if non-nil, zero value otherwise.

GetAdministratorOk

func (o *AdministratorOrganizationLink) GetAdministratorOk() (*string, bool)

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

SetAdministrator

func (o *AdministratorOrganizationLink) SetAdministrator(v string)

SetAdministrator sets Administrator field to given value.

HasAdministrator

func (o *AdministratorOrganizationLink) HasAdministrator() bool

HasAdministrator returns a boolean if a field has been set.

GetOrganization

func (o *AdministratorOrganizationLink) GetOrganization() string

GetOrganization returns the Organization field if non-nil, zero value otherwise.

GetOrganizationOk

func (o *AdministratorOrganizationLink) GetOrganizationOk() (*string, bool)

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

SetOrganization

func (o *AdministratorOrganizationLink) SetOrganization(v string)

SetOrganization sets Organization field to given value.

HasOrganization

func (o *AdministratorOrganizationLink) HasOrganization() bool

HasOrganization returns a boolean if a field has been set.

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