func NewRequest(properties RequestProperties, ) *Request
func NewRequestWithDefaults() *Request
func (o *Request) GetId() string
func (o *Request) GetIdOk() (*string, bool)
func (o *Request) SetId(v string)
func (o *Request) HasId() bool
func (o *Request) GetType() Type
func (o *Request) GetTypeOk() (*Type, bool)
func (o *Request) SetType(v Type)
func (o *Request) HasType() bool
func (o *Request) GetHref() string
func (o *Request) GetHrefOk() (*string, bool)
func (o *Request) SetHref(v string)
func (o *Request) HasHref() bool
func (o *Request) GetMetadata() RequestMetadata
func (o *Request) GetMetadataOk() (*RequestMetadata, bool)
func (o *Request) SetMetadata(v RequestMetadata)
func (o *Request) HasMetadata() bool
func (o *Request) GetProperties() RequestProperties
func (o *Request) GetPropertiesOk() (*RequestProperties, bool)
func (o *Request) SetProperties(v RequestProperties)