Name | Type | Description | Notes |
---|---|---|---|
ApiId | Pointer to string | [optional] | |
Headers | Pointer to map[string]string | [optional] | |
Name | Pointer to string | [optional] | |
Sdl | Pointer to string | [optional] | |
SubscriptionType | Pointer to string | [optional] | |
Url | Pointer to string | [optional] |
func NewGraphQLSubgraphEntity() *GraphQLSubgraphEntity
NewGraphQLSubgraphEntity instantiates a new GraphQLSubgraphEntity 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 NewGraphQLSubgraphEntityWithDefaults() *GraphQLSubgraphEntity
NewGraphQLSubgraphEntityWithDefaults instantiates a new GraphQLSubgraphEntity 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 *GraphQLSubgraphEntity) GetApiId() string
GetApiId returns the ApiId field if non-nil, zero value otherwise.
func (o *GraphQLSubgraphEntity) GetApiIdOk() (*string, bool)
GetApiIdOk returns a tuple with the ApiId field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GraphQLSubgraphEntity) SetApiId(v string)
SetApiId sets ApiId field to given value.
func (o *GraphQLSubgraphEntity) HasApiId() bool
HasApiId returns a boolean if a field has been set.
func (o *GraphQLSubgraphEntity) GetHeaders() map[string]string
GetHeaders returns the Headers field if non-nil, zero value otherwise.
func (o *GraphQLSubgraphEntity) GetHeadersOk() (*map[string]string, bool)
GetHeadersOk returns a tuple with the Headers field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GraphQLSubgraphEntity) SetHeaders(v map[string]string)
SetHeaders sets Headers field to given value.
func (o *GraphQLSubgraphEntity) HasHeaders() bool
HasHeaders returns a boolean if a field has been set.
func (o *GraphQLSubgraphEntity) SetHeadersNil(b bool)
SetHeadersNil sets the value for Headers to be an explicit nil
func (o *GraphQLSubgraphEntity) UnsetHeaders()
UnsetHeaders ensures that no value is present for Headers, not even an explicit nil
func (o *GraphQLSubgraphEntity) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
func (o *GraphQLSubgraphEntity) 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 *GraphQLSubgraphEntity) SetName(v string)
SetName sets Name field to given value.
func (o *GraphQLSubgraphEntity) HasName() bool
HasName returns a boolean if a field has been set.
func (o *GraphQLSubgraphEntity) GetSdl() string
GetSdl returns the Sdl field if non-nil, zero value otherwise.
func (o *GraphQLSubgraphEntity) GetSdlOk() (*string, bool)
GetSdlOk returns a tuple with the Sdl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GraphQLSubgraphEntity) SetSdl(v string)
SetSdl sets Sdl field to given value.
func (o *GraphQLSubgraphEntity) HasSdl() bool
HasSdl returns a boolean if a field has been set.
func (o *GraphQLSubgraphEntity) GetSubscriptionType() string
GetSubscriptionType returns the SubscriptionType field if non-nil, zero value otherwise.
func (o *GraphQLSubgraphEntity) GetSubscriptionTypeOk() (*string, bool)
GetSubscriptionTypeOk returns a tuple with the SubscriptionType field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GraphQLSubgraphEntity) SetSubscriptionType(v string)
SetSubscriptionType sets SubscriptionType field to given value.
func (o *GraphQLSubgraphEntity) HasSubscriptionType() bool
HasSubscriptionType returns a boolean if a field has been set.
func (o *GraphQLSubgraphEntity) GetUrl() string
GetUrl returns the Url field if non-nil, zero value otherwise.
func (o *GraphQLSubgraphEntity) GetUrlOk() (*string, bool)
GetUrlOk returns a tuple with the Url field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *GraphQLSubgraphEntity) SetUrl(v string)
SetUrl sets Url field to given value.
func (o *GraphQLSubgraphEntity) HasUrl() bool
HasUrl returns a boolean if a field has been set.