Name | Type | Description | Notes |
---|---|---|---|
Id | Pointer to string | Unique identifier for the discovered application. | [optional] |
Name | Pointer to string | Name of the discovered application. | [optional] |
DiscoverySource | Pointer to string | Source from which the application was discovered. | [optional] |
DiscoveredVendor | Pointer to string | The vendor associated with the discovered application. | [optional] |
Description | Pointer to string | A brief description of the discovered application. | [optional] |
RecommendedConnectors | Pointer to []string | List of recommended connectors for the application. | [optional] |
DiscoveredAt | Pointer to time.Time | The timestamp when the application was last received via an entitlement aggregation invocation or a manual csv upload, in ISO 8601 format. | [optional] |
CreatedAt | Pointer to time.Time | The timestamp when the application was first discovered, in ISO 8601 format. | [optional] |
Status | Pointer to string | The status of an application within the discovery source. By default this field is set to "ACTIVE" when the application is discovered. If an application has been deleted from within the discovery source, the status will be set to "INACTIVE". | [optional] |
AssociatedSources | Pointer to []string | List of associated sources related to this discovered application. | [optional] |
func NewFullDiscoveredApplications() *FullDiscoveredApplications
NewFullDiscoveredApplications instantiates a new FullDiscoveredApplications 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 NewFullDiscoveredApplicationsWithDefaults() *FullDiscoveredApplications
NewFullDiscoveredApplicationsWithDefaults instantiates a new FullDiscoveredApplications 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 *FullDiscoveredApplications) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *FullDiscoveredApplications) 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 *FullDiscoveredApplications) SetId(v string)
SetId sets Id field to given value.
func (o *FullDiscoveredApplications) HasId() bool
HasId returns a boolean if a field has been set.
func (o *FullDiscoveredApplications) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *FullDiscoveredApplications) 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 *FullDiscoveredApplications) SetName(v string)
SetName sets Name field to given value.
func (o *FullDiscoveredApplications) HasName() bool
HasName returns a boolean if a field has been set.
func (o *FullDiscoveredApplications) GetDiscoverySource() string
GetDiscoverySource returns the DiscoverySource field if non-nil, zero value otherwise.
func (o *FullDiscoveredApplications) GetDiscoverySourceOk() (*string, bool)
GetDiscoverySourceOk returns a tuple with the DiscoverySource field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FullDiscoveredApplications) SetDiscoverySource(v string)
SetDiscoverySource sets DiscoverySource field to given value.
func (o *FullDiscoveredApplications) HasDiscoverySource() bool
HasDiscoverySource returns a boolean if a field has been set.
func (o *FullDiscoveredApplications) GetDiscoveredVendor() string
GetDiscoveredVendor returns the DiscoveredVendor field if non-nil, zero value otherwise.
func (o *FullDiscoveredApplications) GetDiscoveredVendorOk() (*string, bool)
GetDiscoveredVendorOk returns a tuple with the DiscoveredVendor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FullDiscoveredApplications) SetDiscoveredVendor(v string)
SetDiscoveredVendor sets DiscoveredVendor field to given value.
func (o *FullDiscoveredApplications) HasDiscoveredVendor() bool
HasDiscoveredVendor returns a boolean if a field has been set.
func (o *FullDiscoveredApplications) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *FullDiscoveredApplications) 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 *FullDiscoveredApplications) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *FullDiscoveredApplications) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *FullDiscoveredApplications) GetRecommendedConnectors() []string
GetRecommendedConnectors returns the RecommendedConnectors field if non-nil, zero value otherwise.
func (o *FullDiscoveredApplications) GetRecommendedConnectorsOk() (*[]string, bool)
GetRecommendedConnectorsOk returns a tuple with the RecommendedConnectors field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FullDiscoveredApplications) SetRecommendedConnectors(v []string)
SetRecommendedConnectors sets RecommendedConnectors field to given value.
func (o *FullDiscoveredApplications) HasRecommendedConnectors() bool
HasRecommendedConnectors returns a boolean if a field has been set.
func (o *FullDiscoveredApplications) GetDiscoveredAt() time.Time
GetDiscoveredAt returns the DiscoveredAt field if non-nil, zero value otherwise.
func (o *FullDiscoveredApplications) GetDiscoveredAtOk() (*time.Time, bool)
GetDiscoveredAtOk returns a tuple with the DiscoveredAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FullDiscoveredApplications) SetDiscoveredAt(v time.Time)
SetDiscoveredAt sets DiscoveredAt field to given value.
func (o *FullDiscoveredApplications) HasDiscoveredAt() bool
HasDiscoveredAt returns a boolean if a field has been set.
func (o *FullDiscoveredApplications) GetCreatedAt() time.Time
GetCreatedAt returns the CreatedAt field if non-nil, zero value otherwise.
func (o *FullDiscoveredApplications) GetCreatedAtOk() (*time.Time, bool)
GetCreatedAtOk returns a tuple with the CreatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FullDiscoveredApplications) SetCreatedAt(v time.Time)
SetCreatedAt sets CreatedAt field to given value.
func (o *FullDiscoveredApplications) HasCreatedAt() bool
HasCreatedAt returns a boolean if a field has been set.
func (o *FullDiscoveredApplications) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *FullDiscoveredApplications) GetStatusOk() (*string, bool)
GetStatusOk returns a tuple with the Status field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FullDiscoveredApplications) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *FullDiscoveredApplications) HasStatus() bool
HasStatus returns a boolean if a field has been set.
func (o *FullDiscoveredApplications) GetAssociatedSources() []string
GetAssociatedSources returns the AssociatedSources field if non-nil, zero value otherwise.
func (o *FullDiscoveredApplications) GetAssociatedSourcesOk() (*[]string, bool)
GetAssociatedSourcesOk returns a tuple with the AssociatedSources field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FullDiscoveredApplications) SetAssociatedSources(v []string)
SetAssociatedSources sets AssociatedSources field to given value.
func (o *FullDiscoveredApplications) HasAssociatedSources() bool
HasAssociatedSources returns a boolean if a field has been set.