| Name | Type | Description | Notes |
|---|---|---|---|
| Create | Pointer to []string | A list of repositories to create that will contain FPGA payloads | [optional] |
| Existing | Pointer to []string | A list of existing repositories that will contain FPGA payloads | [optional] |
func NewFPGAPayloadRepositories() *FPGAPayloadRepositories
NewFPGAPayloadRepositories instantiates a new FPGAPayloadRepositories 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 NewFPGAPayloadRepositoriesWithDefaults() *FPGAPayloadRepositories
NewFPGAPayloadRepositoriesWithDefaults instantiates a new FPGAPayloadRepositories 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 *FPGAPayloadRepositories) GetCreate() []string
GetCreate returns the Create field if non-nil, zero value otherwise.
func (o *FPGAPayloadRepositories) GetCreateOk() (*[]string, bool)
GetCreateOk returns a tuple with the Create field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FPGAPayloadRepositories) SetCreate(v []string)
SetCreate sets Create field to given value.
func (o *FPGAPayloadRepositories) HasCreate() bool
HasCreate returns a boolean if a field has been set.
func (o *FPGAPayloadRepositories) GetExisting() []string
GetExisting returns the Existing field if non-nil, zero value otherwise.
func (o *FPGAPayloadRepositories) GetExistingOk() (*[]string, bool)
GetExistingOk returns a tuple with the Existing field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FPGAPayloadRepositories) SetExisting(v []string)
SetExisting sets Existing field to given value.
func (o *FPGAPayloadRepositories) HasExisting() bool
HasExisting returns a boolean if a field has been set.