Name | Type | Description | Notes |
---|---|---|---|
Type | Pointer to string | [optional] [default to "company"] | |
Name | string | ||
Description | Pointer to string | [optional] [default to ""] | |
Context | Pointer to []map[string]interface{} | [optional] [default to []] | |
Created | Pointer to time.Time | [optional] | |
Modified | Pointer to time.Time | [optional] |
func NewCompanyInput(name string, ) *CompanyInput
NewCompanyInput instantiates a new CompanyInput 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 NewCompanyInputWithDefaults() *CompanyInput
NewCompanyInputWithDefaults instantiates a new CompanyInput 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 *CompanyInput) GetType() string
GetType returns the Type field if non-nil, zero value otherwise.
func (o *CompanyInput) GetTypeOk() (*string, bool)
GetTypeOk returns a tuple with the Type field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CompanyInput) SetType(v string)
SetType sets Type field to given value.
func (o *CompanyInput) HasType() bool
HasType returns a boolean if a field has been set.
func (o *CompanyInput) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *CompanyInput) 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.
func (o *CompanyInput) SetName(v string)
SetName sets Name field to given value.
func (o *CompanyInput) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *CompanyInput) GetDescriptionOk() (*string, bool)
GetDescriptionOk returns a tuple with the Description field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CompanyInput) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *CompanyInput) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *CompanyInput) GetContext() []map[string]interface{}
GetContext returns the Context field if non-nil, zero value otherwise.
func (o *CompanyInput) GetContextOk() (*[]map[string]interface{}, bool)
GetContextOk returns a tuple with the Context field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CompanyInput) SetContext(v []map[string]interface{})
SetContext sets Context field to given value.
func (o *CompanyInput) HasContext() bool
HasContext returns a boolean if a field has been set.
func (o *CompanyInput) GetCreated() time.Time
GetCreated returns the Created field if non-nil, zero value otherwise.
func (o *CompanyInput) GetCreatedOk() (*time.Time, bool)
GetCreatedOk returns a tuple with the Created field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CompanyInput) SetCreated(v time.Time)
SetCreated sets Created field to given value.
func (o *CompanyInput) HasCreated() bool
HasCreated returns a boolean if a field has been set.
func (o *CompanyInput) GetModified() time.Time
GetModified returns the Modified field if non-nil, zero value otherwise.
func (o *CompanyInput) GetModifiedOk() (*time.Time, bool)
GetModifiedOk returns a tuple with the Modified field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *CompanyInput) SetModified(v time.Time)
SetModified sets Modified field to given value.
func (o *CompanyInput) HasModified() bool
HasModified returns a boolean if a field has been set.