Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 3.86 KB

ApiLicenseLegalCopyrightDTO.md

File metadata and controls

134 lines (73 loc) · 3.86 KB

ApiLicenseLegalCopyrightDTO

Properties

Name Type Description Notes
Content Pointer to string [optional]
Id Pointer to string [optional]
OriginalContentHash Pointer to string [optional]
Status Pointer to string [optional]

Methods

NewApiLicenseLegalCopyrightDTO

func NewApiLicenseLegalCopyrightDTO() *ApiLicenseLegalCopyrightDTO

NewApiLicenseLegalCopyrightDTO instantiates a new ApiLicenseLegalCopyrightDTO 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

NewApiLicenseLegalCopyrightDTOWithDefaults

func NewApiLicenseLegalCopyrightDTOWithDefaults() *ApiLicenseLegalCopyrightDTO

NewApiLicenseLegalCopyrightDTOWithDefaults instantiates a new ApiLicenseLegalCopyrightDTO 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

GetContent

func (o *ApiLicenseLegalCopyrightDTO) GetContent() string

GetContent returns the Content field if non-nil, zero value otherwise.

GetContentOk

func (o *ApiLicenseLegalCopyrightDTO) 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.

SetContent

func (o *ApiLicenseLegalCopyrightDTO) SetContent(v string)

SetContent sets Content field to given value.

HasContent

func (o *ApiLicenseLegalCopyrightDTO) HasContent() bool

HasContent returns a boolean if a field has been set.

GetId

func (o *ApiLicenseLegalCopyrightDTO) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *ApiLicenseLegalCopyrightDTO) 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.

SetId

func (o *ApiLicenseLegalCopyrightDTO) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *ApiLicenseLegalCopyrightDTO) HasId() bool

HasId returns a boolean if a field has been set.

GetOriginalContentHash

func (o *ApiLicenseLegalCopyrightDTO) GetOriginalContentHash() string

GetOriginalContentHash returns the OriginalContentHash field if non-nil, zero value otherwise.

GetOriginalContentHashOk

func (o *ApiLicenseLegalCopyrightDTO) 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.

SetOriginalContentHash

func (o *ApiLicenseLegalCopyrightDTO) SetOriginalContentHash(v string)

SetOriginalContentHash sets OriginalContentHash field to given value.

HasOriginalContentHash

func (o *ApiLicenseLegalCopyrightDTO) HasOriginalContentHash() bool

HasOriginalContentHash returns a boolean if a field has been set.

GetStatus

func (o *ApiLicenseLegalCopyrightDTO) GetStatus() string

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *ApiLicenseLegalCopyrightDTO) 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.

SetStatus

func (o *ApiLicenseLegalCopyrightDTO) SetStatus(v string)

SetStatus sets Status field to given value.

HasStatus

func (o *ApiLicenseLegalCopyrightDTO) HasStatus() bool

HasStatus returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]