Name | Type | Description | Notes |
---|---|---|---|
InnerSourceComponentPurl | Pointer to string | [optional] | |
OwnerApplicationId | Pointer to string | [optional] | |
OwnerApplicationName | Pointer to string | [optional] |
func NewInnerSourceData() *InnerSourceData
NewInnerSourceData instantiates a new InnerSourceData 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 NewInnerSourceDataWithDefaults() *InnerSourceData
NewInnerSourceDataWithDefaults instantiates a new InnerSourceData 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 *InnerSourceData) GetInnerSourceComponentPurl() string
GetInnerSourceComponentPurl returns the InnerSourceComponentPurl field if non-nil, zero value otherwise.
func (o *InnerSourceData) GetInnerSourceComponentPurlOk() (*string, bool)
GetInnerSourceComponentPurlOk returns a tuple with the InnerSourceComponentPurl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InnerSourceData) SetInnerSourceComponentPurl(v string)
SetInnerSourceComponentPurl sets InnerSourceComponentPurl field to given value.
func (o *InnerSourceData) HasInnerSourceComponentPurl() bool
HasInnerSourceComponentPurl returns a boolean if a field has been set.
func (o *InnerSourceData) GetOwnerApplicationId() string
GetOwnerApplicationId returns the OwnerApplicationId field if non-nil, zero value otherwise.
func (o *InnerSourceData) GetOwnerApplicationIdOk() (*string, bool)
GetOwnerApplicationIdOk returns a tuple with the OwnerApplicationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InnerSourceData) SetOwnerApplicationId(v string)
SetOwnerApplicationId sets OwnerApplicationId field to given value.
func (o *InnerSourceData) HasOwnerApplicationId() bool
HasOwnerApplicationId returns a boolean if a field has been set.
func (o *InnerSourceData) GetOwnerApplicationName() string
GetOwnerApplicationName returns the OwnerApplicationName field if non-nil, zero value otherwise.
func (o *InnerSourceData) GetOwnerApplicationNameOk() (*string, bool)
GetOwnerApplicationNameOk returns a tuple with the OwnerApplicationName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *InnerSourceData) SetOwnerApplicationName(v string)
SetOwnerApplicationName sets OwnerApplicationName field to given value.
func (o *InnerSourceData) HasOwnerApplicationName() bool
HasOwnerApplicationName returns a boolean if a field has been set.