Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.65 KB

DeleteAllowListEntryRequest.md

File metadata and controls

51 lines (28 loc) · 1.65 KB

DeleteAllowListEntryRequest

Properties

Name Type Description Notes
CidrBlock string

Methods

NewDeleteAllowListEntryRequest

func NewDeleteAllowListEntryRequest(cidrBlock string, ) *DeleteAllowListEntryRequest

NewDeleteAllowListEntryRequest instantiates a new DeleteAllowListEntryRequest 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

NewDeleteAllowListEntryRequestWithDefaults

func NewDeleteAllowListEntryRequestWithDefaults() *DeleteAllowListEntryRequest

NewDeleteAllowListEntryRequestWithDefaults instantiates a new DeleteAllowListEntryRequest 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

GetCidrBlock

func (o *DeleteAllowListEntryRequest) GetCidrBlock() string

GetCidrBlock returns the CidrBlock field if non-nil, zero value otherwise.

GetCidrBlockOk

func (o *DeleteAllowListEntryRequest) GetCidrBlockOk() (*string, bool)

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

SetCidrBlock

func (o *DeleteAllowListEntryRequest) SetCidrBlock(v string)

SetCidrBlock sets CidrBlock field to given value.

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