Skip to content

Latest commit

 

History

History
72 lines (39 loc) · 2.21 KB

File metadata and controls

72 lines (39 loc) · 2.21 KB

AddUserStringInputBody

Properties

Name Type Description Notes
String string String literal
VirtualAddress int64 Virtual address at which this string is defined.

Methods

NewAddUserStringInputBody

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

NewAddUserStringInputBodyWithDefaults

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

GetString

func (o *AddUserStringInputBody) GetString() string

GetString returns the String field if non-nil, zero value otherwise.

GetStringOk

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.

SetString

func (o *AddUserStringInputBody) SetString(v string)

SetString sets String field to given value.

GetVirtualAddress

func (o *AddUserStringInputBody) GetVirtualAddress() int64

GetVirtualAddress returns the VirtualAddress field if non-nil, zero value otherwise.

GetVirtualAddressOk

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.

SetVirtualAddress

func (o *AddUserStringInputBody) SetVirtualAddress(v int64)

SetVirtualAddress sets VirtualAddress field to given value.

[Back to Model list] [Back to API list] [Back to README]