RolePropagationResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| RolePropagationId | Pointer to string | Id of the Role Propagation process triggered. | [optional] |
Methods
NewRolePropagationResponse
func NewRolePropagationResponse() *RolePropagationResponse
NewRolePropagationResponse instantiates a new RolePropagationResponse 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
NewRolePropagationResponseWithDefaults
func NewRolePropagationResponseWithDefaults() *RolePropagationResponse
NewRolePropagationResponseWithDefaults instantiates a new RolePropagationResponse 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
GetRolePropagationId
func (o *RolePropagationResponse) GetRolePropagationId() string
GetRolePropagationId returns the RolePropagationId field if non-nil, zero value otherwise.
GetRolePropagationIdOk
func (o *RolePropagationResponse) GetRolePropagationIdOk() (*string, bool)
GetRolePropagationIdOk returns a tuple with the RolePropagationId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetRolePropagationId
func (o *RolePropagationResponse) SetRolePropagationId(v string)
SetRolePropagationId sets RolePropagationId field to given value.
HasRolePropagationId
func (o *RolePropagationResponse) HasRolePropagationId() bool
HasRolePropagationId returns a boolean if a field has been set.