Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.94 KB

ValidateSubnetResponse.md

File metadata and controls

56 lines (31 loc) · 1.94 KB

ValidateSubnetResponse

Properties

Name Type Description Notes
AdditionalInfo Pointer to []ConnectionSideAdditionalInfo Additional information [optional]

Methods

NewValidateSubnetResponse

func NewValidateSubnetResponse() *ValidateSubnetResponse

NewValidateSubnetResponse instantiates a new ValidateSubnetResponse 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

NewValidateSubnetResponseWithDefaults

func NewValidateSubnetResponseWithDefaults() *ValidateSubnetResponse

NewValidateSubnetResponseWithDefaults instantiates a new ValidateSubnetResponse 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

GetAdditionalInfo

func (o *ValidateSubnetResponse) GetAdditionalInfo() []ConnectionSideAdditionalInfo

GetAdditionalInfo returns the AdditionalInfo field if non-nil, zero value otherwise.

GetAdditionalInfoOk

func (o *ValidateSubnetResponse) GetAdditionalInfoOk() (*[]ConnectionSideAdditionalInfo, bool)

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

SetAdditionalInfo

func (o *ValidateSubnetResponse) SetAdditionalInfo(v []ConnectionSideAdditionalInfo)

SetAdditionalInfo sets AdditionalInfo field to given value.

HasAdditionalInfo

func (o *ValidateSubnetResponse) HasAdditionalInfo() bool

HasAdditionalInfo returns a boolean if a field has been set.

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