| Name | Type | Description | Notes |
|---|---|---|---|
| Actor | Pointer to []IamProjectPolicyCreateActor | [optional] | |
| Name | string | ||
| Resource | string | ||
| Role | string | ||
| Tag | Pointer to []Tag | [optional] |
func NewIamProjectPolicyCreate(name string, resource string, role string, ) *IamProjectPolicyCreate
NewIamProjectPolicyCreate instantiates a new IamProjectPolicyCreate 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 NewIamProjectPolicyCreateWithDefaults() *IamProjectPolicyCreate
NewIamProjectPolicyCreateWithDefaults instantiates a new IamProjectPolicyCreate 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 *IamProjectPolicyCreate) GetActor() []IamProjectPolicyCreateActor
GetActor returns the Actor field if non-nil, zero value otherwise.
func (o *IamProjectPolicyCreate) GetActorOk() (*[]IamProjectPolicyCreateActor, bool)
GetActorOk returns a tuple with the Actor field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IamProjectPolicyCreate) SetActor(v []IamProjectPolicyCreateActor)
SetActor sets Actor field to given value.
func (o *IamProjectPolicyCreate) HasActor() bool
HasActor returns a boolean if a field has been set.
func (o *IamProjectPolicyCreate) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *IamProjectPolicyCreate) 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 *IamProjectPolicyCreate) SetName(v string)
SetName sets Name field to given value.
func (o *IamProjectPolicyCreate) GetResource() string
GetResource returns the Resource field if non-nil, zero value otherwise.
func (o *IamProjectPolicyCreate) GetResourceOk() (*string, bool)
GetResourceOk returns a tuple with the Resource field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IamProjectPolicyCreate) SetResource(v string)
SetResource sets Resource field to given value.
func (o *IamProjectPolicyCreate) GetRole() string
GetRole returns the Role field if non-nil, zero value otherwise.
func (o *IamProjectPolicyCreate) GetRoleOk() (*string, bool)
GetRoleOk returns a tuple with the Role field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IamProjectPolicyCreate) SetRole(v string)
SetRole sets Role field to given value.
func (o *IamProjectPolicyCreate) GetTag() []Tag
GetTag returns the Tag field if non-nil, zero value otherwise.
func (o *IamProjectPolicyCreate) GetTagOk() (*[]Tag, bool)
GetTagOk returns a tuple with the Tag field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *IamProjectPolicyCreate) SetTag(v []Tag)
SetTag sets Tag field to given value.
func (o *IamProjectPolicyCreate) HasTag() bool
HasTag returns a boolean if a field has been set.