| Name | Type | Description | Notes |
|---|---|---|---|
| File | FileMetadata | ||
| Pe | Pointer to NullablePEModel | [optional] | |
| Elf | Pointer to NullableELFModel | [optional] |
func NewBinaryAdditionalDetailsDataResponse(file FileMetadata, ) *BinaryAdditionalDetailsDataResponse
NewBinaryAdditionalDetailsDataResponse instantiates a new BinaryAdditionalDetailsDataResponse 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 NewBinaryAdditionalDetailsDataResponseWithDefaults() *BinaryAdditionalDetailsDataResponse
NewBinaryAdditionalDetailsDataResponseWithDefaults instantiates a new BinaryAdditionalDetailsDataResponse 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 *BinaryAdditionalDetailsDataResponse) GetFile() FileMetadata
GetFile returns the File field if non-nil, zero value otherwise.
func (o *BinaryAdditionalDetailsDataResponse) GetFileOk() (*FileMetadata, 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 *BinaryAdditionalDetailsDataResponse) SetFile(v FileMetadata)
SetFile sets File field to given value.
func (o *BinaryAdditionalDetailsDataResponse) GetPe() PEModel
GetPe returns the Pe field if non-nil, zero value otherwise.
func (o *BinaryAdditionalDetailsDataResponse) GetPeOk() (*PEModel, bool)
GetPeOk returns a tuple with the Pe field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BinaryAdditionalDetailsDataResponse) SetPe(v PEModel)
SetPe sets Pe field to given value.
func (o *BinaryAdditionalDetailsDataResponse) HasPe() bool
HasPe returns a boolean if a field has been set.
func (o *BinaryAdditionalDetailsDataResponse) SetPeNil(b bool)
SetPeNil sets the value for Pe to be an explicit nil
func (o *BinaryAdditionalDetailsDataResponse) UnsetPe()
UnsetPe ensures that no value is present for Pe, not even an explicit nil
func (o *BinaryAdditionalDetailsDataResponse) GetElf() ELFModel
GetElf returns the Elf field if non-nil, zero value otherwise.
func (o *BinaryAdditionalDetailsDataResponse) GetElfOk() (*ELFModel, bool)
GetElfOk returns a tuple with the Elf field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BinaryAdditionalDetailsDataResponse) SetElf(v ELFModel)
SetElf sets Elf field to given value.
func (o *BinaryAdditionalDetailsDataResponse) HasElf() bool
HasElf returns a boolean if a field has been set.
func (o *BinaryAdditionalDetailsDataResponse) SetElfNil(b bool)
SetElfNil sets the value for Elf to be an explicit nil
func (o *BinaryAdditionalDetailsDataResponse) UnsetElf()
UnsetElf ensures that no value is present for Elf, not even an explicit nil