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] |
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
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
func (o *ListInstitutions200ResponseResultsInnerRepositoriesInner) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *ListInstitutions200ResponseResultsInnerRepositoriesInner) SetId(v string)
SetId sets Id field to given value.
func (o *ListInstitutions200ResponseResultsInnerRepositoriesInner) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ListInstitutions200ResponseResultsInnerRepositoriesInner) GetDisplayName() string
GetDisplayName returns the DisplayName field if non-nil, zero value otherwise.
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.
func (o *ListInstitutions200ResponseResultsInnerRepositoriesInner) SetDisplayName(v string)
SetDisplayName sets DisplayName field to given value.
func (o *ListInstitutions200ResponseResultsInnerRepositoriesInner) HasDisplayName() bool
HasDisplayName returns a boolean if a field has been set.
func (o *ListInstitutions200ResponseResultsInnerRepositoriesInner) GetHostOrganization() string
GetHostOrganization returns the HostOrganization field if non-nil, zero value otherwise.
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.
func (o *ListInstitutions200ResponseResultsInnerRepositoriesInner) SetHostOrganization(v string)
SetHostOrganization sets HostOrganization field to given value.
func (o *ListInstitutions200ResponseResultsInnerRepositoriesInner) HasHostOrganization() bool
HasHostOrganization returns a boolean if a field has been set.
func (o *ListInstitutions200ResponseResultsInnerRepositoriesInner) GetHostOrganizationName() string
GetHostOrganizationName returns the HostOrganizationName field if non-nil, zero value otherwise.
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.
func (o *ListInstitutions200ResponseResultsInnerRepositoriesInner) SetHostOrganizationName(v string)
SetHostOrganizationName sets HostOrganizationName field to given value.
func (o *ListInstitutions200ResponseResultsInnerRepositoriesInner) HasHostOrganizationName() bool
HasHostOrganizationName returns a boolean if a field has been set.
func (o *ListInstitutions200ResponseResultsInnerRepositoriesInner) GetHostOrganizationLineage() []string
GetHostOrganizationLineage returns the HostOrganizationLineage field if non-nil, zero value otherwise.
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.
func (o *ListInstitutions200ResponseResultsInnerRepositoriesInner) SetHostOrganizationLineage(v []string)
SetHostOrganizationLineage sets HostOrganizationLineage field to given value.
func (o *ListInstitutions200ResponseResultsInnerRepositoriesInner) HasHostOrganizationLineage() bool
HasHostOrganizationLineage returns a boolean if a field has been set.