| Name | Type | Description | Notes |
|---|---|---|---|
| Md5 | Pointer to string | [optional] | |
| Type | Pointer to string | [optional] | |
| ByteLength | Pointer to int32 | [optional] | |
| RevisionNumber | Pointer to int32 | [optional] | |
| DateTimestamp | Pointer to int32 | [optional] | |
| Deleted | Pointer to bool | [optional] | |
| DeletedTimestamp | Pointer to int32 | [optional] | |
| Transitions | Pointer to []V1Transition | [optional] | |
| Info | Pointer to V1Info | [optional] | |
| RedirectHttpCode | Pointer to int32 | The HTTP code | [optional] |
| HighestRevisionNumber | Pointer to string | [optional] | |
| Url | Pointer to string | The redirect from URL | [optional] |
func NewV1RedirectResponse() *V1RedirectResponse
NewV1RedirectResponse instantiates a new V1RedirectResponse 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
func NewV1RedirectResponseWithDefaults() *V1RedirectResponse
NewV1RedirectResponseWithDefaults instantiates a new V1RedirectResponse 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
func (o *V1RedirectResponse) GetMd5() string
GetMd5 returns the Md5 field if non-nil, zero value otherwise.
func (o *V1RedirectResponse) GetMd5Ok() (*string, bool)
GetMd5Ok returns a tuple with the Md5 field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V1RedirectResponse) SetMd5(v string)
SetMd5 sets Md5 field to given value.
func (o *V1RedirectResponse) HasMd5() bool
HasMd5 returns a boolean if a field has been set.
func (o *V1RedirectResponse) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *V1RedirectResponse) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V1RedirectResponse) SetType(v string)
SetType sets Type field to given value.
func (o *V1RedirectResponse) HasType() bool
HasType returns a boolean if a field has been set.
func (o *V1RedirectResponse) GetByteLength() int32
GetByteLength returns the ByteLength field if non-nil, zero value otherwise.
func (o *V1RedirectResponse) GetByteLengthOk() (*int32, bool)
GetByteLengthOk returns a tuple with the ByteLength field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V1RedirectResponse) SetByteLength(v int32)
SetByteLength sets ByteLength field to given value.
func (o *V1RedirectResponse) HasByteLength() bool
HasByteLength returns a boolean if a field has been set.
func (o *V1RedirectResponse) GetRevisionNumber() int32
GetRevisionNumber returns the RevisionNumber field if non-nil, zero value otherwise.
func (o *V1RedirectResponse) GetRevisionNumberOk() (*int32, bool)
GetRevisionNumberOk returns a tuple with the RevisionNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V1RedirectResponse) SetRevisionNumber(v int32)
SetRevisionNumber sets RevisionNumber field to given value.
func (o *V1RedirectResponse) HasRevisionNumber() bool
HasRevisionNumber returns a boolean if a field has been set.
func (o *V1RedirectResponse) GetDateTimestamp() int32
GetDateTimestamp returns the DateTimestamp field if non-nil, zero value otherwise.
func (o *V1RedirectResponse) GetDateTimestampOk() (*int32, bool)
GetDateTimestampOk returns a tuple with the DateTimestamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V1RedirectResponse) SetDateTimestamp(v int32)
SetDateTimestamp sets DateTimestamp field to given value.
func (o *V1RedirectResponse) HasDateTimestamp() bool
HasDateTimestamp returns a boolean if a field has been set.
func (o *V1RedirectResponse) GetDeleted() bool
GetDeleted returns the Deleted field if non-nil, zero value otherwise.
func (o *V1RedirectResponse) GetDeletedOk() (*bool, bool)
GetDeletedOk returns a tuple with the Deleted field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V1RedirectResponse) SetDeleted(v bool)
SetDeleted sets Deleted field to given value.
func (o *V1RedirectResponse) HasDeleted() bool
HasDeleted returns a boolean if a field has been set.
func (o *V1RedirectResponse) GetDeletedTimestamp() int32
GetDeletedTimestamp returns the DeletedTimestamp field if non-nil, zero value otherwise.
func (o *V1RedirectResponse) GetDeletedTimestampOk() (*int32, bool)
GetDeletedTimestampOk returns a tuple with the DeletedTimestamp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V1RedirectResponse) SetDeletedTimestamp(v int32)
SetDeletedTimestamp sets DeletedTimestamp field to given value.
func (o *V1RedirectResponse) HasDeletedTimestamp() bool
HasDeletedTimestamp returns a boolean if a field has been set.
func (o *V1RedirectResponse) GetTransitions() []V1Transition
GetTransitions returns the Transitions field if non-nil, zero value otherwise.
func (o *V1RedirectResponse) GetTransitionsOk() (*[]V1Transition, bool)
GetTransitionsOk returns a tuple with the Transitions field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V1RedirectResponse) SetTransitions(v []V1Transition)
SetTransitions sets Transitions field to given value.
func (o *V1RedirectResponse) HasTransitions() bool
HasTransitions returns a boolean if a field has been set.
func (o *V1RedirectResponse) GetInfo() V1Info
GetInfo returns the Info field if non-nil, zero value otherwise.
func (o *V1RedirectResponse) GetInfoOk() (*V1Info, bool)
GetInfoOk returns a tuple with the Info field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V1RedirectResponse) SetInfo(v V1Info)
SetInfo sets Info field to given value.
func (o *V1RedirectResponse) HasInfo() bool
HasInfo returns a boolean if a field has been set.
func (o *V1RedirectResponse) GetRedirectHttpCode() int32
GetRedirectHttpCode returns the RedirectHttpCode field if non-nil, zero value otherwise.
func (o *V1RedirectResponse) GetRedirectHttpCodeOk() (*int32, bool)
GetRedirectHttpCodeOk returns a tuple with the RedirectHttpCode field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V1RedirectResponse) SetRedirectHttpCode(v int32)
SetRedirectHttpCode sets RedirectHttpCode field to given value.
func (o *V1RedirectResponse) HasRedirectHttpCode() bool
HasRedirectHttpCode returns a boolean if a field has been set.
func (o *V1RedirectResponse) GetHighestRevisionNumber() string
GetHighestRevisionNumber returns the HighestRevisionNumber field if non-nil, zero value otherwise.
func (o *V1RedirectResponse) GetHighestRevisionNumberOk() (*string, bool)
GetHighestRevisionNumberOk returns a tuple with the HighestRevisionNumber field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V1RedirectResponse) SetHighestRevisionNumber(v string)
SetHighestRevisionNumber sets HighestRevisionNumber field to given value.
func (o *V1RedirectResponse) HasHighestRevisionNumber() bool
HasHighestRevisionNumber returns a boolean if a field has been set.
func (o *V1RedirectResponse) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *V1RedirectResponse) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *V1RedirectResponse) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *V1RedirectResponse) HasUrl() bool
HasUrl returns a boolean if a field has been set.