| Name | Type | Description | Notes |
|---|---|---|---|
| Id | string | ||
| Name | string | ||
| UniversalName | NullableString | ||
| Location | string | ||
| StudentCountDisplay | NullableString | ||
| Url | string | ||
| LogoUrl | string |
func NewLinkedinSchool(id string, name string, universalName NullableString, location string, studentCountDisplay NullableString, url string, logoUrl string, ) *LinkedinSchool
NewLinkedinSchool instantiates a new LinkedinSchool 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 NewLinkedinSchoolWithDefaults() *LinkedinSchool
NewLinkedinSchoolWithDefaults instantiates a new LinkedinSchool 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 *LinkedinSchool) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *LinkedinSchool) 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 *LinkedinSchool) SetId(v string)
SetId sets Id field to given value.
func (o *LinkedinSchool) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *LinkedinSchool) 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 *LinkedinSchool) SetName(v string)
SetName sets Name field to given value.
func (o *LinkedinSchool) GetUniversalName() string
GetUniversalName returns the UniversalName field if non-nil, zero value otherwise.
func (o *LinkedinSchool) GetUniversalNameOk() (*string, bool)
GetUniversalNameOk returns a tuple with the UniversalName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LinkedinSchool) SetUniversalName(v string)
SetUniversalName sets UniversalName field to given value.
func (o *LinkedinSchool) SetUniversalNameNil(b bool)
SetUniversalNameNil sets the value for UniversalName to be an explicit nil
func (o *LinkedinSchool) UnsetUniversalName()
UnsetUniversalName ensures that no value is present for UniversalName, not even an explicit nil
func (o *LinkedinSchool) GetLocation() string
GetLocation returns the Location field if non-nil, zero value otherwise.
func (o *LinkedinSchool) GetLocationOk() (*string, bool)
GetLocationOk returns a tuple with the Location field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LinkedinSchool) SetLocation(v string)
SetLocation sets Location field to given value.
func (o *LinkedinSchool) GetStudentCountDisplay() string
GetStudentCountDisplay returns the StudentCountDisplay field if non-nil, zero value otherwise.
func (o *LinkedinSchool) GetStudentCountDisplayOk() (*string, bool)
GetStudentCountDisplayOk returns a tuple with the StudentCountDisplay field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LinkedinSchool) SetStudentCountDisplay(v string)
SetStudentCountDisplay sets StudentCountDisplay field to given value.
func (o *LinkedinSchool) SetStudentCountDisplayNil(b bool)
SetStudentCountDisplayNil sets the value for StudentCountDisplay to be an explicit nil
func (o *LinkedinSchool) UnsetStudentCountDisplay()
UnsetStudentCountDisplay ensures that no value is present for StudentCountDisplay, not even an explicit nil
func (o *LinkedinSchool) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *LinkedinSchool) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LinkedinSchool) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *LinkedinSchool) GetLogoUrl() string
GetLogoUrl returns the LogoUrl field if non-nil, zero value otherwise.
func (o *LinkedinSchool) 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 *LinkedinSchool) SetLogoUrl(v string)
SetLogoUrl sets LogoUrl field to given value.