Name | Type | Description | Notes |
---|---|---|---|
Content | Pointer to string | [optional] | |
Id | Pointer to string | [optional] | |
OriginalContentHash | Pointer to string | [optional] | |
RelPath | Pointer to string | [optional] | |
Status | Pointer to string | [optional] |
func NewApiLicenseLegalFileDTO() *ApiLicenseLegalFileDTO
NewApiLicenseLegalFileDTO instantiates a new ApiLicenseLegalFileDTO 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 NewApiLicenseLegalFileDTOWithDefaults() *ApiLicenseLegalFileDTO
NewApiLicenseLegalFileDTOWithDefaults instantiates a new ApiLicenseLegalFileDTO 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 *ApiLicenseLegalFileDTO) GetContent() string
GetContent returns the Content field if non-nil, zero value otherwise.
func (o *ApiLicenseLegalFileDTO) GetContentOk() (*string, bool)
GetContentOk returns a tuple with the Content field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiLicenseLegalFileDTO) SetContent(v string)
SetContent sets Content field to given value.
func (o *ApiLicenseLegalFileDTO) HasContent() bool
HasContent returns a boolean if a field has been set.
func (o *ApiLicenseLegalFileDTO) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
func (o *ApiLicenseLegalFileDTO) 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 *ApiLicenseLegalFileDTO) SetId(v string)
SetId sets Id field to given value.
func (o *ApiLicenseLegalFileDTO) HasId() bool
HasId returns a boolean if a field has been set.
func (o *ApiLicenseLegalFileDTO) GetOriginalContentHash() string
GetOriginalContentHash returns the OriginalContentHash field if non-nil, zero value otherwise.
func (o *ApiLicenseLegalFileDTO) GetOriginalContentHashOk() (*string, bool)
GetOriginalContentHashOk returns a tuple with the OriginalContentHash field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiLicenseLegalFileDTO) SetOriginalContentHash(v string)
SetOriginalContentHash sets OriginalContentHash field to given value.
func (o *ApiLicenseLegalFileDTO) HasOriginalContentHash() bool
HasOriginalContentHash returns a boolean if a field has been set.
func (o *ApiLicenseLegalFileDTO) GetRelPath() string
GetRelPath returns the RelPath field if non-nil, zero value otherwise.
func (o *ApiLicenseLegalFileDTO) GetRelPathOk() (*string, bool)
GetRelPathOk returns a tuple with the RelPath field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiLicenseLegalFileDTO) SetRelPath(v string)
SetRelPath sets RelPath field to given value.
func (o *ApiLicenseLegalFileDTO) HasRelPath() bool
HasRelPath returns a boolean if a field has been set.
func (o *ApiLicenseLegalFileDTO) GetStatus() string
GetStatus returns the Status field if non-nil, zero value otherwise.
func (o *ApiLicenseLegalFileDTO) 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 *ApiLicenseLegalFileDTO) SetStatus(v string)
SetStatus sets Status field to given value.
func (o *ApiLicenseLegalFileDTO) HasStatus() bool
HasStatus returns a boolean if a field has been set.