ai

package
v0.86.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 8, 2022 License: Apache-2.0 Imports: 2 Imported by: 1

Documentation

Overview

Code generated by tutone: DO NOT EDIT

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AiNotificationsAuth

type AiNotificationsAuth struct {
}

AiNotificationsAuth - Authentication interface

func (*AiNotificationsAuth) ImplementsAiNotificationsAuth

func (x *AiNotificationsAuth) ImplementsAiNotificationsAuth()

type AiNotificationsAuthInterface

type AiNotificationsAuthInterface interface {
	ImplementsAiNotificationsAuth()
	GetUser() string
	GetPrefix() string
}

AiNotificationsAuth - Authentication interface

func UnmarshalAiNotificationsAuthInterface

func UnmarshalAiNotificationsAuthInterface(b []byte) (*AiNotificationsAuthInterface, error)

UnmarshalAiNotificationsAuthInterface unmarshals the interface into the correct type based on __typename provided by GraphQL

type AiNotificationsBasicAuth

type AiNotificationsBasicAuth struct {
	// Username
	User string `json:"user"`
}

AiNotificationsBasicAuth - Basic user and password authentication.

func (AiNotificationsBasicAuth) GetPrefix

func (x AiNotificationsBasicAuth) GetPrefix() string

GetUser returns a pointer to the value of User from AiNotificationsBasicAuth

func (AiNotificationsBasicAuth) GetUser

func (x AiNotificationsBasicAuth) GetUser() string

GetUser returns a pointer to the value of User from AiNotificationsBasicAuth

func (*AiNotificationsBasicAuth) ImplementsAiNotificationsAuth

func (x *AiNotificationsBasicAuth) ImplementsAiNotificationsAuth()

type AiNotificationsTokenAuth

type AiNotificationsTokenAuth struct {
	// Token Prefix
	Prefix string `json:"prefix"`
}

AiNotificationsTokenAuth - Token based authentication

func (AiNotificationsTokenAuth) GetPrefix

func (x AiNotificationsTokenAuth) GetPrefix() string

GetPrefix returns a pointer to the value of Prefix from AiNotificationsTokenAuth

func (AiNotificationsTokenAuth) GetUser

func (x AiNotificationsTokenAuth) GetUser() string

GetUser returns a pointer to the value of User from AiNotificationsBasicAuth

func (*AiNotificationsTokenAuth) ImplementsAiNotificationsAuth

func (x *AiNotificationsTokenAuth) ImplementsAiNotificationsAuth()

type AiWorkflowsConfigurationDtoInterface

type AiWorkflowsConfigurationDtoInterface interface {
	ImplementsAiWorkflowsConfigurationDto()
}

AiWorkflowsConfigurationDto - Enrichment configuration object

func UnmarshalAiWorkflowsConfigurationDtoInterface

func UnmarshalAiWorkflowsConfigurationDtoInterface(b []byte) (*AiWorkflowsConfigurationDtoInterface, error)

UnmarshalAiWorkflowsConfigurationDtoInterface unmarshals the interface into the correct type based on __typename provided by GraphQL

type AiWorkflowsNRQLConfigurationDto

type AiWorkflowsNRQLConfigurationDto struct {
	// The NRQL query
	Query string `json:"query"`
}

AiWorkflowsNRQLConfigurationDto - Enrichment configuration for NRQL type

func (*AiWorkflowsNRQLConfigurationDto) ImplementsAiWorkflowsConfigurationDto

func (x *AiWorkflowsNRQLConfigurationDto) ImplementsAiWorkflowsConfigurationDto()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL