Skip to content

Latest commit

 

History

History
114 lines (61 loc) · 2.97 KB

NestedProviderNetwork.md

File metadata and controls

114 lines (61 loc) · 2.97 KB

NestedProviderNetwork

Properties

Name Type Description Notes
Id int32 [readonly]
Url string [readonly]
Display string [readonly]
Name string

Methods

NewNestedProviderNetwork

func NewNestedProviderNetwork(id int32, url string, display string, name string, ) *NestedProviderNetwork

NewNestedProviderNetwork instantiates a new NestedProviderNetwork 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

NewNestedProviderNetworkWithDefaults

func NewNestedProviderNetworkWithDefaults() *NestedProviderNetwork

NewNestedProviderNetworkWithDefaults instantiates a new NestedProviderNetwork 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 *NestedProviderNetwork) GetId() int32

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

GetIdOk

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

SetId sets Id field to given value.

GetUrl

func (o *NestedProviderNetwork) GetUrl() string

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

GetUrlOk

func (o *NestedProviderNetwork) 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 *NestedProviderNetwork) SetUrl(v string)

SetUrl sets Url field to given value.

GetDisplay

func (o *NestedProviderNetwork) GetDisplay() string

GetDisplay returns the Display field if non-nil, zero value otherwise.

GetDisplayOk

func (o *NestedProviderNetwork) GetDisplayOk() (*string, bool)

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

SetDisplay

func (o *NestedProviderNetwork) SetDisplay(v string)

SetDisplay sets Display field to given value.

GetName

func (o *NestedProviderNetwork) GetName() string

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

GetNameOk

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

SetName sets Name field to given value.

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