Skip to content

Latest commit

 

History

History
160 lines (87 loc) · 5.9 KB

ListInstitutions200ResponseResultsInnerRepositoriesInner.md

File metadata and controls

160 lines (87 loc) · 5.9 KB

ListInstitutions200ResponseResultsInnerRepositoriesInner

Properties

Name Type Description Notes
Id Pointer to string [optional]
DisplayName Pointer to string [optional]
HostOrganization Pointer to string [optional]
HostOrganizationName Pointer to string [optional]
HostOrganizationLineage Pointer to []string [optional]

Methods

NewListInstitutions200ResponseResultsInnerRepositoriesInner

func NewListInstitutions200ResponseResultsInnerRepositoriesInner() *ListInstitutions200ResponseResultsInnerRepositoriesInner

NewListInstitutions200ResponseResultsInnerRepositoriesInner instantiates a new ListInstitutions200ResponseResultsInnerRepositoriesInner 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

NewListInstitutions200ResponseResultsInnerRepositoriesInnerWithDefaults

func NewListInstitutions200ResponseResultsInnerRepositoriesInnerWithDefaults() *ListInstitutions200ResponseResultsInnerRepositoriesInner

NewListInstitutions200ResponseResultsInnerRepositoriesInnerWithDefaults instantiates a new ListInstitutions200ResponseResultsInnerRepositoriesInner 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 *ListInstitutions200ResponseResultsInnerRepositoriesInner) GetId() string

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

GetIdOk

func (o *ListInstitutions200ResponseResultsInnerRepositoriesInner) 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 *ListInstitutions200ResponseResultsInnerRepositoriesInner) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *ListInstitutions200ResponseResultsInnerRepositoriesInner) HasId() bool

HasId returns a boolean if a field has been set.

GetDisplayName

func (o *ListInstitutions200ResponseResultsInnerRepositoriesInner) GetDisplayName() string

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

GetDisplayNameOk

func (o *ListInstitutions200ResponseResultsInnerRepositoriesInner) 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 *ListInstitutions200ResponseResultsInnerRepositoriesInner) SetDisplayName(v string)

SetDisplayName sets DisplayName field to given value.

HasDisplayName

func (o *ListInstitutions200ResponseResultsInnerRepositoriesInner) HasDisplayName() bool

HasDisplayName returns a boolean if a field has been set.

GetHostOrganization

func (o *ListInstitutions200ResponseResultsInnerRepositoriesInner) GetHostOrganization() string

GetHostOrganization returns the HostOrganization field if non-nil, zero value otherwise.

GetHostOrganizationOk

func (o *ListInstitutions200ResponseResultsInnerRepositoriesInner) GetHostOrganizationOk() (*string, bool)

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

SetHostOrganization

func (o *ListInstitutions200ResponseResultsInnerRepositoriesInner) SetHostOrganization(v string)

SetHostOrganization sets HostOrganization field to given value.

HasHostOrganization

func (o *ListInstitutions200ResponseResultsInnerRepositoriesInner) HasHostOrganization() bool

HasHostOrganization returns a boolean if a field has been set.

GetHostOrganizationName

func (o *ListInstitutions200ResponseResultsInnerRepositoriesInner) GetHostOrganizationName() string

GetHostOrganizationName returns the HostOrganizationName field if non-nil, zero value otherwise.

GetHostOrganizationNameOk

func (o *ListInstitutions200ResponseResultsInnerRepositoriesInner) GetHostOrganizationNameOk() (*string, bool)

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

SetHostOrganizationName

func (o *ListInstitutions200ResponseResultsInnerRepositoriesInner) SetHostOrganizationName(v string)

SetHostOrganizationName sets HostOrganizationName field to given value.

HasHostOrganizationName

func (o *ListInstitutions200ResponseResultsInnerRepositoriesInner) HasHostOrganizationName() bool

HasHostOrganizationName returns a boolean if a field has been set.

GetHostOrganizationLineage

func (o *ListInstitutions200ResponseResultsInnerRepositoriesInner) GetHostOrganizationLineage() []string

GetHostOrganizationLineage returns the HostOrganizationLineage field if non-nil, zero value otherwise.

GetHostOrganizationLineageOk

func (o *ListInstitutions200ResponseResultsInnerRepositoriesInner) GetHostOrganizationLineageOk() (*[]string, bool)

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

SetHostOrganizationLineage

func (o *ListInstitutions200ResponseResultsInnerRepositoriesInner) SetHostOrganizationLineage(v []string)

SetHostOrganizationLineage sets HostOrganizationLineage field to given value.

HasHostOrganizationLineage

func (o *ListInstitutions200ResponseResultsInnerRepositoriesInner) HasHostOrganizationLineage() bool

HasHostOrganizationLineage returns a boolean if a field has been set.

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