Skip to content

Latest commit

 

History

History
290 lines (157 loc) · 7.37 KB

ASNOutput.md

File metadata and controls

290 lines (157 loc) · 7.37 KB

ASNOutput

Properties

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]

Methods

NewASNOutput

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

NewASNOutputWithDefaults

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

GetValue

func (o *ASNOutput) GetValue() string

GetValue returns the Value field if non-nil, zero value otherwise.

GetValueOk

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.

SetValue

func (o *ASNOutput) SetValue(v string)

SetValue sets Value field to given value.

GetType

func (o *ASNOutput) GetType() string

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

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.

SetType

func (o *ASNOutput) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *ASNOutput) HasType() bool

HasType returns a boolean if a field has been set.

GetCreated

func (o *ASNOutput) GetCreated() time.Time

GetCreated returns the Created field if non-nil, zero value otherwise.

GetCreatedOk

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.

SetCreated

func (o *ASNOutput) SetCreated(v time.Time)

SetCreated sets Created field to given value.

HasCreated

func (o *ASNOutput) HasCreated() bool

HasCreated returns a boolean if a field has been set.

GetContext

func (o *ASNOutput) GetContext() []map[string]interface{}

GetContext returns the Context field if non-nil, zero value otherwise.

GetContextOk

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.

SetContext

func (o *ASNOutput) SetContext(v []map[string]interface{})

SetContext sets Context field to given value.

HasContext

func (o *ASNOutput) HasContext() bool

HasContext returns a boolean if a field has been set.

GetLastAnalysis

func (o *ASNOutput) GetLastAnalysis() map[string]time.Time

GetLastAnalysis returns the LastAnalysis field if non-nil, zero value otherwise.

GetLastAnalysisOk

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.

SetLastAnalysis

func (o *ASNOutput) SetLastAnalysis(v map[string]time.Time)

SetLastAnalysis sets LastAnalysis field to given value.

HasLastAnalysis

func (o *ASNOutput) HasLastAnalysis() bool

HasLastAnalysis returns a boolean if a field has been set.

GetCountry

func (o *ASNOutput) GetCountry() string

GetCountry returns the Country field if non-nil, zero value otherwise.

GetCountryOk

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.

SetCountry

func (o *ASNOutput) SetCountry(v string)

SetCountry sets Country field to given value.

HasCountry

func (o *ASNOutput) HasCountry() bool

HasCountry returns a boolean if a field has been set.

SetCountryNil

func (o *ASNOutput) SetCountryNil(b bool)

SetCountryNil sets the value for Country to be an explicit nil

UnsetCountry

func (o *ASNOutput) UnsetCountry()

UnsetCountry ensures that no value is present for Country, not even an explicit nil

GetDescription

func (o *ASNOutput) GetDescription() string

GetDescription returns the Description field if non-nil, zero value otherwise.

GetDescriptionOk

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.

SetDescription

func (o *ASNOutput) SetDescription(v string)

SetDescription sets Description field to given value.

HasDescription

func (o *ASNOutput) HasDescription() bool

HasDescription returns a boolean if a field has been set.

SetDescriptionNil

func (o *ASNOutput) SetDescriptionNil(b bool)

SetDescriptionNil sets the value for Description to be an explicit nil

UnsetDescription

func (o *ASNOutput) UnsetDescription()

UnsetDescription ensures that no value is present for Description, not even an explicit nil

GetId

func (o *ASNOutput) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

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.

SetId

func (o *ASNOutput) SetId(v string)

SetId sets Id field to given value.

GetTags

func (o *ASNOutput) GetTags() map[string]TagRelationshipOutput

GetTags returns the Tags field if non-nil, zero value otherwise.

GetTagsOk

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.

SetTags

func (o *ASNOutput) SetTags(v map[string]TagRelationshipOutput)

SetTags sets Tags field to given value.

GetRootType

func (o *ASNOutput) GetRootType() string

GetRootType returns the RootType field if non-nil, zero value otherwise.

GetRootTypeOk

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.

SetRootType

func (o *ASNOutput) SetRootType(v string)

SetRootType sets RootType field to given value.

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