bunnyshell.com/sdk@v0.16.0/docs/ProjectCreateAction.md (about) 1 # ProjectCreateAction 2 3 ## Properties 4 5 Name | Type | Description | Notes 6 ------------ | ------------- | ------------- | ------------- 7 **Name** | **string** | | 8 **Organization** | **string** | | 9 **Labels** | Pointer to **map[string]string** | | [optional] 10 11 ## Methods 12 13 ### NewProjectCreateAction 14 15 `func NewProjectCreateAction(name string, organization string, ) *ProjectCreateAction` 16 17 NewProjectCreateAction instantiates a new ProjectCreateAction object 18 This constructor will assign default values to properties that have it defined, 19 and makes sure properties required by API are set, but the set of arguments 20 will change when the set of required properties is changed 21 22 ### NewProjectCreateActionWithDefaults 23 24 `func NewProjectCreateActionWithDefaults() *ProjectCreateAction` 25 26 NewProjectCreateActionWithDefaults instantiates a new ProjectCreateAction object 27 This constructor will only assign default values to properties that have it defined, 28 but it doesn't guarantee that properties required by API are set 29 30 ### GetName 31 32 `func (o *ProjectCreateAction) GetName() string` 33 34 GetName returns the Name field if non-nil, zero value otherwise. 35 36 ### GetNameOk 37 38 `func (o *ProjectCreateAction) GetNameOk() (*string, bool)` 39 40 GetNameOk returns a tuple with the Name field if it's non-nil, zero value otherwise 41 and a boolean to check if the value has been set. 42 43 ### SetName 44 45 `func (o *ProjectCreateAction) SetName(v string)` 46 47 SetName sets Name field to given value. 48 49 50 ### GetOrganization 51 52 `func (o *ProjectCreateAction) GetOrganization() string` 53 54 GetOrganization returns the Organization field if non-nil, zero value otherwise. 55 56 ### GetOrganizationOk 57 58 `func (o *ProjectCreateAction) GetOrganizationOk() (*string, bool)` 59 60 GetOrganizationOk returns a tuple with the Organization field if it's non-nil, zero value otherwise 61 and a boolean to check if the value has been set. 62 63 ### SetOrganization 64 65 `func (o *ProjectCreateAction) SetOrganization(v string)` 66 67 SetOrganization sets Organization field to given value. 68 69 70 ### GetLabels 71 72 `func (o *ProjectCreateAction) GetLabels() map[string]string` 73 74 GetLabels returns the Labels field if non-nil, zero value otherwise. 75 76 ### GetLabelsOk 77 78 `func (o *ProjectCreateAction) GetLabelsOk() (*map[string]string, bool)` 79 80 GetLabelsOk returns a tuple with the Labels field if it's non-nil, zero value otherwise 81 and a boolean to check if the value has been set. 82 83 ### SetLabels 84 85 `func (o *ProjectCreateAction) SetLabels(v map[string]string)` 86 87 SetLabels sets Labels field to given value. 88 89 ### HasLabels 90 91 `func (o *ProjectCreateAction) HasLabels() bool` 92 93 HasLabels returns a boolean if a field has been set. 94 95 96 [[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md) 97 98