Name | Type | Description | Notes |
---|---|---|---|
CompanyName | Pointer to string | Company name | [optional] |
FileDescription | Pointer to string | File description | [optional] |
FileVersion | Pointer to string | File version | [optional] |
LegalCopyright | Pointer to string | Legal copyright | [optional] |
OriginalFilename | Pointer to string | Original file name | [optional] |
ProductName | Pointer to string | Product name | [optional] |
ProductVersion | Pointer to string | Product version | [optional] |
func NewResultAllOfAnalysisMetadataVersionInfoStringInfo() *ResultAllOfAnalysisMetadataVersionInfoStringInfo
NewResultAllOfAnalysisMetadataVersionInfoStringInfo instantiates a new ResultAllOfAnalysisMetadataVersionInfoStringInfo 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 NewResultAllOfAnalysisMetadataVersionInfoStringInfoWithDefaults() *ResultAllOfAnalysisMetadataVersionInfoStringInfo
NewResultAllOfAnalysisMetadataVersionInfoStringInfoWithDefaults instantiates a new ResultAllOfAnalysisMetadataVersionInfoStringInfo 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 *ResultAllOfAnalysisMetadataVersionInfoStringInfo) GetCompanyName() string
GetCompanyName returns the CompanyName field if non-nil, zero value otherwise.
func (o *ResultAllOfAnalysisMetadataVersionInfoStringInfo) GetCompanyNameOk() (*string, bool)
GetCompanyNameOk returns a tuple with the CompanyName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResultAllOfAnalysisMetadataVersionInfoStringInfo) SetCompanyName(v string)
SetCompanyName sets CompanyName field to given value.
func (o *ResultAllOfAnalysisMetadataVersionInfoStringInfo) HasCompanyName() bool
HasCompanyName returns a boolean if a field has been set.
func (o *ResultAllOfAnalysisMetadataVersionInfoStringInfo) GetFileDescription() string
GetFileDescription returns the FileDescription field if non-nil, zero value otherwise.
func (o *ResultAllOfAnalysisMetadataVersionInfoStringInfo) GetFileDescriptionOk() (*string, bool)
GetFileDescriptionOk returns a tuple with the FileDescription field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResultAllOfAnalysisMetadataVersionInfoStringInfo) SetFileDescription(v string)
SetFileDescription sets FileDescription field to given value.
func (o *ResultAllOfAnalysisMetadataVersionInfoStringInfo) HasFileDescription() bool
HasFileDescription returns a boolean if a field has been set.
func (o *ResultAllOfAnalysisMetadataVersionInfoStringInfo) GetFileVersion() string
GetFileVersion returns the FileVersion field if non-nil, zero value otherwise.
func (o *ResultAllOfAnalysisMetadataVersionInfoStringInfo) GetFileVersionOk() (*string, bool)
GetFileVersionOk returns a tuple with the FileVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResultAllOfAnalysisMetadataVersionInfoStringInfo) SetFileVersion(v string)
SetFileVersion sets FileVersion field to given value.
func (o *ResultAllOfAnalysisMetadataVersionInfoStringInfo) HasFileVersion() bool
HasFileVersion returns a boolean if a field has been set.
func (o *ResultAllOfAnalysisMetadataVersionInfoStringInfo) GetLegalCopyright() string
GetLegalCopyright returns the LegalCopyright field if non-nil, zero value otherwise.
func (o *ResultAllOfAnalysisMetadataVersionInfoStringInfo) GetLegalCopyrightOk() (*string, bool)
GetLegalCopyrightOk returns a tuple with the LegalCopyright field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResultAllOfAnalysisMetadataVersionInfoStringInfo) SetLegalCopyright(v string)
SetLegalCopyright sets LegalCopyright field to given value.
func (o *ResultAllOfAnalysisMetadataVersionInfoStringInfo) HasLegalCopyright() bool
HasLegalCopyright returns a boolean if a field has been set.
func (o *ResultAllOfAnalysisMetadataVersionInfoStringInfo) GetOriginalFilename() string
GetOriginalFilename returns the OriginalFilename field if non-nil, zero value otherwise.
func (o *ResultAllOfAnalysisMetadataVersionInfoStringInfo) GetOriginalFilenameOk() (*string, bool)
GetOriginalFilenameOk returns a tuple with the OriginalFilename field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResultAllOfAnalysisMetadataVersionInfoStringInfo) SetOriginalFilename(v string)
SetOriginalFilename sets OriginalFilename field to given value.
func (o *ResultAllOfAnalysisMetadataVersionInfoStringInfo) HasOriginalFilename() bool
HasOriginalFilename returns a boolean if a field has been set.
func (o *ResultAllOfAnalysisMetadataVersionInfoStringInfo) GetProductName() string
GetProductName returns the ProductName field if non-nil, zero value otherwise.
func (o *ResultAllOfAnalysisMetadataVersionInfoStringInfo) GetProductNameOk() (*string, bool)
GetProductNameOk returns a tuple with the ProductName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResultAllOfAnalysisMetadataVersionInfoStringInfo) SetProductName(v string)
SetProductName sets ProductName field to given value.
func (o *ResultAllOfAnalysisMetadataVersionInfoStringInfo) HasProductName() bool
HasProductName returns a boolean if a field has been set.
func (o *ResultAllOfAnalysisMetadataVersionInfoStringInfo) GetProductVersion() string
GetProductVersion returns the ProductVersion field if non-nil, zero value otherwise.
func (o *ResultAllOfAnalysisMetadataVersionInfoStringInfo) GetProductVersionOk() (*string, bool)
GetProductVersionOk returns a tuple with the ProductVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ResultAllOfAnalysisMetadataVersionInfoStringInfo) SetProductVersion(v string)
SetProductVersion sets ProductVersion field to given value.
func (o *ResultAllOfAnalysisMetadataVersionInfoStringInfo) HasProductVersion() bool
HasProductVersion returns a boolean if a field has been set.