Name | Type | Description | Notes |
---|---|---|---|
EndpointGroupName | Pointer to string | Human-readable label that identifies a set of endpoints. | [optional] |
Endpoints | Pointer to []ApiAtlasCreateGCPForwardingRuleRequestView | List of individual private endpoints that comprise this endpoint group. | [optional] |
GcpProjectId | Pointer to string | Unique string that identifies the Google Cloud project in which you created the endpoints. | [optional] |
func NewApiAtlasCreateGCPEndpointGroupRequestViewAllOf() *ApiAtlasCreateGCPEndpointGroupRequestViewAllOf
NewApiAtlasCreateGCPEndpointGroupRequestViewAllOf instantiates a new ApiAtlasCreateGCPEndpointGroupRequestViewAllOf 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 NewApiAtlasCreateGCPEndpointGroupRequestViewAllOfWithDefaults() *ApiAtlasCreateGCPEndpointGroupRequestViewAllOf
NewApiAtlasCreateGCPEndpointGroupRequestViewAllOfWithDefaults instantiates a new ApiAtlasCreateGCPEndpointGroupRequestViewAllOf 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 *ApiAtlasCreateGCPEndpointGroupRequestViewAllOf) GetEndpointGroupName() string
GetEndpointGroupName returns the EndpointGroupName field if non-nil, zero value otherwise.
func (o *ApiAtlasCreateGCPEndpointGroupRequestViewAllOf) GetEndpointGroupNameOk() (*string, bool)
GetEndpointGroupNameOk returns a tuple with the EndpointGroupName field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiAtlasCreateGCPEndpointGroupRequestViewAllOf) SetEndpointGroupName(v string)
SetEndpointGroupName sets EndpointGroupName field to given value.
func (o *ApiAtlasCreateGCPEndpointGroupRequestViewAllOf) HasEndpointGroupName() bool
HasEndpointGroupName returns a boolean if a field has been set.
func (o *ApiAtlasCreateGCPEndpointGroupRequestViewAllOf) GetEndpoints() []ApiAtlasCreateGCPForwardingRuleRequestView
GetEndpoints returns the Endpoints field if non-nil, zero value otherwise.
func (o *ApiAtlasCreateGCPEndpointGroupRequestViewAllOf) GetEndpointsOk() (*[]ApiAtlasCreateGCPForwardingRuleRequestView, bool)
GetEndpointsOk returns a tuple with the Endpoints field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiAtlasCreateGCPEndpointGroupRequestViewAllOf) SetEndpoints(v []ApiAtlasCreateGCPForwardingRuleRequestView)
SetEndpoints sets Endpoints field to given value.
func (o *ApiAtlasCreateGCPEndpointGroupRequestViewAllOf) HasEndpoints() bool
HasEndpoints returns a boolean if a field has been set.
func (o *ApiAtlasCreateGCPEndpointGroupRequestViewAllOf) GetGcpProjectId() string
GetGcpProjectId returns the GcpProjectId field if non-nil, zero value otherwise.
func (o *ApiAtlasCreateGCPEndpointGroupRequestViewAllOf) GetGcpProjectIdOk() (*string, bool)
GetGcpProjectIdOk returns a tuple with the GcpProjectId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *ApiAtlasCreateGCPEndpointGroupRequestViewAllOf) SetGcpProjectId(v string)
SetGcpProjectId sets GcpProjectId field to given value.
func (o *ApiAtlasCreateGCPEndpointGroupRequestViewAllOf) HasGcpProjectId() bool
HasGcpProjectId returns a boolean if a field has been set.