BatchApplyOswNetworkOpenApi
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ApplyList | []OswNetworkBaseOpenApi | Batch config networks status. |
Methods
NewBatchApplyOswNetworkOpenApi
func NewBatchApplyOswNetworkOpenApi(applyList []OswNetworkBaseOpenApi, ) *BatchApplyOswNetworkOpenApi
NewBatchApplyOswNetworkOpenApi instantiates a new BatchApplyOswNetworkOpenApi 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
NewBatchApplyOswNetworkOpenApiWithDefaults
func NewBatchApplyOswNetworkOpenApiWithDefaults() *BatchApplyOswNetworkOpenApi
NewBatchApplyOswNetworkOpenApiWithDefaults instantiates a new BatchApplyOswNetworkOpenApi 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
GetApplyList
func (o *BatchApplyOswNetworkOpenApi) GetApplyList() []OswNetworkBaseOpenApi
GetApplyList returns the ApplyList field if non-nil, zero value otherwise.
GetApplyListOk
func (o *BatchApplyOswNetworkOpenApi) GetApplyListOk() (*[]OswNetworkBaseOpenApi, bool)
GetApplyListOk returns a tuple with the ApplyList field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetApplyList
func (o *BatchApplyOswNetworkOpenApi) SetApplyList(v []OswNetworkBaseOpenApi)
SetApplyList sets ApplyList field to given value.