Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 2.67 KB

SubnetDeleteObjectV1Response.md

File metadata and controls

77 lines (42 loc) · 2.67 KB

SubnetDeleteObjectV1Response

Properties

Name Type Description Notes
ObjDebugPayload CommonResponseObjDebugPayload
ObjDebug Pointer to CommonResponseObjDebug [optional]

Methods

NewSubnetDeleteObjectV1Response

func NewSubnetDeleteObjectV1Response(objDebugPayload CommonResponseObjDebugPayload, ) *SubnetDeleteObjectV1Response

NewSubnetDeleteObjectV1Response instantiates a new SubnetDeleteObjectV1Response 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

NewSubnetDeleteObjectV1ResponseWithDefaults

func NewSubnetDeleteObjectV1ResponseWithDefaults() *SubnetDeleteObjectV1Response

NewSubnetDeleteObjectV1ResponseWithDefaults instantiates a new SubnetDeleteObjectV1Response 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

GetObjDebugPayload

func (o *SubnetDeleteObjectV1Response) GetObjDebugPayload() CommonResponseObjDebugPayload

GetObjDebugPayload returns the ObjDebugPayload field if non-nil, zero value otherwise.

GetObjDebugPayloadOk

func (o *SubnetDeleteObjectV1Response) GetObjDebugPayloadOk() (*CommonResponseObjDebugPayload, bool)

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

SetObjDebugPayload

func (o *SubnetDeleteObjectV1Response) SetObjDebugPayload(v CommonResponseObjDebugPayload)

SetObjDebugPayload sets ObjDebugPayload field to given value.

GetObjDebug

func (o *SubnetDeleteObjectV1Response) GetObjDebug() CommonResponseObjDebug

GetObjDebug returns the ObjDebug field if non-nil, zero value otherwise.

GetObjDebugOk

func (o *SubnetDeleteObjectV1Response) GetObjDebugOk() (*CommonResponseObjDebug, bool)

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

SetObjDebug

func (o *SubnetDeleteObjectV1Response) SetObjDebug(v CommonResponseObjDebug)

SetObjDebug sets ObjDebug field to given value.

HasObjDebug

func (o *SubnetDeleteObjectV1Response) HasObjDebug() bool

HasObjDebug returns a boolean if a field has been set.

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