Name | Type | Description | Notes |
---|---|---|---|
Value | string | ||
Type | Pointer to string | [optional] [default to "asn"] | |
Created | Pointer to time.Time | [optional] | |
Context | Pointer to []map[string]interface{} | [optional] [default to []] | |
LastAnalysis | Pointer to map[string]time.Time | [optional] [default to {}] | |
Country | Pointer to NullableString | [optional] | |
Description | Pointer to NullableString | [optional] | |
Id | string | [readonly] | |
Tags | map[string]TagRelationshipOutput | [readonly] | |
RootType | string | [readonly] |
func NewASNOutput(value string, id string, tags map[string]TagRelationshipOutput, rootType string, ) *ASNOutput
NewASNOutput instantiates a new ASNOutput 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 NewASNOutputWithDefaults() *ASNOutput
NewASNOutputWithDefaults instantiates a new ASNOutput 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 *ASNOutput) GetValue() string
GetValue returns the Value field if non-nil, zero value otherwise.
func (o *ASNOutput) GetValueOk() (*string, bool)
GetValueOk returns a tuple with the Value field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ASNOutput) SetValue(v string)
SetValue sets Value field to given value.
func (o *ASNOutput) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ASNOutput) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ASNOutput) SetType(v string)
SetType sets Type field to given value.
func (o *ASNOutput) HasType() bool
HasType returns a boolean if a field has been set.
func (o *ASNOutput) GetCreated() time.Time
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *ASNOutput) GetCreatedOk() (*time.Time, bool)
GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ASNOutput) SetCreated(v time.Time)
SetCreated sets Created field to given value.
func (o *ASNOutput) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (o *ASNOutput) GetContext() []map[string]interface{}
GetContext returns the Context field if non-nil, zero value otherwise.
func (o *ASNOutput) GetContextOk() (*[]map[string]interface{}, bool)
GetContextOk returns a tuple with the Context field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ASNOutput) SetContext(v []map[string]interface{})
SetContext sets Context field to given value.
func (o *ASNOutput) HasContext() bool
HasContext returns a boolean if a field has been set.
func (o *ASNOutput) GetLastAnalysis() map[string]time.Time
GetLastAnalysis returns the LastAnalysis field if non-nil, zero value otherwise.
func (o *ASNOutput) GetLastAnalysisOk() (*map[string]time.Time, bool)
GetLastAnalysisOk returns a tuple with the LastAnalysis field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ASNOutput) SetLastAnalysis(v map[string]time.Time)
SetLastAnalysis sets LastAnalysis field to given value.
func (o *ASNOutput) HasLastAnalysis() bool
HasLastAnalysis returns a boolean if a field has been set.
func (o *ASNOutput) GetCountry() string
GetCountry returns the Country field if non-nil, zero value otherwise.
func (o *ASNOutput) GetCountryOk() (*string, bool)
GetCountryOk returns a tuple with the Country field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ASNOutput) SetCountry(v string)
SetCountry sets Country field to given value.
func (o *ASNOutput) HasCountry() bool
HasCountry returns a boolean if a field has been set.
func (o *ASNOutput) SetCountryNil(b bool)
SetCountryNil sets the value for Country to be an explicit nil
func (o *ASNOutput) UnsetCountry()
UnsetCountry ensures that no value is present for Country, not even an explicit nil
func (o *ASNOutput) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ASNOutput) 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 *ASNOutput) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ASNOutput) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *ASNOutput) SetDescriptionNil(b bool)
SetDescriptionNil sets the value for Description to be an explicit nil
func (o *ASNOutput) UnsetDescription()
UnsetDescription ensures that no value is present for Description, not even an explicit nil
func (o *ASNOutput) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ASNOutput) GetIdOk() (*string, bool)
GetIdOk returns a tuple with the Id field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ASNOutput) SetId(v string)
SetId sets Id field to given value.
func (o *ASNOutput) GetTags() map[string]TagRelationshipOutput
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *ASNOutput) GetTagsOk() (*map[string]TagRelationshipOutput, 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 *ASNOutput) SetTags(v map[string]TagRelationshipOutput)
SetTags sets Tags field to given value.
func (o *ASNOutput) GetRootType() string
GetRootType returns the RootType field if non-nil, zero value otherwise.
func (o *ASNOutput) GetRootTypeOk() (*string, bool)
GetRootTypeOk returns a tuple with the RootType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ASNOutput) SetRootType(v string)
SetRootType sets RootType field to given value.