Name | Type | Description | Notes |
---|---|---|---|
Name | string | ||
Slug | string | ||
Rir | RIRRequest | ||
Start | int64 | ||
End | int64 | ||
Tenant | Pointer to NullableTenantRequest | [optional] | |
Description | Pointer to string | [optional] | |
Tags | Pointer to []NestedTagRequest | [optional] | |
CustomFields | Pointer to map[string]interface{} | [optional] |
func NewASNRangeRequest(name string, slug string, rir RIRRequest, start int64, end int64, ) *ASNRangeRequest
NewASNRangeRequest instantiates a new ASNRangeRequest 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
func NewASNRangeRequestWithDefaults() *ASNRangeRequest
NewASNRangeRequestWithDefaults instantiates a new ASNRangeRequest 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
func (o *ASNRangeRequest) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ASNRangeRequest) GetNameOk() (*string, bool)
GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ASNRangeRequest) SetName(v string)
SetName sets Name field to given value.
func (o *ASNRangeRequest) GetSlug() string
GetSlug returns the Slug field if non-nil, zero value otherwise.
func (o *ASNRangeRequest) GetSlugOk() (*string, bool)
GetSlugOk returns a tuple with the Slug field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ASNRangeRequest) SetSlug(v string)
SetSlug sets Slug field to given value.
func (o *ASNRangeRequest) GetRir() RIRRequest
GetRir returns the Rir field if non-nil, zero value otherwise.
func (o *ASNRangeRequest) GetRirOk() (*RIRRequest, bool)
GetRirOk returns a tuple with the Rir field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ASNRangeRequest) SetRir(v RIRRequest)
SetRir sets Rir field to given value.
func (o *ASNRangeRequest) GetStart() int64
GetStart returns the Start field if non-nil, zero value otherwise.
func (o *ASNRangeRequest) GetStartOk() (*int64, bool)
GetStartOk returns a tuple with the Start field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ASNRangeRequest) SetStart(v int64)
SetStart sets Start field to given value.
func (o *ASNRangeRequest) GetEnd() int64
GetEnd returns the End field if non-nil, zero value otherwise.
func (o *ASNRangeRequest) GetEndOk() (*int64, bool)
GetEndOk returns a tuple with the End field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ASNRangeRequest) SetEnd(v int64)
SetEnd sets End field to given value.
func (o *ASNRangeRequest) GetTenant() TenantRequest
GetTenant returns the Tenant field if non-nil, zero value otherwise.
func (o *ASNRangeRequest) GetTenantOk() (*TenantRequest, bool)
GetTenantOk returns a tuple with the Tenant field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ASNRangeRequest) SetTenant(v TenantRequest)
SetTenant sets Tenant field to given value.
func (o *ASNRangeRequest) HasTenant() bool
HasTenant returns a boolean if a field has been set.
func (o *ASNRangeRequest) SetTenantNil(b bool)
SetTenantNil sets the value for Tenant to be an explicit nil
func (o *ASNRangeRequest) UnsetTenant()
UnsetTenant ensures that no value is present for Tenant, not even an explicit nil
func (o *ASNRangeRequest) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ASNRangeRequest) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ASNRangeRequest) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ASNRangeRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *ASNRangeRequest) GetTags() []NestedTagRequest
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *ASNRangeRequest) GetTagsOk() (*[]NestedTagRequest, bool)
GetTagsOk returns a tuple with the Tags field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ASNRangeRequest) SetTags(v []NestedTagRequest)
SetTags sets Tags field to given value.
func (o *ASNRangeRequest) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *ASNRangeRequest) GetCustomFields() map[string]interface{}
GetCustomFields returns the CustomFields field if non-nil, zero value otherwise.
func (o *ASNRangeRequest) GetCustomFieldsOk() (*map[string]interface{}, bool)
GetCustomFieldsOk returns a tuple with the CustomFields field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ASNRangeRequest) SetCustomFields(v map[string]interface{})
SetCustomFields sets CustomFields field to given value.
func (o *ASNRangeRequest) HasCustomFields() bool
HasCustomFields returns a boolean if a field has been set.