| Name | Type | Description | Notes |
|---|---|---|---|
| String | string | String literal | |
| VirtualAddress | int64 | Virtual address at which this string is defined. |
func NewAddUserStringInputBody(string_ string, virtualAddress int64, ) *AddUserStringInputBody
NewAddUserStringInputBody instantiates a new AddUserStringInputBody 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 NewAddUserStringInputBodyWithDefaults() *AddUserStringInputBody
NewAddUserStringInputBodyWithDefaults instantiates a new AddUserStringInputBody 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 *AddUserStringInputBody) GetString() string
GetString returns the String field if non-nil, zero value otherwise.
func (o *AddUserStringInputBody) GetStringOk() (*string, bool)
GetStringOk returns a tuple with the String field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddUserStringInputBody) SetString(v string)
SetString sets String field to given value.
func (o *AddUserStringInputBody) GetVirtualAddress() int64
GetVirtualAddress returns the VirtualAddress field if non-nil, zero value otherwise.
func (o *AddUserStringInputBody) GetVirtualAddressOk() (*int64, bool)
GetVirtualAddressOk returns a tuple with the VirtualAddress field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AddUserStringInputBody) SetVirtualAddress(v int64)
SetVirtualAddress sets VirtualAddress field to given value.