CreateRequest
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Payload | map[string]interface{} | Payload to validate and persist as a new record. |
Methods
NewCreateRequest
func NewCreateRequest(payload map[string]interface{}, ) *CreateRequest
NewCreateRequest instantiates a new CreateRequest 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
NewCreateRequestWithDefaults
func NewCreateRequestWithDefaults() *CreateRequest
NewCreateRequestWithDefaults instantiates a new CreateRequest 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
GetPayload
func (o *CreateRequest) GetPayload() map[string]interface{}
GetPayload returns the Payload field if non-nil, zero value otherwise.
GetPayloadOk
func (o *CreateRequest) GetPayloadOk() (*map[string]interface{}, bool)
GetPayloadOk returns a tuple with the Payload field if it’s non-nil, zero value otherwise and a boolean to check if the value has been set.
SetPayload
func (o *CreateRequest) SetPayload(v map[string]interface{})
SetPayload sets Payload field to given value.