Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.66 KB

SimplePublicObjectInput.md

File metadata and controls

51 lines (28 loc) · 1.66 KB

SimplePublicObjectInput

Properties

Name Type Description Notes
Properties map[string]string

Methods

NewSimplePublicObjectInput

func NewSimplePublicObjectInput(properties map[string]string, ) *SimplePublicObjectInput

NewSimplePublicObjectInput instantiates a new SimplePublicObjectInput 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

NewSimplePublicObjectInputWithDefaults

func NewSimplePublicObjectInputWithDefaults() *SimplePublicObjectInput

NewSimplePublicObjectInputWithDefaults instantiates a new SimplePublicObjectInput 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

GetProperties

func (o *SimplePublicObjectInput) GetProperties() map[string]string

GetProperties returns the Properties field if non-nil, zero value otherwise.

GetPropertiesOk

func (o *SimplePublicObjectInput) GetPropertiesOk() (*map[string]string, bool)

GetPropertiesOk returns a tuple with the Properties field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetProperties

func (o *SimplePublicObjectInput) SetProperties(v map[string]string)

SetProperties sets Properties field to given value.

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