| Name | Type | Description | Notes |
|---|---|---|---|
| ApiVersion | Pointer to string | API Version of the policy list resource | [optional] [readonly] |
| Items | Pointer to []NamespaceMeshPolicy | List of the namespace policy resources | [optional] [readonly] |
| Kind | Pointer to string | Kind of the policy list resource | [optional] [readonly] |
| Metadata | Pointer to ListMetadata | [optional] |
func NewNamespaceMeshPolicyList() *NamespaceMeshPolicyList
NewNamespaceMeshPolicyList instantiates a new NamespaceMeshPolicyList 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 NewNamespaceMeshPolicyListWithDefaults() *NamespaceMeshPolicyList
NewNamespaceMeshPolicyListWithDefaults instantiates a new NamespaceMeshPolicyList 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 *NamespaceMeshPolicyList) GetApiVersion() string
GetApiVersion returns the ApiVersion field if non-nil, zero value otherwise.
func (o *NamespaceMeshPolicyList) GetApiVersionOk() (*string, bool)
GetApiVersionOk returns a tuple with the ApiVersion field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NamespaceMeshPolicyList) SetApiVersion(v string)
SetApiVersion sets ApiVersion field to given value.
func (o *NamespaceMeshPolicyList) HasApiVersion() bool
HasApiVersion returns a boolean if a field has been set.
func (o *NamespaceMeshPolicyList) GetItems() []NamespaceMeshPolicy
GetItems returns the Items field if non-nil, zero value otherwise.
func (o *NamespaceMeshPolicyList) GetItemsOk() (*[]NamespaceMeshPolicy, bool)
GetItemsOk returns a tuple with the Items field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NamespaceMeshPolicyList) SetItems(v []NamespaceMeshPolicy)
SetItems sets Items field to given value.
func (o *NamespaceMeshPolicyList) HasItems() bool
HasItems returns a boolean if a field has been set.
func (o *NamespaceMeshPolicyList) GetKind() string
GetKind returns the Kind field if non-nil, zero value otherwise.
func (o *NamespaceMeshPolicyList) GetKindOk() (*string, bool)
GetKindOk returns a tuple with the Kind field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NamespaceMeshPolicyList) SetKind(v string)
SetKind sets Kind field to given value.
func (o *NamespaceMeshPolicyList) HasKind() bool
HasKind returns a boolean if a field has been set.
func (o *NamespaceMeshPolicyList) GetMetadata() ListMetadata
GetMetadata returns the Metadata field if non-nil, zero value otherwise.
func (o *NamespaceMeshPolicyList) GetMetadataOk() (*ListMetadata, bool)
GetMetadataOk returns a tuple with the Metadata field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *NamespaceMeshPolicyList) SetMetadata(v ListMetadata)
SetMetadata sets Metadata field to given value.
func (o *NamespaceMeshPolicyList) HasMetadata() bool
HasMetadata returns a boolean if a field has been set.