Name | Type | Description | Notes |
---|---|---|---|
Category | Pointer to string | [optional] | |
Guid | Pointer to string | [optional] | |
CreatedBy | Pointer to string | [optional] | |
UpdatedBy | Pointer to string | [optional] | |
CreateTime | Pointer to time.Time | [optional] | |
UpdateTime | Pointer to time.Time | [optional] | |
Version | Pointer to int64 | [optional] | |
Name | Pointer to string | [optional] | |
Description | Pointer to string | [optional] | |
TypeVersion | Pointer to string | [optional] | |
ServiceType | Pointer to string | [optional] | |
Options | Pointer to map[string]string | [optional] | |
AttributeDefs | Pointer to []AtlasAttributeDef | [optional] |
func NewAtlasBusinessMetadataDef() *AtlasBusinessMetadataDef
NewAtlasBusinessMetadataDef instantiates a new AtlasBusinessMetadataDef 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 NewAtlasBusinessMetadataDefWithDefaults() *AtlasBusinessMetadataDef
NewAtlasBusinessMetadataDefWithDefaults instantiates a new AtlasBusinessMetadataDef 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 *AtlasBusinessMetadataDef) GetCategory() string
GetCategory returns the Category field if non-nil, zero value otherwise.
func (o *AtlasBusinessMetadataDef) GetCategoryOk() (*string, bool)
GetCategoryOk returns a tuple with the Category field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AtlasBusinessMetadataDef) SetCategory(v string)
SetCategory sets Category field to given value.
func (o *AtlasBusinessMetadataDef) HasCategory() bool
HasCategory returns a boolean if a field has been set.
func (o *AtlasBusinessMetadataDef) GetGuid() string
GetGuid returns the Guid field if non-nil, zero value otherwise.
func (o *AtlasBusinessMetadataDef) GetGuidOk() (*string, bool)
GetGuidOk returns a tuple with the Guid field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AtlasBusinessMetadataDef) SetGuid(v string)
SetGuid sets Guid field to given value.
func (o *AtlasBusinessMetadataDef) HasGuid() bool
HasGuid returns a boolean if a field has been set.
func (o *AtlasBusinessMetadataDef) GetCreatedBy() string
GetCreatedBy returns the CreatedBy field if non-nil, zero value otherwise.
func (o *AtlasBusinessMetadataDef) GetCreatedByOk() (*string, bool)
GetCreatedByOk returns a tuple with the CreatedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AtlasBusinessMetadataDef) SetCreatedBy(v string)
SetCreatedBy sets CreatedBy field to given value.
func (o *AtlasBusinessMetadataDef) HasCreatedBy() bool
HasCreatedBy returns a boolean if a field has been set.
func (o *AtlasBusinessMetadataDef) GetUpdatedBy() string
GetUpdatedBy returns the UpdatedBy field if non-nil, zero value otherwise.
func (o *AtlasBusinessMetadataDef) GetUpdatedByOk() (*string, bool)
GetUpdatedByOk returns a tuple with the UpdatedBy field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AtlasBusinessMetadataDef) SetUpdatedBy(v string)
SetUpdatedBy sets UpdatedBy field to given value.
func (o *AtlasBusinessMetadataDef) HasUpdatedBy() bool
HasUpdatedBy returns a boolean if a field has been set.
func (o *AtlasBusinessMetadataDef) GetCreateTime() time.Time
GetCreateTime returns the CreateTime field if non-nil, zero value otherwise.
func (o *AtlasBusinessMetadataDef) GetCreateTimeOk() (*time.Time, bool)
GetCreateTimeOk returns a tuple with the CreateTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AtlasBusinessMetadataDef) SetCreateTime(v time.Time)
SetCreateTime sets CreateTime field to given value.
func (o *AtlasBusinessMetadataDef) HasCreateTime() bool
HasCreateTime returns a boolean if a field has been set.
func (o *AtlasBusinessMetadataDef) GetUpdateTime() time.Time
GetUpdateTime returns the UpdateTime field if non-nil, zero value otherwise.
func (o *AtlasBusinessMetadataDef) GetUpdateTimeOk() (*time.Time, bool)
GetUpdateTimeOk returns a tuple with the UpdateTime field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AtlasBusinessMetadataDef) SetUpdateTime(v time.Time)
SetUpdateTime sets UpdateTime field to given value.
func (o *AtlasBusinessMetadataDef) HasUpdateTime() bool
HasUpdateTime returns a boolean if a field has been set.
func (o *AtlasBusinessMetadataDef) GetVersion() int64
GetVersion returns the Version field if non-nil, zero value otherwise.
func (o *AtlasBusinessMetadataDef) GetVersionOk() (*int64, bool)
GetVersionOk returns a tuple with the Version field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AtlasBusinessMetadataDef) SetVersion(v int64)
SetVersion sets Version field to given value.
func (o *AtlasBusinessMetadataDef) HasVersion() bool
HasVersion returns a boolean if a field has been set.
func (o *AtlasBusinessMetadataDef) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *AtlasBusinessMetadataDef) 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 *AtlasBusinessMetadataDef) SetName(v string)
SetName sets Name field to given value.
func (o *AtlasBusinessMetadataDef) HasName() bool
HasName returns a boolean if a field has been set.
func (o *AtlasBusinessMetadataDef) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *AtlasBusinessMetadataDef) 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 *AtlasBusinessMetadataDef) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *AtlasBusinessMetadataDef) HasDescription() bool
HasDescription returns a boolean if a field has been set.
func (o *AtlasBusinessMetadataDef) GetTypeVersion() string
GetTypeVersion returns the TypeVersion field if non-nil, zero value otherwise.
func (o *AtlasBusinessMetadataDef) GetTypeVersionOk() (*string, bool)
GetTypeVersionOk returns a tuple with the TypeVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AtlasBusinessMetadataDef) SetTypeVersion(v string)
SetTypeVersion sets TypeVersion field to given value.
func (o *AtlasBusinessMetadataDef) HasTypeVersion() bool
HasTypeVersion returns a boolean if a field has been set.
func (o *AtlasBusinessMetadataDef) GetServiceType() string
GetServiceType returns the ServiceType field if non-nil, zero value otherwise.
func (o *AtlasBusinessMetadataDef) GetServiceTypeOk() (*string, bool)
GetServiceTypeOk returns a tuple with the ServiceType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AtlasBusinessMetadataDef) SetServiceType(v string)
SetServiceType sets ServiceType field to given value.
func (o *AtlasBusinessMetadataDef) HasServiceType() bool
HasServiceType returns a boolean if a field has been set.
func (o *AtlasBusinessMetadataDef) GetOptions() map[string]string
GetOptions returns the Options field if non-nil, zero value otherwise.
func (o *AtlasBusinessMetadataDef) GetOptionsOk() (*map[string]string, bool)
GetOptionsOk returns a tuple with the Options field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AtlasBusinessMetadataDef) SetOptions(v map[string]string)
SetOptions sets Options field to given value.
func (o *AtlasBusinessMetadataDef) HasOptions() bool
HasOptions returns a boolean if a field has been set.
func (o *AtlasBusinessMetadataDef) GetAttributeDefs() []AtlasAttributeDef
GetAttributeDefs returns the AttributeDefs field if non-nil, zero value otherwise.
func (o *AtlasBusinessMetadataDef) GetAttributeDefsOk() (*[]AtlasAttributeDef, bool)
GetAttributeDefsOk returns a tuple with the AttributeDefs field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *AtlasBusinessMetadataDef) SetAttributeDefs(v []AtlasAttributeDef)
SetAttributeDefs sets AttributeDefs field to given value.
func (o *AtlasBusinessMetadataDef) HasAttributeDefs() bool
HasAttributeDefs returns a boolean if a field has been set.