| Name | Type | Description | Notes |
|---|---|---|---|
| Id | Pointer to float32 | [optional] | |
| LogoPath | Pointer to NullableString | [optional] | |
| OriginCountry | Pointer to string | [optional] | |
| Name | Pointer to string | [optional] |
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
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
func (o *Network) GetId() float32
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *Network) SetId(v float32)
SetId sets Id field to given value.
func (o *Network) HasId() bool
HasId returns a boolean if a field has been set.
func (o *Network) GetLogoPath() string
GetLogoPath returns the LogoPath field if non-nil, zero value otherwise.
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.
func (o *Network) SetLogoPath(v string)
SetLogoPath sets LogoPath field to given value.
func (o *Network) HasLogoPath() bool
HasLogoPath returns a boolean if a field has been set.
func (o *Network) SetLogoPathNil(b bool)
SetLogoPathNil sets the value for LogoPath to be an explicit nil
func (o *Network) UnsetLogoPath()
UnsetLogoPath ensures that no value is present for LogoPath, not even an explicit nil
func (o *Network) GetOriginCountry() string
GetOriginCountry returns the OriginCountry field if non-nil, zero value otherwise.
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.
func (o *Network) SetOriginCountry(v string)
SetOriginCountry sets OriginCountry field to given value.
func (o *Network) HasOriginCountry() bool
HasOriginCountry returns a boolean if a field has been set.
func (o *Network) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *Network) SetName(v string)
SetName sets Name field to given value.
func (o *Network) HasName() bool
HasName returns a boolean if a field has been set.