Name | Type | Description | Notes |
---|---|---|---|
Detailed | Pointer to NullableBool | [optional] |
func NewReceivedDocumentInfoDefaultValues() *ReceivedDocumentInfoDefaultValues
NewReceivedDocumentInfoDefaultValues instantiates a new ReceivedDocumentInfoDefaultValues 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 NewReceivedDocumentInfoDefaultValuesWithDefaults() *ReceivedDocumentInfoDefaultValues
NewReceivedDocumentInfoDefaultValuesWithDefaults instantiates a new ReceivedDocumentInfoDefaultValues 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 *ReceivedDocumentInfoDefaultValues) GetDetailed() bool
GetDetailed returns the Detailed field if non-nil, zero value otherwise.
func (o *ReceivedDocumentInfoDefaultValues) GetDetailedOk() (*bool, bool)
GetDetailedOk returns a tuple with the Detailed field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ReceivedDocumentInfoDefaultValues) SetDetailed(v bool)
SetDetailed sets Detailed field to given value.
func (o *ReceivedDocumentInfoDefaultValues) HasDetailed() bool
HasDetailed returns a boolean if a field has been set.
func (o *ReceivedDocumentInfoDefaultValues) SetDetailedNil(b bool)
SetDetailedNil sets the value for Detailed to be an explicit nil
func (o *ReceivedDocumentInfoDefaultValues) UnsetDetailed()
UnsetDetailed ensures that no value is present for Detailed, not even an explicit nil