Skip to content

Latest commit

 

History

History
144 lines (79 loc) · 3.5 KB

File metadata and controls

144 lines (79 loc) · 3.5 KB

Network

Properties

Name Type Description Notes
Id Pointer to float32 [optional]
LogoPath Pointer to NullableString [optional]
OriginCountry Pointer to string [optional]
Name Pointer to string [optional]

Methods

NewNetwork

func NewNetwork() *Network

NewNetwork instantiates a new Network 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

NewNetworkWithDefaults

func NewNetworkWithDefaults() *Network

NewNetworkWithDefaults instantiates a new Network 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 *Network) GetId() float32

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

GetIdOk

func (o *Network) GetIdOk() (*float32, 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 *Network) SetId(v float32)

SetId sets Id field to given value.

HasId

func (o *Network) HasId() bool

HasId returns a boolean if a field has been set.

GetLogoPath

func (o *Network) GetLogoPath() string

GetLogoPath returns the LogoPath field if non-nil, zero value otherwise.

GetLogoPathOk

func (o *Network) GetLogoPathOk() (*string, bool)

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

SetLogoPath

func (o *Network) SetLogoPath(v string)

SetLogoPath sets LogoPath field to given value.

HasLogoPath

func (o *Network) HasLogoPath() bool

HasLogoPath returns a boolean if a field has been set.

SetLogoPathNil

func (o *Network) SetLogoPathNil(b bool)

SetLogoPathNil sets the value for LogoPath to be an explicit nil

UnsetLogoPath

func (o *Network) UnsetLogoPath()

UnsetLogoPath ensures that no value is present for LogoPath, not even an explicit nil

GetOriginCountry

func (o *Network) GetOriginCountry() string

GetOriginCountry returns the OriginCountry field if non-nil, zero value otherwise.

GetOriginCountryOk

func (o *Network) GetOriginCountryOk() (*string, bool)

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

SetOriginCountry

func (o *Network) SetOriginCountry(v string)

SetOriginCountry sets OriginCountry field to given value.

HasOriginCountry

func (o *Network) HasOriginCountry() bool

HasOriginCountry returns a boolean if a field has been set.

GetName

func (o *Network) GetName() string

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

GetNameOk

func (o *Network) 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 *Network) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *Network) HasName() bool

HasName returns a boolean if a field has been set.

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