Skip to content

Latest commit

 

History

History
51 lines (28 loc) · 1.72 KB

ApikeyEditObjectV1Request.md

File metadata and controls

51 lines (28 loc) · 1.72 KB

ApikeyEditObjectV1Request

Properties

Name Type Description Notes
ObjApikey ApikeyRequestCompound

Methods

NewApikeyEditObjectV1Request

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

NewApikeyEditObjectV1RequestWithDefaults

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

GetObjApikey

func (o *ApikeyEditObjectV1Request) GetObjApikey() ApikeyRequestCompound

GetObjApikey returns the ObjApikey field if non-nil, zero value otherwise.

GetObjApikeyOk

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.

SetObjApikey

func (o *ApikeyEditObjectV1Request) SetObjApikey(v ApikeyRequestCompound)

SetObjApikey sets ObjApikey field to given value.

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