Name | Type | Description | Notes |
---|---|---|---|
Audit | Pointer to Audit | [optional] | |
Layout | Pointer to Layout | [optional] |
func NewLayoutDetails() *LayoutDetails
NewLayoutDetails instantiates a new LayoutDetails 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 NewLayoutDetailsWithDefaults() *LayoutDetails
NewLayoutDetailsWithDefaults instantiates a new LayoutDetails 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 *LayoutDetails) GetAudit() Audit
GetAudit returns the Audit field if non-nil, zero value otherwise.
func (o *LayoutDetails) GetAuditOk() (*Audit, bool)
GetAuditOk returns a tuple with the Audit field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LayoutDetails) SetAudit(v Audit)
SetAudit sets Audit field to given value.
func (o *LayoutDetails) HasAudit() bool
HasAudit returns a boolean if a field has been set.
func (o *LayoutDetails) GetLayout() Layout
GetLayout returns the Layout field if non-nil, zero value otherwise.
func (o *LayoutDetails) GetLayoutOk() (*Layout, bool)
GetLayoutOk returns a tuple with the Layout field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *LayoutDetails) SetLayout(v Layout)
SetLayout sets Layout field to given value.
func (o *LayoutDetails) HasLayout() bool
HasLayout returns a boolean if a field has been set.