Name | Type | Description | Notes |
---|---|---|---|
ApplicationId | string | The internal id of the application | |
ApplicationVersion | Pointer to string | [optional] | |
File | Pointer to FormDataContentDisposition | [optional] |
func NewImportSbomRequest(applicationId string, ) *ImportSbomRequest
NewImportSbomRequest instantiates a new ImportSbomRequest 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 NewImportSbomRequestWithDefaults() *ImportSbomRequest
NewImportSbomRequestWithDefaults instantiates a new ImportSbomRequest 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 *ImportSbomRequest) GetApplicationId() string
GetApplicationId returns the ApplicationId field if non-nil, zero value otherwise.
func (o *ImportSbomRequest) GetApplicationIdOk() (*string, bool)
GetApplicationIdOk returns a tuple with the ApplicationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportSbomRequest) SetApplicationId(v string)
SetApplicationId sets ApplicationId field to given value.
func (o *ImportSbomRequest) GetApplicationVersion() string
GetApplicationVersion returns the ApplicationVersion field if non-nil, zero value otherwise.
func (o *ImportSbomRequest) GetApplicationVersionOk() (*string, bool)
GetApplicationVersionOk returns a tuple with the ApplicationVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportSbomRequest) SetApplicationVersion(v string)
SetApplicationVersion sets ApplicationVersion field to given value.
func (o *ImportSbomRequest) HasApplicationVersion() bool
HasApplicationVersion returns a boolean if a field has been set.
func (o *ImportSbomRequest) GetFile() FormDataContentDisposition
GetFile returns the File field if non-nil, zero value otherwise.
func (o *ImportSbomRequest) GetFileOk() (*FormDataContentDisposition, bool)
GetFileOk returns a tuple with the File field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ImportSbomRequest) SetFile(v FormDataContentDisposition)
SetFile sets File field to given value.
func (o *ImportSbomRequest) HasFile() bool
HasFile returns a boolean if a field has been set.