Name | Type | Description | Notes |
---|---|---|---|
Comment | Pointer to string | [optional] | |
ComponentIdentifier | Pointer to ApiComponentIdentifierDTOV2 | [optional] | |
Id | Pointer to string | [optional] | |
LastUpdatedAt | Pointer to time.Time | [optional] | |
LastUpdatedByUsername | Pointer to string | [optional] | |
Name | Pointer to string | [optional] | |
OwnerId | Pointer to string | [optional] | |
PackageUrl | Pointer to string | [optional] | |
Status | Pointer to string | [optional] |
func NewApiLicenseLegalObligationDTO() *ApiLicenseLegalObligationDTO
NewApiLicenseLegalObligationDTO instantiates a new ApiLicenseLegalObligationDTO 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 NewApiLicenseLegalObligationDTOWithDefaults() *ApiLicenseLegalObligationDTO
NewApiLicenseLegalObligationDTOWithDefaults instantiates a new ApiLicenseLegalObligationDTO 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 *ApiLicenseLegalObligationDTO) GetComment() string
GetComment returns the Comment field if non-nil, zero value otherwise.
func (o *ApiLicenseLegalObligationDTO) GetCommentOk() (*string, bool)
GetCommentOk returns a tuple with the Comment field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiLicenseLegalObligationDTO) SetComment(v string)
SetComment sets Comment field to given value.
func (o *ApiLicenseLegalObligationDTO) HasComment() bool
HasComment returns a boolean if a field has been set.
func (o *ApiLicenseLegalObligationDTO) GetComponentIdentifier() ApiComponentIdentifierDTOV2
GetComponentIdentifier returns the ComponentIdentifier field if non-nil, zero value otherwise.
func (o *ApiLicenseLegalObligationDTO) GetComponentIdentifierOk() (*ApiComponentIdentifierDTOV2, bool)
GetComponentIdentifierOk returns a tuple with the ComponentIdentifier field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiLicenseLegalObligationDTO) SetComponentIdentifier(v ApiComponentIdentifierDTOV2)
SetComponentIdentifier sets ComponentIdentifier field to given value.
func (o *ApiLicenseLegalObligationDTO) HasComponentIdentifier() bool
HasComponentIdentifier returns a boolean if a field has been set.
func (o *ApiLicenseLegalObligationDTO) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ApiLicenseLegalObligationDTO) 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 *ApiLicenseLegalObligationDTO) SetId(v string)
SetId sets Id field to given value.
func (o *ApiLicenseLegalObligationDTO) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ApiLicenseLegalObligationDTO) GetLastUpdatedAt() time.Time
GetLastUpdatedAt returns the LastUpdatedAt field if non-nil, zero value otherwise.
func (o *ApiLicenseLegalObligationDTO) GetLastUpdatedAtOk() (*time.Time, bool)
GetLastUpdatedAtOk returns a tuple with the LastUpdatedAt field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiLicenseLegalObligationDTO) SetLastUpdatedAt(v time.Time)
SetLastUpdatedAt sets LastUpdatedAt field to given value.
func (o *ApiLicenseLegalObligationDTO) HasLastUpdatedAt() bool
HasLastUpdatedAt returns a boolean if a field has been set.
func (o *ApiLicenseLegalObligationDTO) GetLastUpdatedByUsername() string
GetLastUpdatedByUsername returns the LastUpdatedByUsername field if non-nil, zero value otherwise.
func (o *ApiLicenseLegalObligationDTO) GetLastUpdatedByUsernameOk() (*string, bool)
GetLastUpdatedByUsernameOk returns a tuple with the LastUpdatedByUsername field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiLicenseLegalObligationDTO) SetLastUpdatedByUsername(v string)
SetLastUpdatedByUsername sets LastUpdatedByUsername field to given value.
func (o *ApiLicenseLegalObligationDTO) HasLastUpdatedByUsername() bool
HasLastUpdatedByUsername returns a boolean if a field has been set.
func (o *ApiLicenseLegalObligationDTO) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *ApiLicenseLegalObligationDTO) 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 *ApiLicenseLegalObligationDTO) SetName(v string)
SetName sets Name field to given value.
func (o *ApiLicenseLegalObligationDTO) HasName() bool
HasName returns a boolean if a field has been set.
func (o *ApiLicenseLegalObligationDTO) GetOwnerId() string
GetOwnerId returns the OwnerId field if non-nil, zero value otherwise.
func (o *ApiLicenseLegalObligationDTO) GetOwnerIdOk() (*string, bool)
GetOwnerIdOk returns a tuple with the OwnerId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiLicenseLegalObligationDTO) SetOwnerId(v string)
SetOwnerId sets OwnerId field to given value.
func (o *ApiLicenseLegalObligationDTO) HasOwnerId() bool
HasOwnerId returns a boolean if a field has been set.
func (o *ApiLicenseLegalObligationDTO) GetPackageUrl() string
GetPackageUrl returns the PackageUrl field if non-nil, zero value otherwise.
func (o *ApiLicenseLegalObligationDTO) GetPackageUrlOk() (*string, bool)
GetPackageUrlOk returns a tuple with the PackageUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiLicenseLegalObligationDTO) SetPackageUrl(v string)
SetPackageUrl sets PackageUrl field to given value.
func (o *ApiLicenseLegalObligationDTO) HasPackageUrl() bool
HasPackageUrl returns a boolean if a field has been set.
func (o *ApiLicenseLegalObligationDTO) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *ApiLicenseLegalObligationDTO) 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 *ApiLicenseLegalObligationDTO) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *ApiLicenseLegalObligationDTO) HasStatus() bool
HasStatus returns a boolean if a field has been set.