Skip to content

Latest commit

 

History

History
82 lines (45 loc) · 2.52 KB

RemoteServiceValidationErrorInfo.md

File metadata and controls

82 lines (45 loc) · 2.52 KB

RemoteServiceValidationErrorInfo

Properties

Name Type Description Notes
Message Pointer to string [optional]
Members Pointer to []string [optional]

Methods

NewRemoteServiceValidationErrorInfo

func NewRemoteServiceValidationErrorInfo() *RemoteServiceValidationErrorInfo

NewRemoteServiceValidationErrorInfo instantiates a new RemoteServiceValidationErrorInfo 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

NewRemoteServiceValidationErrorInfoWithDefaults

func NewRemoteServiceValidationErrorInfoWithDefaults() *RemoteServiceValidationErrorInfo

NewRemoteServiceValidationErrorInfoWithDefaults instantiates a new RemoteServiceValidationErrorInfo 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

GetMessage

func (o *RemoteServiceValidationErrorInfo) GetMessage() string

GetMessage returns the Message field if non-nil, zero value otherwise.

GetMessageOk

func (o *RemoteServiceValidationErrorInfo) GetMessageOk() (*string, bool)

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

SetMessage

func (o *RemoteServiceValidationErrorInfo) SetMessage(v string)

SetMessage sets Message field to given value.

HasMessage

func (o *RemoteServiceValidationErrorInfo) HasMessage() bool

HasMessage returns a boolean if a field has been set.

GetMembers

func (o *RemoteServiceValidationErrorInfo) GetMembers() []string

GetMembers returns the Members field if non-nil, zero value otherwise.

GetMembersOk

func (o *RemoteServiceValidationErrorInfo) GetMembersOk() (*[]string, bool)

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

SetMembers

func (o *RemoteServiceValidationErrorInfo) SetMembers(v []string)

SetMembers sets Members field to given value.

HasMembers

func (o *RemoteServiceValidationErrorInfo) HasMembers() bool

HasMembers returns a boolean if a field has been set.

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