Name | Type | Description | Notes |
---|---|---|---|
Type | Pointer to string | [optional] [default to "threat-actor"] | |
Name | string | ||
Description | Pointer to string | [optional] [default to ""] | |
Context | Pointer to []map[string]interface{} | [optional] [default to []] | |
Created | Pointer to time.Time | [optional] | |
Modified | Pointer to time.Time | [optional] | |
ThreatActorTypes | Pointer to []string | [optional] [default to []] | |
Aliases | Pointer to []string | [optional] [default to []] | |
FirstSeen | Pointer to time.Time | [optional] | |
LastSeen | Pointer to time.Time | [optional] | |
Id | string | [readonly] | |
Tags | map[string]TagRelationshipOutput | [readonly] | |
RootType | string | [readonly] | |
RelatedObservablesCount | int32 | [readonly] |
func NewThreatActorOutput(name string, id string, tags map[string]TagRelationshipOutput, rootType string, relatedObservablesCount int32, ) *ThreatActorOutput
NewThreatActorOutput instantiates a new ThreatActorOutput 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 NewThreatActorOutputWithDefaults() *ThreatActorOutput
NewThreatActorOutputWithDefaults instantiates a new ThreatActorOutput 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 *ThreatActorOutput) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *ThreatActorOutput) 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 *ThreatActorOutput) SetType(v string)
SetType sets Type field to given value.
func (o *ThreatActorOutput) HasType() bool
HasType returns a boolean if a field has been set.
func (o *ThreatActorOutput) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ThreatActorOutput) 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 *ThreatActorOutput) SetName(v string)
SetName sets Name field to given value.
func (o *ThreatActorOutput) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *ThreatActorOutput) 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 *ThreatActorOutput) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *ThreatActorOutput) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *ThreatActorOutput) GetContext() []map[string]interface{}
GetContext returns the Context field if non-nil, zero value otherwise.
func (o *ThreatActorOutput) 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 *ThreatActorOutput) SetContext(v []map[string]interface{})
SetContext sets Context field to given value.
func (o *ThreatActorOutput) HasContext() bool
HasContext returns a boolean if a field has been set.
func (o *ThreatActorOutput) GetCreated() time.Time
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *ThreatActorOutput) 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 *ThreatActorOutput) SetCreated(v time.Time)
SetCreated sets Created field to given value.
func (o *ThreatActorOutput) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (o *ThreatActorOutput) GetModified() time.Time
GetModified returns the Modified field if non-nil, zero value otherwise.
func (o *ThreatActorOutput) GetModifiedOk() (*time.Time, bool)
GetModifiedOk returns a tuple with the Modified field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThreatActorOutput) SetModified(v time.Time)
SetModified sets Modified field to given value.
func (o *ThreatActorOutput) HasModified() bool
HasModified returns a boolean if a field has been set.
func (o *ThreatActorOutput) GetThreatActorTypes() []string
GetThreatActorTypes returns the ThreatActorTypes field if non-nil, zero value otherwise.
func (o *ThreatActorOutput) GetThreatActorTypesOk() (*[]string, bool)
GetThreatActorTypesOk returns a tuple with the ThreatActorTypes field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThreatActorOutput) SetThreatActorTypes(v []string)
SetThreatActorTypes sets ThreatActorTypes field to given value.
func (o *ThreatActorOutput) HasThreatActorTypes() bool
HasThreatActorTypes returns a boolean if a field has been set.
func (o *ThreatActorOutput) GetAliases() []string
GetAliases returns the Aliases field if non-nil, zero value otherwise.
func (o *ThreatActorOutput) GetAliasesOk() (*[]string, bool)
GetAliasesOk returns a tuple with the Aliases field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThreatActorOutput) SetAliases(v []string)
SetAliases sets Aliases field to given value.
func (o *ThreatActorOutput) HasAliases() bool
HasAliases returns a boolean if a field has been set.
func (o *ThreatActorOutput) GetFirstSeen() time.Time
GetFirstSeen returns the FirstSeen field if non-nil, zero value otherwise.
func (o *ThreatActorOutput) GetFirstSeenOk() (*time.Time, bool)
GetFirstSeenOk returns a tuple with the FirstSeen field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThreatActorOutput) SetFirstSeen(v time.Time)
SetFirstSeen sets FirstSeen field to given value.
func (o *ThreatActorOutput) HasFirstSeen() bool
HasFirstSeen returns a boolean if a field has been set.
func (o *ThreatActorOutput) GetLastSeen() time.Time
GetLastSeen returns the LastSeen field if non-nil, zero value otherwise.
func (o *ThreatActorOutput) GetLastSeenOk() (*time.Time, bool)
GetLastSeenOk returns a tuple with the LastSeen field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThreatActorOutput) SetLastSeen(v time.Time)
SetLastSeen sets LastSeen field to given value.
func (o *ThreatActorOutput) HasLastSeen() bool
HasLastSeen returns a boolean if a field has been set.
func (o *ThreatActorOutput) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ThreatActorOutput) 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 *ThreatActorOutput) SetId(v string)
SetId sets Id field to given value.
func (o *ThreatActorOutput) GetTags() map[string]TagRelationshipOutput
GetTags returns the Tags field if non-nil, zero value otherwise.
func (o *ThreatActorOutput) 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 *ThreatActorOutput) SetTags(v map[string]TagRelationshipOutput)
SetTags sets Tags field to given value.
func (o *ThreatActorOutput) GetRootType() string
GetRootType returns the RootType field if non-nil, zero value otherwise.
func (o *ThreatActorOutput) 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 *ThreatActorOutput) SetRootType(v string)
SetRootType sets RootType field to given value.
func (o *ThreatActorOutput) GetRelatedObservablesCount() int32
GetRelatedObservablesCount returns the RelatedObservablesCount field if non-nil, zero value otherwise.
func (o *ThreatActorOutput) GetRelatedObservablesCountOk() (*int32, bool)
GetRelatedObservablesCountOk returns a tuple with the RelatedObservablesCount field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ThreatActorOutput) SetRelatedObservablesCount(v int32)
SetRelatedObservablesCount sets RelatedObservablesCount field to given value.