func NewRequestProperties() *RequestProperties
func NewRequestPropertiesWithDefaults() *RequestProperties
func (o *RequestProperties) GetMethod() string
func (o *RequestProperties) GetMethodOk() (*string, bool)
func (o *RequestProperties) SetMethod(v string)
func (o *RequestProperties) HasMethod() bool
func (o *RequestProperties) GetHeaders() map[string]string
func (o *RequestProperties) GetHeadersOk() (*map[string]string, bool)
func (o *RequestProperties) SetHeaders(v map[string]string)
func (o *RequestProperties) HasHeaders() bool
func (o *RequestProperties) GetBody() string
func (o *RequestProperties) GetBodyOk() (*string, bool)
func (o *RequestProperties) SetBody(v string)
func (o *RequestProperties) HasBody() bool
func (o *RequestProperties) GetUrl() string
func (o *RequestProperties) GetUrlOk() (*string, bool)
func (o *RequestProperties) SetUrl(v string)
func (o *RequestProperties) HasUrl() bool