Name | Type | Description | Notes |
---|---|---|---|
ResourceType | Pointer to string | [optional] | |
ResourceName | Pointer to string | [optional] | |
Owner | Pointer to string | [optional] | |
Description | Pointer to string | [optional] |
func NewStackpathRpcResourceInfoAllOf() *StackpathRpcResourceInfoAllOf
NewStackpathRpcResourceInfoAllOf instantiates a new StackpathRpcResourceInfoAllOf 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 NewStackpathRpcResourceInfoAllOfWithDefaults() *StackpathRpcResourceInfoAllOf
NewStackpathRpcResourceInfoAllOfWithDefaults instantiates a new StackpathRpcResourceInfoAllOf 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 *StackpathRpcResourceInfoAllOf) GetResourceType() string
GetResourceType returns the ResourceType field if non-nil, zero value otherwise.
func (o *StackpathRpcResourceInfoAllOf) GetResourceTypeOk() (*string, bool)
GetResourceTypeOk returns a tuple with the ResourceType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StackpathRpcResourceInfoAllOf) SetResourceType(v string)
SetResourceType sets ResourceType field to given value.
func (o *StackpathRpcResourceInfoAllOf) HasResourceType() bool
HasResourceType returns a boolean if a field has been set.
func (o *StackpathRpcResourceInfoAllOf) GetResourceName() string
GetResourceName returns the ResourceName field if non-nil, zero value otherwise.
func (o *StackpathRpcResourceInfoAllOf) GetResourceNameOk() (*string, bool)
GetResourceNameOk returns a tuple with the ResourceName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StackpathRpcResourceInfoAllOf) SetResourceName(v string)
SetResourceName sets ResourceName field to given value.
func (o *StackpathRpcResourceInfoAllOf) HasResourceName() bool
HasResourceName returns a boolean if a field has been set.
func (o *StackpathRpcResourceInfoAllOf) GetOwner() string
GetOwner returns the Owner field if non-nil, zero value otherwise.
func (o *StackpathRpcResourceInfoAllOf) GetOwnerOk() (*string, bool)
GetOwnerOk returns a tuple with the Owner field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *StackpathRpcResourceInfoAllOf) SetOwner(v string)
SetOwner sets Owner field to given value.
func (o *StackpathRpcResourceInfoAllOf) HasOwner() bool
HasOwner returns a boolean if a field has been set.
func (o *StackpathRpcResourceInfoAllOf) GetDescription() string
GetDescription returns the Description field if non-nil, zero value otherwise.
func (o *StackpathRpcResourceInfoAllOf) 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 *StackpathRpcResourceInfoAllOf) SetDescription(v string)
SetDescription sets Description field to given value.
func (o *StackpathRpcResourceInfoAllOf) HasDescription() bool
HasDescription returns a boolean if a field has been set.