Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.64 KB

PropertyMappingPreview.md

File metadata and controls

51 lines (28 loc) · 1.64 KB

PropertyMappingPreview

Properties

Name Type Description Notes
Preview map[string]interface{} [readonly]

Methods

NewPropertyMappingPreview

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

NewPropertyMappingPreviewWithDefaults

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

GetPreview

func (o *PropertyMappingPreview) GetPreview() map[string]interface{}

GetPreview returns the Preview field if non-nil, zero value otherwise.

GetPreviewOk

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.

SetPreview

func (o *PropertyMappingPreview) SetPreview(v map[string]interface{})

SetPreview sets Preview field to given value.

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