Skip to content

Latest commit

 

History

History
196 lines (107 loc) · 5.17 KB

GraphQLSubgraphEntity.md

File metadata and controls

196 lines (107 loc) · 5.17 KB

GraphQLSubgraphEntity

Properties

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]

Methods

NewGraphQLSubgraphEntity

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

NewGraphQLSubgraphEntityWithDefaults

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

GetApiId

func (o *GraphQLSubgraphEntity) GetApiId() string

GetApiId returns the ApiId field if non-nil, zero value otherwise.

GetApiIdOk

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.

SetApiId

func (o *GraphQLSubgraphEntity) SetApiId(v string)

SetApiId sets ApiId field to given value.

HasApiId

func (o *GraphQLSubgraphEntity) HasApiId() bool

HasApiId returns a boolean if a field has been set.

GetHeaders

func (o *GraphQLSubgraphEntity) GetHeaders() map[string]string

GetHeaders returns the Headers field if non-nil, zero value otherwise.

GetHeadersOk

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.

SetHeaders

func (o *GraphQLSubgraphEntity) SetHeaders(v map[string]string)

SetHeaders sets Headers field to given value.

HasHeaders

func (o *GraphQLSubgraphEntity) HasHeaders() bool

HasHeaders returns a boolean if a field has been set.

SetHeadersNil

func (o *GraphQLSubgraphEntity) SetHeadersNil(b bool)

SetHeadersNil sets the value for Headers to be an explicit nil

UnsetHeaders

func (o *GraphQLSubgraphEntity) UnsetHeaders()

UnsetHeaders ensures that no value is present for Headers, not even an explicit nil

GetName

func (o *GraphQLSubgraphEntity) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

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.

SetName

func (o *GraphQLSubgraphEntity) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *GraphQLSubgraphEntity) HasName() bool

HasName returns a boolean if a field has been set.

GetSdl

func (o *GraphQLSubgraphEntity) GetSdl() string

GetSdl returns the Sdl field if non-nil, zero value otherwise.

GetSdlOk

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.

SetSdl

func (o *GraphQLSubgraphEntity) SetSdl(v string)

SetSdl sets Sdl field to given value.

HasSdl

func (o *GraphQLSubgraphEntity) HasSdl() bool

HasSdl returns a boolean if a field has been set.

GetSubscriptionType

func (o *GraphQLSubgraphEntity) GetSubscriptionType() string

GetSubscriptionType returns the SubscriptionType field if non-nil, zero value otherwise.

GetSubscriptionTypeOk

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.

SetSubscriptionType

func (o *GraphQLSubgraphEntity) SetSubscriptionType(v string)

SetSubscriptionType sets SubscriptionType field to given value.

HasSubscriptionType

func (o *GraphQLSubgraphEntity) HasSubscriptionType() bool

HasSubscriptionType returns a boolean if a field has been set.

GetUrl

func (o *GraphQLSubgraphEntity) GetUrl() string

GetUrl returns the Url field if non-nil, zero value otherwise.

GetUrlOk

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.

SetUrl

func (o *GraphQLSubgraphEntity) SetUrl(v string)

SetUrl sets Url field to given value.

HasUrl

func (o *GraphQLSubgraphEntity) HasUrl() bool

HasUrl returns a boolean if a field has been set.

[Back to Model list] [Back to API list] [Back to README]