Name | Type | Description | Notes |
---|---|---|---|
Prefix | string | ||
Rir | RIRRequest | ||
Tenant | Pointer to NullableTenantRequest | [optional] | |
DateAdded | Pointer to NullableString | [optional] | |
Description | Pointer to string | [optional] | |
Comments | Pointer to string | [optional] | |
Tags | Pointer to []NestedTagRequest | [optional] | |
CustomFields | Pointer to map[string]interface{} | [optional] |
func NewAggregateRequest(prefix string, rir RIRRequest, ) *AggregateRequest
NewAggregateRequest instantiates a new AggregateRequest 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 NewAggregateRequestWithDefaults() *AggregateRequest
NewAggregateRequestWithDefaults instantiates a new AggregateRequest 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 *AggregateRequest) GetPrefix() string
GetPrefix returns the Prefix field if non-nil, zero value otherwise.
func (o *AggregateRequest) GetPrefixOk() (*string, bool)
GetPrefixOk returns a tuple with the Prefix field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AggregateRequest) SetPrefix(v string)
SetPrefix sets Prefix field to given value.
func (o *AggregateRequest) GetRir() RIRRequest
GetRir returns the Rir field if non-nil, zero value otherwise.
func (o *AggregateRequest) 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 *AggregateRequest) SetRir(v RIRRequest)
SetRir sets Rir field to given value.
func (o *AggregateRequest) GetTenant() TenantRequest
GetTenant returns the Tenant field if non-nil, zero value otherwise.
func (o *AggregateRequest) 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 *AggregateRequest) SetTenant(v TenantRequest)
SetTenant sets Tenant field to given value.
func (o *AggregateRequest) HasTenant() bool
HasTenant returns a boolean if a field has been set.
func (o *AggregateRequest) SetTenantNil(b bool)
SetTenantNil sets the value for Tenant to be an explicit nil
func (o *AggregateRequest) UnsetTenant()
UnsetTenant ensures that no value is present for Tenant, not even an explicit nil
func (o *AggregateRequest) GetDateAdded() string
GetDateAdded returns the DateAdded field if non-nil, zero value otherwise.
func (o *AggregateRequest) GetDateAddedOk() (*string, bool)
GetDateAddedOk returns a tuple with the DateAdded field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AggregateRequest) SetDateAdded(v string)
SetDateAdded sets DateAdded field to given value.
func (o *AggregateRequest) HasDateAdded() bool
HasDateAdded returns a boolean if a field has been set.
func (o *AggregateRequest) SetDateAddedNil(b bool)
SetDateAddedNil sets the value for DateAdded to be an explicit nil
func (o *AggregateRequest) UnsetDateAdded()
UnsetDateAdded ensures that no value is present for DateAdded, not even an explicit nil
func (o *AggregateRequest) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *AggregateRequest) 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 *AggregateRequest) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *AggregateRequest) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *AggregateRequest) GetComments() string
GetComments returns the Comments field if non-nil, zero value otherwise.
func (o *AggregateRequest) GetCommentsOk() (*string, bool)
GetCommentsOk returns a tuple with the Comments field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AggregateRequest) SetComments(v string)
SetComments sets Comments field to given value.
func (o *AggregateRequest) HasComments() bool
HasComments returns a boolean if a field has been set.
func (o *AggregateRequest) GetTags() []NestedTagRequest
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *AggregateRequest) 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 *AggregateRequest) SetTags(v []NestedTagRequest)
SetTags sets Tags field to given value.
func (o *AggregateRequest) HasTags() bool
HasTags returns a boolean if a field has been set.
func (o *AggregateRequest) GetCustomFields() map[string]interface{}
GetCustomFields returns the CustomFields field if non-nil, zero value otherwise.
func (o *AggregateRequest) 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 *AggregateRequest) SetCustomFields(v map[string]interface{})
SetCustomFields sets CustomFields field to given value.
func (o *AggregateRequest) HasCustomFields() bool
HasCustomFields returns a boolean if a field has been set.