| Name | Type | Description | Notes |
|---|---|---|---|
| BinaryId | int32 | ||
| Details | NullableBinaryAdditionalDetailsDataResponse | ||
| Creation | Pointer to NullableTime | [optional] |
func NewBinaryAdditionalResponse(binaryId int32, details NullableBinaryAdditionalDetailsDataResponse, ) *BinaryAdditionalResponse
NewBinaryAdditionalResponse instantiates a new BinaryAdditionalResponse 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 NewBinaryAdditionalResponseWithDefaults() *BinaryAdditionalResponse
NewBinaryAdditionalResponseWithDefaults instantiates a new BinaryAdditionalResponse 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 *BinaryAdditionalResponse) GetBinaryId() int32
GetBinaryId returns the BinaryId field if non-nil, zero value otherwise.
func (o *BinaryAdditionalResponse) GetBinaryIdOk() (*int32, bool)
GetBinaryIdOk returns a tuple with the BinaryId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BinaryAdditionalResponse) SetBinaryId(v int32)
SetBinaryId sets BinaryId field to given value.
func (o *BinaryAdditionalResponse) GetDetails() BinaryAdditionalDetailsDataResponse
GetDetails returns the Details field if non-nil, zero value otherwise.
func (o *BinaryAdditionalResponse) GetDetailsOk() (*BinaryAdditionalDetailsDataResponse, bool)
GetDetailsOk returns a tuple with the Details field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BinaryAdditionalResponse) SetDetails(v BinaryAdditionalDetailsDataResponse)
SetDetails sets Details field to given value.
func (o *BinaryAdditionalResponse) SetDetailsNil(b bool)
SetDetailsNil sets the value for Details to be an explicit nil
func (o *BinaryAdditionalResponse) UnsetDetails()
UnsetDetails ensures that no value is present for Details, not even an explicit nil
func (o *BinaryAdditionalResponse) GetCreation() time.Time
GetCreation returns the Creation field if non-nil, zero value otherwise.
func (o *BinaryAdditionalResponse) GetCreationOk() (*time.Time, bool)
GetCreationOk returns a tuple with the Creation field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *BinaryAdditionalResponse) SetCreation(v time.Time)
SetCreation sets Creation field to given value.
func (o *BinaryAdditionalResponse) HasCreation() bool
HasCreation returns a boolean if a field has been set.
func (o *BinaryAdditionalResponse) SetCreationNil(b bool)
SetCreationNil sets the value for Creation to be an explicit nil
func (o *BinaryAdditionalResponse) UnsetCreation()
UnsetCreation ensures that no value is present for Creation, not even an explicit nil