Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.89 KB

CapacityCheckPerFacilityList.md

File metadata and controls

56 lines (31 loc) · 1.89 KB

CapacityCheckPerFacilityList

Properties

Name Type Description Notes
Servers Pointer to []CapacityCheckPerFacilityInfo [optional]

Methods

NewCapacityCheckPerFacilityList

func NewCapacityCheckPerFacilityList() *CapacityCheckPerFacilityList

NewCapacityCheckPerFacilityList instantiates a new CapacityCheckPerFacilityList 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

NewCapacityCheckPerFacilityListWithDefaults

func NewCapacityCheckPerFacilityListWithDefaults() *CapacityCheckPerFacilityList

NewCapacityCheckPerFacilityListWithDefaults instantiates a new CapacityCheckPerFacilityList 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

GetServers

func (o *CapacityCheckPerFacilityList) GetServers() []CapacityCheckPerFacilityInfo

GetServers returns the Servers field if non-nil, zero value otherwise.

GetServersOk

func (o *CapacityCheckPerFacilityList) GetServersOk() (*[]CapacityCheckPerFacilityInfo, bool)

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

SetServers

func (o *CapacityCheckPerFacilityList) SetServers(v []CapacityCheckPerFacilityInfo)

SetServers sets Servers field to given value.

HasServers

func (o *CapacityCheckPerFacilityList) HasServers() bool

HasServers returns a boolean if a field has been set.

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