Name | Type | Description | Notes |
---|---|---|---|
ObjApikey | ApikeyRequestCompound |
func NewApikeyEditObjectV1Request(objApikey ApikeyRequestCompound, ) *ApikeyEditObjectV1Request
NewApikeyEditObjectV1Request instantiates a new ApikeyEditObjectV1Request 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 NewApikeyEditObjectV1RequestWithDefaults() *ApikeyEditObjectV1Request
NewApikeyEditObjectV1RequestWithDefaults instantiates a new ApikeyEditObjectV1Request 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 *ApikeyEditObjectV1Request) GetObjApikey() ApikeyRequestCompound
GetObjApikey returns the ObjApikey field if non-nil, zero value otherwise.
func (o *ApikeyEditObjectV1Request) GetObjApikeyOk() (*ApikeyRequestCompound, bool)
GetObjApikeyOk returns a tuple with the ObjApikey field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApikeyEditObjectV1Request) SetObjApikey(v ApikeyRequestCompound)
SetObjApikey sets ObjApikey field to given value.