Skip to content

Latest commit

 

History

History
66 lines (37 loc) · 2.17 KB

ReceivedDocumentInfoDefaultValues.md

File metadata and controls

66 lines (37 loc) · 2.17 KB

ReceivedDocumentInfoDefaultValues

Properties

Name Type Description Notes
Detailed Pointer to NullableBool [optional]

Methods

NewReceivedDocumentInfoDefaultValues

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

NewReceivedDocumentInfoDefaultValuesWithDefaults

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

GetDetailed

func (o *ReceivedDocumentInfoDefaultValues) GetDetailed() bool

GetDetailed returns the Detailed field if non-nil, zero value otherwise.

GetDetailedOk

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.

SetDetailed

func (o *ReceivedDocumentInfoDefaultValues) SetDetailed(v bool)

SetDetailed sets Detailed field to given value.

HasDetailed

func (o *ReceivedDocumentInfoDefaultValues) HasDetailed() bool

HasDetailed returns a boolean if a field has been set.

SetDetailedNil

func (o *ReceivedDocumentInfoDefaultValues) SetDetailedNil(b bool)

SetDetailedNil sets the value for Detailed to be an explicit nil

UnsetDetailed

func (o *ReceivedDocumentInfoDefaultValues) UnsetDetailed()

UnsetDetailed ensures that no value is present for Detailed, not even an explicit nil

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