Name | Type | Description | Notes |
---|---|---|---|
Preview | map[string]interface{} | [readonly] |
func NewPropertyMappingPreview(preview map[string]interface{}, ) *PropertyMappingPreview
NewPropertyMappingPreview instantiates a new PropertyMappingPreview 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 NewPropertyMappingPreviewWithDefaults() *PropertyMappingPreview
NewPropertyMappingPreviewWithDefaults instantiates a new PropertyMappingPreview 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 *PropertyMappingPreview) GetPreview() map[string]interface{}
GetPreview returns the Preview field if non-nil, zero value otherwise.
func (o *PropertyMappingPreview) GetPreviewOk() (*map[string]interface{}, bool)
GetPreviewOk returns a tuple with the Preview field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *PropertyMappingPreview) SetPreview(v map[string]interface{})
SetPreview sets Preview field to given value.