Skip to content

Latest commit

 

History

History
197 lines (106 loc) · 5.26 KB

File metadata and controls

197 lines (106 loc) · 5.26 KB

LinkedinSchool

Properties

Name Type Description Notes
Id string
Name string
UniversalName NullableString
Location string
StudentCountDisplay NullableString
Url string
LogoUrl string

Methods

NewLinkedinSchool

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

NewLinkedinSchoolWithDefaults

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

GetId

func (o *LinkedinSchool) GetId() string

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

GetIdOk

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.

SetId

func (o *LinkedinSchool) SetId(v string)

SetId sets Id field to given value.

GetName

func (o *LinkedinSchool) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *LinkedinSchool) SetName(v string)

SetName sets Name field to given value.

GetUniversalName

func (o *LinkedinSchool) GetUniversalName() string

GetUniversalName returns the UniversalName field if non-nil, zero value otherwise.

GetUniversalNameOk

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.

SetUniversalName

func (o *LinkedinSchool) SetUniversalName(v string)

SetUniversalName sets UniversalName field to given value.

SetUniversalNameNil

func (o *LinkedinSchool) SetUniversalNameNil(b bool)

SetUniversalNameNil sets the value for UniversalName to be an explicit nil

UnsetUniversalName

func (o *LinkedinSchool) UnsetUniversalName()

UnsetUniversalName ensures that no value is present for UniversalName, not even an explicit nil

GetLocation

func (o *LinkedinSchool) GetLocation() string

GetLocation returns the Location field if non-nil, zero value otherwise.

GetLocationOk

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.

SetLocation

func (o *LinkedinSchool) SetLocation(v string)

SetLocation sets Location field to given value.

GetStudentCountDisplay

func (o *LinkedinSchool) GetStudentCountDisplay() string

GetStudentCountDisplay returns the StudentCountDisplay field if non-nil, zero value otherwise.

GetStudentCountDisplayOk

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.

SetStudentCountDisplay

func (o *LinkedinSchool) SetStudentCountDisplay(v string)

SetStudentCountDisplay sets StudentCountDisplay field to given value.

SetStudentCountDisplayNil

func (o *LinkedinSchool) SetStudentCountDisplayNil(b bool)

SetStudentCountDisplayNil sets the value for StudentCountDisplay to be an explicit nil

UnsetStudentCountDisplay

func (o *LinkedinSchool) UnsetStudentCountDisplay()

UnsetStudentCountDisplay ensures that no value is present for StudentCountDisplay, not even an explicit nil

GetUrl

func (o *LinkedinSchool) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

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.

SetUrl

func (o *LinkedinSchool) SetUrl(v string)

SetUrl sets Url field to given value.

GetLogoUrl

func (o *LinkedinSchool) GetLogoUrl() string

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

GetLogoUrlOk

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.

SetLogoUrl

func (o *LinkedinSchool) SetLogoUrl(v string)

SetLogoUrl sets LogoUrl field to given value.

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