Name | Type | Description | Notes |
---|---|---|---|
CollectorId | Pointer to string | The unique identifier of the Collector this Source belongs to. | [optional] [default to "Unknown"] |
CollectorName | Pointer to string | The name of the Collector this Source belongs to. | [optional] [default to "Unknown"] |
func NewSourceResourceIdentity() *SourceResourceIdentity
NewSourceResourceIdentity instantiates a new SourceResourceIdentity 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 NewSourceResourceIdentityWithDefaults() *SourceResourceIdentity
NewSourceResourceIdentityWithDefaults instantiates a new SourceResourceIdentity 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 *SourceResourceIdentity) GetCollectorId() string
GetCollectorId returns the CollectorId field if non-nil, zero value otherwise.
func (o *SourceResourceIdentity) GetCollectorIdOk() (*string, bool)
GetCollectorIdOk returns a tuple with the CollectorId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SourceResourceIdentity) SetCollectorId(v string)
SetCollectorId sets CollectorId field to given value.
func (o *SourceResourceIdentity) HasCollectorId() bool
HasCollectorId returns a boolean if a field has been set.
func (o *SourceResourceIdentity) GetCollectorName() string
GetCollectorName returns the CollectorName field if non-nil, zero value otherwise.
func (o *SourceResourceIdentity) GetCollectorNameOk() (*string, bool)
GetCollectorNameOk returns a tuple with the CollectorName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *SourceResourceIdentity) SetCollectorName(v string)
SetCollectorName sets CollectorName field to given value.
func (o *SourceResourceIdentity) HasCollectorName() bool
HasCollectorName returns a boolean if a field has been set.