Skip to content

Latest commit

 

History

History
77 lines (42 loc) · 2.25 KB

ImportSbomRequest.md

File metadata and controls

77 lines (42 loc) · 2.25 KB

ImportSbomRequest

Properties

Name Type Description Notes
ApplicationId string The internal id of the application
File Pointer to map[string]interface{} [optional]

Methods

NewImportSbomRequest

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

NewImportSbomRequestWithDefaults

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

GetApplicationId

func (o *ImportSbomRequest) GetApplicationId() string

GetApplicationId returns the ApplicationId field if non-nil, zero value otherwise.

GetApplicationIdOk

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.

SetApplicationId

func (o *ImportSbomRequest) SetApplicationId(v string)

SetApplicationId sets ApplicationId field to given value.

GetFile

func (o *ImportSbomRequest) GetFile() map[string]interface{}

GetFile returns the File field if non-nil, zero value otherwise.

GetFileOk

func (o *ImportSbomRequest) GetFileOk() (*map[string]interface{}, 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.

SetFile

func (o *ImportSbomRequest) SetFile(v map[string]interface{})

SetFile sets File field to given value.

HasFile

func (o *ImportSbomRequest) HasFile() bool

HasFile returns a boolean if a field has been set.

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