Skip to main content

CreateUploadedConfigurationV1Request

Properties

NameTypeDescriptionNotes
Data*os.FileJSON file containing the objects to be imported.
NamestringName that will be assigned to the uploaded configuration file.

Methods

NewCreateUploadedConfigurationV1Request

func NewCreateUploadedConfigurationV1Request(data *os.File, name string, ) *CreateUploadedConfigurationV1Request

NewCreateUploadedConfigurationV1Request instantiates a new CreateUploadedConfigurationV1Request 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

NewCreateUploadedConfigurationV1RequestWithDefaults

func NewCreateUploadedConfigurationV1RequestWithDefaults() *CreateUploadedConfigurationV1Request

NewCreateUploadedConfigurationV1RequestWithDefaults instantiates a new CreateUploadedConfigurationV1Request 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

GetData

func (o *CreateUploadedConfigurationV1Request) GetData() *os.File

GetData returns the Data field if non-nil, zero value otherwise.

GetDataOk

func (o *CreateUploadedConfigurationV1Request) GetDataOk() (**os.File, bool)

GetDataOk returns a tuple with the Data field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetData

func (o *CreateUploadedConfigurationV1Request) SetData(v *os.File)

SetData sets Data field to given value.

GetName

func (o *CreateUploadedConfigurationV1Request) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *CreateUploadedConfigurationV1Request) GetNameOk() (*string, bool)

GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetName

func (o *CreateUploadedConfigurationV1Request) SetName(v string)

SetName sets Name field to given value.