operations

package
v0.6.1 Latest Latest
Warning

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

Go to latest
Published: Aug 13, 2024 License: MIT Imports: 6 Imported by: 0

Documentation ¶

Index ¶

Constants ¶

View Source
const (
	SupportedOptionServerURL            = "serverURL"
	SupportedOptionRetries              = "retries"
	SupportedOptionTimeout              = "timeout"
	SupportedOptionAcceptHeaderOverride = "acceptHeaderOverride"
)

Variables ¶

View Source
var ErrUnsupportedOption = errors.New("unsupported option")

Functions ¶

This section is empty.

Types ¶

type AcceptHeaderEnum ¶ added in v0.6.0

type AcceptHeaderEnum string
const (
	AcceptHeaderEnumApplicationJson  AcceptHeaderEnum = "application/json"
	AcceptHeaderEnumWildcardWildcard AcceptHeaderEnum = "*/*"
)

func (AcceptHeaderEnum) ToPointer ¶ added in v0.6.0

func (e AcceptHeaderEnum) ToPointer() *AcceptHeaderEnum

type CancelJobRequest ¶

type CancelJobRequest struct {
	JobID int64 `pathParam:"style=simple,explode=false,name=jobId"`
}

func (*CancelJobRequest) GetJobID ¶

func (o *CancelJobRequest) GetJobID() int64

type CancelJobResponse ¶

type CancelJobResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Cancel a Job.
	JobResponse *shared.JobResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CancelJobResponse) GetContentType ¶

func (o *CancelJobResponse) GetContentType() string

func (*CancelJobResponse) GetJobResponse ¶

func (o *CancelJobResponse) GetJobResponse() *shared.JobResponse

func (*CancelJobResponse) GetRawResponse ¶

func (o *CancelJobResponse) GetRawResponse() *http.Response

func (*CancelJobResponse) GetStatusCode ¶

func (o *CancelJobResponse) GetStatusCode() int

type CreateConnectionResponse ¶

type CreateConnectionResponse struct {
	// Successful operation
	ConnectionResponse *shared.ConnectionResponse
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateConnectionResponse) GetConnectionResponse ¶

func (o *CreateConnectionResponse) GetConnectionResponse() *shared.ConnectionResponse

func (*CreateConnectionResponse) GetContentType ¶

func (o *CreateConnectionResponse) GetContentType() string

func (*CreateConnectionResponse) GetRawResponse ¶

func (o *CreateConnectionResponse) GetRawResponse() *http.Response

func (*CreateConnectionResponse) GetStatusCode ¶

func (o *CreateConnectionResponse) GetStatusCode() int

type CreateDestinationAstraResponse ¶

type CreateDestinationAstraResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateDestinationAstraResponse) GetContentType ¶

func (o *CreateDestinationAstraResponse) GetContentType() string

func (*CreateDestinationAstraResponse) GetDestinationResponse ¶

func (o *CreateDestinationAstraResponse) GetDestinationResponse() *shared.DestinationResponse

func (*CreateDestinationAstraResponse) GetRawResponse ¶

func (o *CreateDestinationAstraResponse) GetRawResponse() *http.Response

func (*CreateDestinationAstraResponse) GetStatusCode ¶

func (o *CreateDestinationAstraResponse) GetStatusCode() int

type CreateDestinationAwsDatalakeResponse ¶

type CreateDestinationAwsDatalakeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateDestinationAwsDatalakeResponse) GetContentType ¶

func (o *CreateDestinationAwsDatalakeResponse) GetContentType() string

func (*CreateDestinationAwsDatalakeResponse) GetDestinationResponse ¶

func (*CreateDestinationAwsDatalakeResponse) GetRawResponse ¶

func (o *CreateDestinationAwsDatalakeResponse) GetRawResponse() *http.Response

func (*CreateDestinationAwsDatalakeResponse) GetStatusCode ¶

func (o *CreateDestinationAwsDatalakeResponse) GetStatusCode() int

type CreateDestinationAzureBlobStorageResponse ¶

type CreateDestinationAzureBlobStorageResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateDestinationAzureBlobStorageResponse) GetContentType ¶

func (*CreateDestinationAzureBlobStorageResponse) GetDestinationResponse ¶

func (*CreateDestinationAzureBlobStorageResponse) GetRawResponse ¶

func (*CreateDestinationAzureBlobStorageResponse) GetStatusCode ¶

type CreateDestinationBigqueryResponse ¶

type CreateDestinationBigqueryResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateDestinationBigqueryResponse) GetContentType ¶

func (o *CreateDestinationBigqueryResponse) GetContentType() string

func (*CreateDestinationBigqueryResponse) GetDestinationResponse ¶

func (o *CreateDestinationBigqueryResponse) GetDestinationResponse() *shared.DestinationResponse

func (*CreateDestinationBigqueryResponse) GetRawResponse ¶

func (o *CreateDestinationBigqueryResponse) GetRawResponse() *http.Response

func (*CreateDestinationBigqueryResponse) GetStatusCode ¶

func (o *CreateDestinationBigqueryResponse) GetStatusCode() int

type CreateDestinationClickhouseResponse ¶

type CreateDestinationClickhouseResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateDestinationClickhouseResponse) GetContentType ¶

func (o *CreateDestinationClickhouseResponse) GetContentType() string

func (*CreateDestinationClickhouseResponse) GetDestinationResponse ¶

func (o *CreateDestinationClickhouseResponse) GetDestinationResponse() *shared.DestinationResponse

func (*CreateDestinationClickhouseResponse) GetRawResponse ¶

func (o *CreateDestinationClickhouseResponse) GetRawResponse() *http.Response

func (*CreateDestinationClickhouseResponse) GetStatusCode ¶

func (o *CreateDestinationClickhouseResponse) GetStatusCode() int

type CreateDestinationConvexResponse ¶

type CreateDestinationConvexResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateDestinationConvexResponse) GetContentType ¶

func (o *CreateDestinationConvexResponse) GetContentType() string

func (*CreateDestinationConvexResponse) GetDestinationResponse ¶

func (o *CreateDestinationConvexResponse) GetDestinationResponse() *shared.DestinationResponse

func (*CreateDestinationConvexResponse) GetRawResponse ¶

func (o *CreateDestinationConvexResponse) GetRawResponse() *http.Response

func (*CreateDestinationConvexResponse) GetStatusCode ¶

func (o *CreateDestinationConvexResponse) GetStatusCode() int

type CreateDestinationCustomResponse ¶

type CreateDestinationCustomResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateDestinationCustomResponse) GetContentType ¶

func (o *CreateDestinationCustomResponse) GetContentType() string

func (*CreateDestinationCustomResponse) GetDestinationResponse ¶

func (o *CreateDestinationCustomResponse) GetDestinationResponse() *shared.DestinationResponse

func (*CreateDestinationCustomResponse) GetRawResponse ¶

func (o *CreateDestinationCustomResponse) GetRawResponse() *http.Response

func (*CreateDestinationCustomResponse) GetStatusCode ¶

func (o *CreateDestinationCustomResponse) GetStatusCode() int

type CreateDestinationDatabricksResponse ¶

type CreateDestinationDatabricksResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateDestinationDatabricksResponse) GetContentType ¶

func (o *CreateDestinationDatabricksResponse) GetContentType() string

func (*CreateDestinationDatabricksResponse) GetDestinationResponse ¶

func (o *CreateDestinationDatabricksResponse) GetDestinationResponse() *shared.DestinationResponse

func (*CreateDestinationDatabricksResponse) GetRawResponse ¶

func (o *CreateDestinationDatabricksResponse) GetRawResponse() *http.Response

func (*CreateDestinationDatabricksResponse) GetStatusCode ¶

func (o *CreateDestinationDatabricksResponse) GetStatusCode() int

type CreateDestinationDevNullResponse ¶

type CreateDestinationDevNullResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateDestinationDevNullResponse) GetContentType ¶

func (o *CreateDestinationDevNullResponse) GetContentType() string

func (*CreateDestinationDevNullResponse) GetDestinationResponse ¶

func (o *CreateDestinationDevNullResponse) GetDestinationResponse() *shared.DestinationResponse

func (*CreateDestinationDevNullResponse) GetRawResponse ¶

func (o *CreateDestinationDevNullResponse) GetRawResponse() *http.Response

func (*CreateDestinationDevNullResponse) GetStatusCode ¶

func (o *CreateDestinationDevNullResponse) GetStatusCode() int

type CreateDestinationDuckdbResponse ¶

type CreateDestinationDuckdbResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateDestinationDuckdbResponse) GetContentType ¶

func (o *CreateDestinationDuckdbResponse) GetContentType() string

func (*CreateDestinationDuckdbResponse) GetDestinationResponse ¶

func (o *CreateDestinationDuckdbResponse) GetDestinationResponse() *shared.DestinationResponse

func (*CreateDestinationDuckdbResponse) GetRawResponse ¶

func (o *CreateDestinationDuckdbResponse) GetRawResponse() *http.Response

func (*CreateDestinationDuckdbResponse) GetStatusCode ¶

func (o *CreateDestinationDuckdbResponse) GetStatusCode() int

type CreateDestinationDynamodbResponse ¶

type CreateDestinationDynamodbResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateDestinationDynamodbResponse) GetContentType ¶

func (o *CreateDestinationDynamodbResponse) GetContentType() string

func (*CreateDestinationDynamodbResponse) GetDestinationResponse ¶

func (o *CreateDestinationDynamodbResponse) GetDestinationResponse() *shared.DestinationResponse

func (*CreateDestinationDynamodbResponse) GetRawResponse ¶

func (o *CreateDestinationDynamodbResponse) GetRawResponse() *http.Response

func (*CreateDestinationDynamodbResponse) GetStatusCode ¶

func (o *CreateDestinationDynamodbResponse) GetStatusCode() int

type CreateDestinationElasticsearchResponse ¶

type CreateDestinationElasticsearchResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateDestinationElasticsearchResponse) GetContentType ¶

func (o *CreateDestinationElasticsearchResponse) GetContentType() string

func (*CreateDestinationElasticsearchResponse) GetDestinationResponse ¶

func (*CreateDestinationElasticsearchResponse) GetRawResponse ¶

func (*CreateDestinationElasticsearchResponse) GetStatusCode ¶

func (o *CreateDestinationElasticsearchResponse) GetStatusCode() int

type CreateDestinationFireboltResponse ¶ added in v0.5.1

type CreateDestinationFireboltResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateDestinationFireboltResponse) GetContentType ¶ added in v0.5.1

func (o *CreateDestinationFireboltResponse) GetContentType() string

func (*CreateDestinationFireboltResponse) GetDestinationResponse ¶ added in v0.5.1

func (o *CreateDestinationFireboltResponse) GetDestinationResponse() *shared.DestinationResponse

func (*CreateDestinationFireboltResponse) GetRawResponse ¶ added in v0.5.1

func (o *CreateDestinationFireboltResponse) GetRawResponse() *http.Response

func (*CreateDestinationFireboltResponse) GetStatusCode ¶ added in v0.5.1

func (o *CreateDestinationFireboltResponse) GetStatusCode() int

type CreateDestinationFirestoreResponse ¶

type CreateDestinationFirestoreResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateDestinationFirestoreResponse) GetContentType ¶

func (o *CreateDestinationFirestoreResponse) GetContentType() string

func (*CreateDestinationFirestoreResponse) GetDestinationResponse ¶

func (o *CreateDestinationFirestoreResponse) GetDestinationResponse() *shared.DestinationResponse

func (*CreateDestinationFirestoreResponse) GetRawResponse ¶

func (o *CreateDestinationFirestoreResponse) GetRawResponse() *http.Response

func (*CreateDestinationFirestoreResponse) GetStatusCode ¶

func (o *CreateDestinationFirestoreResponse) GetStatusCode() int

type CreateDestinationGcsResponse ¶

type CreateDestinationGcsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateDestinationGcsResponse) GetContentType ¶

func (o *CreateDestinationGcsResponse) GetContentType() string

func (*CreateDestinationGcsResponse) GetDestinationResponse ¶

func (o *CreateDestinationGcsResponse) GetDestinationResponse() *shared.DestinationResponse

func (*CreateDestinationGcsResponse) GetRawResponse ¶

func (o *CreateDestinationGcsResponse) GetRawResponse() *http.Response

func (*CreateDestinationGcsResponse) GetStatusCode ¶

func (o *CreateDestinationGcsResponse) GetStatusCode() int

type CreateDestinationGoogleSheetsResponse ¶

type CreateDestinationGoogleSheetsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateDestinationGoogleSheetsResponse) GetContentType ¶

func (o *CreateDestinationGoogleSheetsResponse) GetContentType() string

func (*CreateDestinationGoogleSheetsResponse) GetDestinationResponse ¶

func (*CreateDestinationGoogleSheetsResponse) GetRawResponse ¶

func (*CreateDestinationGoogleSheetsResponse) GetStatusCode ¶

func (o *CreateDestinationGoogleSheetsResponse) GetStatusCode() int

type CreateDestinationLangchainResponse ¶

type CreateDestinationLangchainResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateDestinationLangchainResponse) GetContentType ¶

func (o *CreateDestinationLangchainResponse) GetContentType() string

func (*CreateDestinationLangchainResponse) GetDestinationResponse ¶

func (o *CreateDestinationLangchainResponse) GetDestinationResponse() *shared.DestinationResponse

func (*CreateDestinationLangchainResponse) GetRawResponse ¶

func (o *CreateDestinationLangchainResponse) GetRawResponse() *http.Response

func (*CreateDestinationLangchainResponse) GetStatusCode ¶

func (o *CreateDestinationLangchainResponse) GetStatusCode() int

type CreateDestinationMilvusResponse ¶

type CreateDestinationMilvusResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateDestinationMilvusResponse) GetContentType ¶

func (o *CreateDestinationMilvusResponse) GetContentType() string

func (*CreateDestinationMilvusResponse) GetDestinationResponse ¶

func (o *CreateDestinationMilvusResponse) GetDestinationResponse() *shared.DestinationResponse

func (*CreateDestinationMilvusResponse) GetRawResponse ¶

func (o *CreateDestinationMilvusResponse) GetRawResponse() *http.Response

func (*CreateDestinationMilvusResponse) GetStatusCode ¶

func (o *CreateDestinationMilvusResponse) GetStatusCode() int

type CreateDestinationMongodbResponse ¶

type CreateDestinationMongodbResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateDestinationMongodbResponse) GetContentType ¶

func (o *CreateDestinationMongodbResponse) GetContentType() string

func (*CreateDestinationMongodbResponse) GetDestinationResponse ¶

func (o *CreateDestinationMongodbResponse) GetDestinationResponse() *shared.DestinationResponse

func (*CreateDestinationMongodbResponse) GetRawResponse ¶

func (o *CreateDestinationMongodbResponse) GetRawResponse() *http.Response

func (*CreateDestinationMongodbResponse) GetStatusCode ¶

func (o *CreateDestinationMongodbResponse) GetStatusCode() int

type CreateDestinationMssqlResponse ¶

type CreateDestinationMssqlResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateDestinationMssqlResponse) GetContentType ¶

func (o *CreateDestinationMssqlResponse) GetContentType() string

func (*CreateDestinationMssqlResponse) GetDestinationResponse ¶

func (o *CreateDestinationMssqlResponse) GetDestinationResponse() *shared.DestinationResponse

func (*CreateDestinationMssqlResponse) GetRawResponse ¶

func (o *CreateDestinationMssqlResponse) GetRawResponse() *http.Response

func (*CreateDestinationMssqlResponse) GetStatusCode ¶

func (o *CreateDestinationMssqlResponse) GetStatusCode() int

type CreateDestinationMysqlResponse ¶

type CreateDestinationMysqlResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateDestinationMysqlResponse) GetContentType ¶

func (o *CreateDestinationMysqlResponse) GetContentType() string

func (*CreateDestinationMysqlResponse) GetDestinationResponse ¶

func (o *CreateDestinationMysqlResponse) GetDestinationResponse() *shared.DestinationResponse

func (*CreateDestinationMysqlResponse) GetRawResponse ¶

func (o *CreateDestinationMysqlResponse) GetRawResponse() *http.Response

func (*CreateDestinationMysqlResponse) GetStatusCode ¶

func (o *CreateDestinationMysqlResponse) GetStatusCode() int

type CreateDestinationOracleResponse ¶

type CreateDestinationOracleResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateDestinationOracleResponse) GetContentType ¶

func (o *CreateDestinationOracleResponse) GetContentType() string

func (*CreateDestinationOracleResponse) GetDestinationResponse ¶

func (o *CreateDestinationOracleResponse) GetDestinationResponse() *shared.DestinationResponse

func (*CreateDestinationOracleResponse) GetRawResponse ¶

func (o *CreateDestinationOracleResponse) GetRawResponse() *http.Response

func (*CreateDestinationOracleResponse) GetStatusCode ¶

func (o *CreateDestinationOracleResponse) GetStatusCode() int

type CreateDestinationPineconeResponse ¶

type CreateDestinationPineconeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateDestinationPineconeResponse) GetContentType ¶

func (o *CreateDestinationPineconeResponse) GetContentType() string

func (*CreateDestinationPineconeResponse) GetDestinationResponse ¶

func (o *CreateDestinationPineconeResponse) GetDestinationResponse() *shared.DestinationResponse

func (*CreateDestinationPineconeResponse) GetRawResponse ¶

func (o *CreateDestinationPineconeResponse) GetRawResponse() *http.Response

func (*CreateDestinationPineconeResponse) GetStatusCode ¶

func (o *CreateDestinationPineconeResponse) GetStatusCode() int

type CreateDestinationPostgresResponse ¶

type CreateDestinationPostgresResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateDestinationPostgresResponse) GetContentType ¶

func (o *CreateDestinationPostgresResponse) GetContentType() string

func (*CreateDestinationPostgresResponse) GetDestinationResponse ¶

func (o *CreateDestinationPostgresResponse) GetDestinationResponse() *shared.DestinationResponse

func (*CreateDestinationPostgresResponse) GetRawResponse ¶

func (o *CreateDestinationPostgresResponse) GetRawResponse() *http.Response

func (*CreateDestinationPostgresResponse) GetStatusCode ¶

func (o *CreateDestinationPostgresResponse) GetStatusCode() int

type CreateDestinationPubsubResponse ¶

type CreateDestinationPubsubResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateDestinationPubsubResponse) GetContentType ¶

func (o *CreateDestinationPubsubResponse) GetContentType() string

func (*CreateDestinationPubsubResponse) GetDestinationResponse ¶

func (o *CreateDestinationPubsubResponse) GetDestinationResponse() *shared.DestinationResponse

func (*CreateDestinationPubsubResponse) GetRawResponse ¶

func (o *CreateDestinationPubsubResponse) GetRawResponse() *http.Response

func (*CreateDestinationPubsubResponse) GetStatusCode ¶

func (o *CreateDestinationPubsubResponse) GetStatusCode() int

type CreateDestinationQdrantResponse ¶

type CreateDestinationQdrantResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateDestinationQdrantResponse) GetContentType ¶

func (o *CreateDestinationQdrantResponse) GetContentType() string

func (*CreateDestinationQdrantResponse) GetDestinationResponse ¶

func (o *CreateDestinationQdrantResponse) GetDestinationResponse() *shared.DestinationResponse

func (*CreateDestinationQdrantResponse) GetRawResponse ¶

func (o *CreateDestinationQdrantResponse) GetRawResponse() *http.Response

func (*CreateDestinationQdrantResponse) GetStatusCode ¶

func (o *CreateDestinationQdrantResponse) GetStatusCode() int

type CreateDestinationRedisResponse ¶

type CreateDestinationRedisResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateDestinationRedisResponse) GetContentType ¶

func (o *CreateDestinationRedisResponse) GetContentType() string

func (*CreateDestinationRedisResponse) GetDestinationResponse ¶

func (o *CreateDestinationRedisResponse) GetDestinationResponse() *shared.DestinationResponse

func (*CreateDestinationRedisResponse) GetRawResponse ¶

func (o *CreateDestinationRedisResponse) GetRawResponse() *http.Response

func (*CreateDestinationRedisResponse) GetStatusCode ¶

func (o *CreateDestinationRedisResponse) GetStatusCode() int

type CreateDestinationRedshiftResponse ¶

type CreateDestinationRedshiftResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateDestinationRedshiftResponse) GetContentType ¶

func (o *CreateDestinationRedshiftResponse) GetContentType() string

func (*CreateDestinationRedshiftResponse) GetDestinationResponse ¶

func (o *CreateDestinationRedshiftResponse) GetDestinationResponse() *shared.DestinationResponse

func (*CreateDestinationRedshiftResponse) GetRawResponse ¶

func (o *CreateDestinationRedshiftResponse) GetRawResponse() *http.Response

func (*CreateDestinationRedshiftResponse) GetStatusCode ¶

func (o *CreateDestinationRedshiftResponse) GetStatusCode() int

type CreateDestinationResponse ¶

type CreateDestinationResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateDestinationResponse) GetContentType ¶

func (o *CreateDestinationResponse) GetContentType() string

func (*CreateDestinationResponse) GetDestinationResponse ¶

func (o *CreateDestinationResponse) GetDestinationResponse() *shared.DestinationResponse

func (*CreateDestinationResponse) GetRawResponse ¶

func (o *CreateDestinationResponse) GetRawResponse() *http.Response

func (*CreateDestinationResponse) GetStatusCode ¶

func (o *CreateDestinationResponse) GetStatusCode() int

type CreateDestinationS3GlueResponse ¶

type CreateDestinationS3GlueResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateDestinationS3GlueResponse) GetContentType ¶

func (o *CreateDestinationS3GlueResponse) GetContentType() string

func (*CreateDestinationS3GlueResponse) GetDestinationResponse ¶

func (o *CreateDestinationS3GlueResponse) GetDestinationResponse() *shared.DestinationResponse

func (*CreateDestinationS3GlueResponse) GetRawResponse ¶

func (o *CreateDestinationS3GlueResponse) GetRawResponse() *http.Response

func (*CreateDestinationS3GlueResponse) GetStatusCode ¶

func (o *CreateDestinationS3GlueResponse) GetStatusCode() int

type CreateDestinationS3Response ¶

type CreateDestinationS3Response struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateDestinationS3Response) GetContentType ¶

func (o *CreateDestinationS3Response) GetContentType() string

func (*CreateDestinationS3Response) GetDestinationResponse ¶

func (o *CreateDestinationS3Response) GetDestinationResponse() *shared.DestinationResponse

func (*CreateDestinationS3Response) GetRawResponse ¶

func (o *CreateDestinationS3Response) GetRawResponse() *http.Response

func (*CreateDestinationS3Response) GetStatusCode ¶

func (o *CreateDestinationS3Response) GetStatusCode() int

type CreateDestinationSftpJSONResponse ¶

type CreateDestinationSftpJSONResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateDestinationSftpJSONResponse) GetContentType ¶

func (o *CreateDestinationSftpJSONResponse) GetContentType() string

func (*CreateDestinationSftpJSONResponse) GetDestinationResponse ¶

func (o *CreateDestinationSftpJSONResponse) GetDestinationResponse() *shared.DestinationResponse

func (*CreateDestinationSftpJSONResponse) GetRawResponse ¶

func (o *CreateDestinationSftpJSONResponse) GetRawResponse() *http.Response

func (*CreateDestinationSftpJSONResponse) GetStatusCode ¶

func (o *CreateDestinationSftpJSONResponse) GetStatusCode() int

type CreateDestinationSnowflakeCortexResponse ¶

type CreateDestinationSnowflakeCortexResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateDestinationSnowflakeCortexResponse) GetContentType ¶

func (*CreateDestinationSnowflakeCortexResponse) GetDestinationResponse ¶

func (*CreateDestinationSnowflakeCortexResponse) GetRawResponse ¶

func (*CreateDestinationSnowflakeCortexResponse) GetStatusCode ¶

func (o *CreateDestinationSnowflakeCortexResponse) GetStatusCode() int

type CreateDestinationSnowflakeResponse ¶

type CreateDestinationSnowflakeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateDestinationSnowflakeResponse) GetContentType ¶

func (o *CreateDestinationSnowflakeResponse) GetContentType() string

func (*CreateDestinationSnowflakeResponse) GetDestinationResponse ¶

func (o *CreateDestinationSnowflakeResponse) GetDestinationResponse() *shared.DestinationResponse

func (*CreateDestinationSnowflakeResponse) GetRawResponse ¶

func (o *CreateDestinationSnowflakeResponse) GetRawResponse() *http.Response

func (*CreateDestinationSnowflakeResponse) GetStatusCode ¶

func (o *CreateDestinationSnowflakeResponse) GetStatusCode() int

type CreateDestinationTeradataResponse ¶

type CreateDestinationTeradataResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateDestinationTeradataResponse) GetContentType ¶

func (o *CreateDestinationTeradataResponse) GetContentType() string

func (*CreateDestinationTeradataResponse) GetDestinationResponse ¶

func (o *CreateDestinationTeradataResponse) GetDestinationResponse() *shared.DestinationResponse

func (*CreateDestinationTeradataResponse) GetRawResponse ¶

func (o *CreateDestinationTeradataResponse) GetRawResponse() *http.Response

func (*CreateDestinationTeradataResponse) GetStatusCode ¶

func (o *CreateDestinationTeradataResponse) GetStatusCode() int

type CreateDestinationTypesenseResponse ¶

type CreateDestinationTypesenseResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateDestinationTypesenseResponse) GetContentType ¶

func (o *CreateDestinationTypesenseResponse) GetContentType() string

func (*CreateDestinationTypesenseResponse) GetDestinationResponse ¶

func (o *CreateDestinationTypesenseResponse) GetDestinationResponse() *shared.DestinationResponse

func (*CreateDestinationTypesenseResponse) GetRawResponse ¶

func (o *CreateDestinationTypesenseResponse) GetRawResponse() *http.Response

func (*CreateDestinationTypesenseResponse) GetStatusCode ¶

func (o *CreateDestinationTypesenseResponse) GetStatusCode() int

type CreateDestinationVectaraResponse ¶

type CreateDestinationVectaraResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateDestinationVectaraResponse) GetContentType ¶

func (o *CreateDestinationVectaraResponse) GetContentType() string

func (*CreateDestinationVectaraResponse) GetDestinationResponse ¶

func (o *CreateDestinationVectaraResponse) GetDestinationResponse() *shared.DestinationResponse

func (*CreateDestinationVectaraResponse) GetRawResponse ¶

func (o *CreateDestinationVectaraResponse) GetRawResponse() *http.Response

func (*CreateDestinationVectaraResponse) GetStatusCode ¶

func (o *CreateDestinationVectaraResponse) GetStatusCode() int

type CreateDestinationWeaviateResponse ¶

type CreateDestinationWeaviateResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateDestinationWeaviateResponse) GetContentType ¶

func (o *CreateDestinationWeaviateResponse) GetContentType() string

func (*CreateDestinationWeaviateResponse) GetDestinationResponse ¶

func (o *CreateDestinationWeaviateResponse) GetDestinationResponse() *shared.DestinationResponse

func (*CreateDestinationWeaviateResponse) GetRawResponse ¶

func (o *CreateDestinationWeaviateResponse) GetRawResponse() *http.Response

func (*CreateDestinationWeaviateResponse) GetStatusCode ¶

func (o *CreateDestinationWeaviateResponse) GetStatusCode() int

type CreateDestinationYellowbrickResponse ¶

type CreateDestinationYellowbrickResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateDestinationYellowbrickResponse) GetContentType ¶

func (o *CreateDestinationYellowbrickResponse) GetContentType() string

func (*CreateDestinationYellowbrickResponse) GetDestinationResponse ¶

func (*CreateDestinationYellowbrickResponse) GetRawResponse ¶

func (o *CreateDestinationYellowbrickResponse) GetRawResponse() *http.Response

func (*CreateDestinationYellowbrickResponse) GetStatusCode ¶

func (o *CreateDestinationYellowbrickResponse) GetStatusCode() int

type CreateJobResponse ¶

type CreateJobResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Kicks off a new Job based on the JobType. The connectionId is the resource that Job will be run for.
	JobResponse *shared.JobResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateJobResponse) GetContentType ¶

func (o *CreateJobResponse) GetContentType() string

func (*CreateJobResponse) GetJobResponse ¶

func (o *CreateJobResponse) GetJobResponse() *shared.JobResponse

func (*CreateJobResponse) GetRawResponse ¶

func (o *CreateJobResponse) GetRawResponse() *http.Response

func (*CreateJobResponse) GetStatusCode ¶

func (o *CreateJobResponse) GetStatusCode() int

type CreateOrUpdateWorkspaceOAuthCredentialsRequest ¶

type CreateOrUpdateWorkspaceOAuthCredentialsRequest struct {
	WorkspaceOAuthCredentialsRequest shared.WorkspaceOAuthCredentialsRequest `request:"mediaType=application/json"`
	WorkspaceID                      string                                  `pathParam:"style=simple,explode=false,name=workspaceId"`
}

func (*CreateOrUpdateWorkspaceOAuthCredentialsRequest) GetWorkspaceID ¶

func (*CreateOrUpdateWorkspaceOAuthCredentialsRequest) GetWorkspaceOAuthCredentialsRequest ¶

type CreateOrUpdateWorkspaceOAuthCredentialsResponse ¶

type CreateOrUpdateWorkspaceOAuthCredentialsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateOrUpdateWorkspaceOAuthCredentialsResponse) GetContentType ¶

func (*CreateOrUpdateWorkspaceOAuthCredentialsResponse) GetRawResponse ¶

func (*CreateOrUpdateWorkspaceOAuthCredentialsResponse) GetStatusCode ¶

type CreatePermissionResponse ¶

type CreatePermissionResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	PermissionResponse *shared.PermissionResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreatePermissionResponse) GetContentType ¶

func (o *CreatePermissionResponse) GetContentType() string

func (*CreatePermissionResponse) GetPermissionResponse ¶

func (o *CreatePermissionResponse) GetPermissionResponse() *shared.PermissionResponse

func (*CreatePermissionResponse) GetRawResponse ¶

func (o *CreatePermissionResponse) GetRawResponse() *http.Response

func (*CreatePermissionResponse) GetStatusCode ¶

func (o *CreatePermissionResponse) GetStatusCode() int

type CreateSourceAhaResponse ¶

type CreateSourceAhaResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceAhaResponse) GetContentType ¶

func (o *CreateSourceAhaResponse) GetContentType() string

func (*CreateSourceAhaResponse) GetRawResponse ¶

func (o *CreateSourceAhaResponse) GetRawResponse() *http.Response

func (*CreateSourceAhaResponse) GetSourceResponse ¶

func (o *CreateSourceAhaResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceAhaResponse) GetStatusCode ¶

func (o *CreateSourceAhaResponse) GetStatusCode() int

type CreateSourceAircallResponse ¶

type CreateSourceAircallResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceAircallResponse) GetContentType ¶

func (o *CreateSourceAircallResponse) GetContentType() string

func (*CreateSourceAircallResponse) GetRawResponse ¶

func (o *CreateSourceAircallResponse) GetRawResponse() *http.Response

func (*CreateSourceAircallResponse) GetSourceResponse ¶

func (o *CreateSourceAircallResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceAircallResponse) GetStatusCode ¶

func (o *CreateSourceAircallResponse) GetStatusCode() int

type CreateSourceAirtableResponse ¶

type CreateSourceAirtableResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceAirtableResponse) GetContentType ¶

func (o *CreateSourceAirtableResponse) GetContentType() string

func (*CreateSourceAirtableResponse) GetRawResponse ¶

func (o *CreateSourceAirtableResponse) GetRawResponse() *http.Response

func (*CreateSourceAirtableResponse) GetSourceResponse ¶

func (o *CreateSourceAirtableResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceAirtableResponse) GetStatusCode ¶

func (o *CreateSourceAirtableResponse) GetStatusCode() int

type CreateSourceAmazonAdsResponse ¶

type CreateSourceAmazonAdsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceAmazonAdsResponse) GetContentType ¶

func (o *CreateSourceAmazonAdsResponse) GetContentType() string

func (*CreateSourceAmazonAdsResponse) GetRawResponse ¶

func (o *CreateSourceAmazonAdsResponse) GetRawResponse() *http.Response

func (*CreateSourceAmazonAdsResponse) GetSourceResponse ¶

func (o *CreateSourceAmazonAdsResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceAmazonAdsResponse) GetStatusCode ¶

func (o *CreateSourceAmazonAdsResponse) GetStatusCode() int

type CreateSourceAmazonSellerPartnerResponse ¶

type CreateSourceAmazonSellerPartnerResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceAmazonSellerPartnerResponse) GetContentType ¶

func (o *CreateSourceAmazonSellerPartnerResponse) GetContentType() string

func (*CreateSourceAmazonSellerPartnerResponse) GetRawResponse ¶

func (*CreateSourceAmazonSellerPartnerResponse) GetSourceResponse ¶

func (*CreateSourceAmazonSellerPartnerResponse) GetStatusCode ¶

func (o *CreateSourceAmazonSellerPartnerResponse) GetStatusCode() int

type CreateSourceAmazonSqsResponse ¶

type CreateSourceAmazonSqsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceAmazonSqsResponse) GetContentType ¶

func (o *CreateSourceAmazonSqsResponse) GetContentType() string

func (*CreateSourceAmazonSqsResponse) GetRawResponse ¶

func (o *CreateSourceAmazonSqsResponse) GetRawResponse() *http.Response

func (*CreateSourceAmazonSqsResponse) GetSourceResponse ¶

func (o *CreateSourceAmazonSqsResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceAmazonSqsResponse) GetStatusCode ¶

func (o *CreateSourceAmazonSqsResponse) GetStatusCode() int

type CreateSourceAmplitudeResponse ¶

type CreateSourceAmplitudeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceAmplitudeResponse) GetContentType ¶

func (o *CreateSourceAmplitudeResponse) GetContentType() string

func (*CreateSourceAmplitudeResponse) GetRawResponse ¶

func (o *CreateSourceAmplitudeResponse) GetRawResponse() *http.Response

func (*CreateSourceAmplitudeResponse) GetSourceResponse ¶

func (o *CreateSourceAmplitudeResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceAmplitudeResponse) GetStatusCode ¶

func (o *CreateSourceAmplitudeResponse) GetStatusCode() int

type CreateSourceApifyDatasetResponse ¶

type CreateSourceApifyDatasetResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceApifyDatasetResponse) GetContentType ¶

func (o *CreateSourceApifyDatasetResponse) GetContentType() string

func (*CreateSourceApifyDatasetResponse) GetRawResponse ¶

func (o *CreateSourceApifyDatasetResponse) GetRawResponse() *http.Response

func (*CreateSourceApifyDatasetResponse) GetSourceResponse ¶

func (o *CreateSourceApifyDatasetResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceApifyDatasetResponse) GetStatusCode ¶

func (o *CreateSourceApifyDatasetResponse) GetStatusCode() int

type CreateSourceAppfollowResponse ¶

type CreateSourceAppfollowResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceAppfollowResponse) GetContentType ¶

func (o *CreateSourceAppfollowResponse) GetContentType() string

func (*CreateSourceAppfollowResponse) GetRawResponse ¶

func (o *CreateSourceAppfollowResponse) GetRawResponse() *http.Response

func (*CreateSourceAppfollowResponse) GetSourceResponse ¶

func (o *CreateSourceAppfollowResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceAppfollowResponse) GetStatusCode ¶

func (o *CreateSourceAppfollowResponse) GetStatusCode() int

type CreateSourceAsanaResponse ¶

type CreateSourceAsanaResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceAsanaResponse) GetContentType ¶

func (o *CreateSourceAsanaResponse) GetContentType() string

func (*CreateSourceAsanaResponse) GetRawResponse ¶

func (o *CreateSourceAsanaResponse) GetRawResponse() *http.Response

func (*CreateSourceAsanaResponse) GetSourceResponse ¶

func (o *CreateSourceAsanaResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceAsanaResponse) GetStatusCode ¶

func (o *CreateSourceAsanaResponse) GetStatusCode() int

type CreateSourceAuth0Response ¶

type CreateSourceAuth0Response struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceAuth0Response) GetContentType ¶

func (o *CreateSourceAuth0Response) GetContentType() string

func (*CreateSourceAuth0Response) GetRawResponse ¶

func (o *CreateSourceAuth0Response) GetRawResponse() *http.Response

func (*CreateSourceAuth0Response) GetSourceResponse ¶

func (o *CreateSourceAuth0Response) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceAuth0Response) GetStatusCode ¶

func (o *CreateSourceAuth0Response) GetStatusCode() int

type CreateSourceAwsCloudtrailResponse ¶

type CreateSourceAwsCloudtrailResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceAwsCloudtrailResponse) GetContentType ¶

func (o *CreateSourceAwsCloudtrailResponse) GetContentType() string

func (*CreateSourceAwsCloudtrailResponse) GetRawResponse ¶

func (o *CreateSourceAwsCloudtrailResponse) GetRawResponse() *http.Response

func (*CreateSourceAwsCloudtrailResponse) GetSourceResponse ¶

func (*CreateSourceAwsCloudtrailResponse) GetStatusCode ¶

func (o *CreateSourceAwsCloudtrailResponse) GetStatusCode() int

type CreateSourceAzureBlobStorageResponse ¶

type CreateSourceAzureBlobStorageResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceAzureBlobStorageResponse) GetContentType ¶

func (o *CreateSourceAzureBlobStorageResponse) GetContentType() string

func (*CreateSourceAzureBlobStorageResponse) GetRawResponse ¶

func (o *CreateSourceAzureBlobStorageResponse) GetRawResponse() *http.Response

func (*CreateSourceAzureBlobStorageResponse) GetSourceResponse ¶

func (*CreateSourceAzureBlobStorageResponse) GetStatusCode ¶

func (o *CreateSourceAzureBlobStorageResponse) GetStatusCode() int

type CreateSourceAzureTableResponse ¶

type CreateSourceAzureTableResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceAzureTableResponse) GetContentType ¶

func (o *CreateSourceAzureTableResponse) GetContentType() string

func (*CreateSourceAzureTableResponse) GetRawResponse ¶

func (o *CreateSourceAzureTableResponse) GetRawResponse() *http.Response

func (*CreateSourceAzureTableResponse) GetSourceResponse ¶

func (o *CreateSourceAzureTableResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceAzureTableResponse) GetStatusCode ¶

func (o *CreateSourceAzureTableResponse) GetStatusCode() int

type CreateSourceBambooHrResponse ¶

type CreateSourceBambooHrResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceBambooHrResponse) GetContentType ¶

func (o *CreateSourceBambooHrResponse) GetContentType() string

func (*CreateSourceBambooHrResponse) GetRawResponse ¶

func (o *CreateSourceBambooHrResponse) GetRawResponse() *http.Response

func (*CreateSourceBambooHrResponse) GetSourceResponse ¶

func (o *CreateSourceBambooHrResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceBambooHrResponse) GetStatusCode ¶

func (o *CreateSourceBambooHrResponse) GetStatusCode() int

type CreateSourceBigqueryResponse ¶

type CreateSourceBigqueryResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceBigqueryResponse) GetContentType ¶

func (o *CreateSourceBigqueryResponse) GetContentType() string

func (*CreateSourceBigqueryResponse) GetRawResponse ¶

func (o *CreateSourceBigqueryResponse) GetRawResponse() *http.Response

func (*CreateSourceBigqueryResponse) GetSourceResponse ¶

func (o *CreateSourceBigqueryResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceBigqueryResponse) GetStatusCode ¶

func (o *CreateSourceBigqueryResponse) GetStatusCode() int

type CreateSourceBingAdsResponse ¶

type CreateSourceBingAdsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceBingAdsResponse) GetContentType ¶

func (o *CreateSourceBingAdsResponse) GetContentType() string

func (*CreateSourceBingAdsResponse) GetRawResponse ¶

func (o *CreateSourceBingAdsResponse) GetRawResponse() *http.Response

func (*CreateSourceBingAdsResponse) GetSourceResponse ¶

func (o *CreateSourceBingAdsResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceBingAdsResponse) GetStatusCode ¶

func (o *CreateSourceBingAdsResponse) GetStatusCode() int

type CreateSourceBraintreeResponse ¶

type CreateSourceBraintreeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceBraintreeResponse) GetContentType ¶

func (o *CreateSourceBraintreeResponse) GetContentType() string

func (*CreateSourceBraintreeResponse) GetRawResponse ¶

func (o *CreateSourceBraintreeResponse) GetRawResponse() *http.Response

func (*CreateSourceBraintreeResponse) GetSourceResponse ¶

func (o *CreateSourceBraintreeResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceBraintreeResponse) GetStatusCode ¶

func (o *CreateSourceBraintreeResponse) GetStatusCode() int

type CreateSourceBrazeResponse ¶

type CreateSourceBrazeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceBrazeResponse) GetContentType ¶

func (o *CreateSourceBrazeResponse) GetContentType() string

func (*CreateSourceBrazeResponse) GetRawResponse ¶

func (o *CreateSourceBrazeResponse) GetRawResponse() *http.Response

func (*CreateSourceBrazeResponse) GetSourceResponse ¶

func (o *CreateSourceBrazeResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceBrazeResponse) GetStatusCode ¶

func (o *CreateSourceBrazeResponse) GetStatusCode() int

type CreateSourceCartResponse ¶

type CreateSourceCartResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceCartResponse) GetContentType ¶

func (o *CreateSourceCartResponse) GetContentType() string

func (*CreateSourceCartResponse) GetRawResponse ¶

func (o *CreateSourceCartResponse) GetRawResponse() *http.Response

func (*CreateSourceCartResponse) GetSourceResponse ¶

func (o *CreateSourceCartResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceCartResponse) GetStatusCode ¶

func (o *CreateSourceCartResponse) GetStatusCode() int

type CreateSourceChargebeeResponse ¶

type CreateSourceChargebeeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceChargebeeResponse) GetContentType ¶

func (o *CreateSourceChargebeeResponse) GetContentType() string

func (*CreateSourceChargebeeResponse) GetRawResponse ¶

func (o *CreateSourceChargebeeResponse) GetRawResponse() *http.Response

func (*CreateSourceChargebeeResponse) GetSourceResponse ¶

func (o *CreateSourceChargebeeResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceChargebeeResponse) GetStatusCode ¶

func (o *CreateSourceChargebeeResponse) GetStatusCode() int

type CreateSourceChartmogulResponse ¶

type CreateSourceChartmogulResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceChartmogulResponse) GetContentType ¶

func (o *CreateSourceChartmogulResponse) GetContentType() string

func (*CreateSourceChartmogulResponse) GetRawResponse ¶

func (o *CreateSourceChartmogulResponse) GetRawResponse() *http.Response

func (*CreateSourceChartmogulResponse) GetSourceResponse ¶

func (o *CreateSourceChartmogulResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceChartmogulResponse) GetStatusCode ¶

func (o *CreateSourceChartmogulResponse) GetStatusCode() int

type CreateSourceClickhouseResponse ¶

type CreateSourceClickhouseResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceClickhouseResponse) GetContentType ¶

func (o *CreateSourceClickhouseResponse) GetContentType() string

func (*CreateSourceClickhouseResponse) GetRawResponse ¶

func (o *CreateSourceClickhouseResponse) GetRawResponse() *http.Response

func (*CreateSourceClickhouseResponse) GetSourceResponse ¶

func (o *CreateSourceClickhouseResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceClickhouseResponse) GetStatusCode ¶

func (o *CreateSourceClickhouseResponse) GetStatusCode() int

type CreateSourceClickupAPIResponse ¶

type CreateSourceClickupAPIResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceClickupAPIResponse) GetContentType ¶

func (o *CreateSourceClickupAPIResponse) GetContentType() string

func (*CreateSourceClickupAPIResponse) GetRawResponse ¶

func (o *CreateSourceClickupAPIResponse) GetRawResponse() *http.Response

func (*CreateSourceClickupAPIResponse) GetSourceResponse ¶

func (o *CreateSourceClickupAPIResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceClickupAPIResponse) GetStatusCode ¶

func (o *CreateSourceClickupAPIResponse) GetStatusCode() int

type CreateSourceClockifyResponse ¶

type CreateSourceClockifyResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceClockifyResponse) GetContentType ¶

func (o *CreateSourceClockifyResponse) GetContentType() string

func (*CreateSourceClockifyResponse) GetRawResponse ¶

func (o *CreateSourceClockifyResponse) GetRawResponse() *http.Response

func (*CreateSourceClockifyResponse) GetSourceResponse ¶

func (o *CreateSourceClockifyResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceClockifyResponse) GetStatusCode ¶

func (o *CreateSourceClockifyResponse) GetStatusCode() int

type CreateSourceCloseComResponse ¶

type CreateSourceCloseComResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceCloseComResponse) GetContentType ¶

func (o *CreateSourceCloseComResponse) GetContentType() string

func (*CreateSourceCloseComResponse) GetRawResponse ¶

func (o *CreateSourceCloseComResponse) GetRawResponse() *http.Response

func (*CreateSourceCloseComResponse) GetSourceResponse ¶

func (o *CreateSourceCloseComResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceCloseComResponse) GetStatusCode ¶

func (o *CreateSourceCloseComResponse) GetStatusCode() int

type CreateSourceCodaResponse ¶

type CreateSourceCodaResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceCodaResponse) GetContentType ¶

func (o *CreateSourceCodaResponse) GetContentType() string

func (*CreateSourceCodaResponse) GetRawResponse ¶

func (o *CreateSourceCodaResponse) GetRawResponse() *http.Response

func (*CreateSourceCodaResponse) GetSourceResponse ¶

func (o *CreateSourceCodaResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceCodaResponse) GetStatusCode ¶

func (o *CreateSourceCodaResponse) GetStatusCode() int

type CreateSourceCoinAPIResponse ¶

type CreateSourceCoinAPIResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceCoinAPIResponse) GetContentType ¶

func (o *CreateSourceCoinAPIResponse) GetContentType() string

func (*CreateSourceCoinAPIResponse) GetRawResponse ¶

func (o *CreateSourceCoinAPIResponse) GetRawResponse() *http.Response

func (*CreateSourceCoinAPIResponse) GetSourceResponse ¶

func (o *CreateSourceCoinAPIResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceCoinAPIResponse) GetStatusCode ¶

func (o *CreateSourceCoinAPIResponse) GetStatusCode() int

type CreateSourceCoinmarketcapResponse ¶

type CreateSourceCoinmarketcapResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceCoinmarketcapResponse) GetContentType ¶

func (o *CreateSourceCoinmarketcapResponse) GetContentType() string

func (*CreateSourceCoinmarketcapResponse) GetRawResponse ¶

func (o *CreateSourceCoinmarketcapResponse) GetRawResponse() *http.Response

func (*CreateSourceCoinmarketcapResponse) GetSourceResponse ¶

func (*CreateSourceCoinmarketcapResponse) GetStatusCode ¶

func (o *CreateSourceCoinmarketcapResponse) GetStatusCode() int

type CreateSourceConfigcatResponse ¶

type CreateSourceConfigcatResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceConfigcatResponse) GetContentType ¶

func (o *CreateSourceConfigcatResponse) GetContentType() string

func (*CreateSourceConfigcatResponse) GetRawResponse ¶

func (o *CreateSourceConfigcatResponse) GetRawResponse() *http.Response

func (*CreateSourceConfigcatResponse) GetSourceResponse ¶

func (o *CreateSourceConfigcatResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceConfigcatResponse) GetStatusCode ¶

func (o *CreateSourceConfigcatResponse) GetStatusCode() int

type CreateSourceConfluenceResponse ¶

type CreateSourceConfluenceResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceConfluenceResponse) GetContentType ¶

func (o *CreateSourceConfluenceResponse) GetContentType() string

func (*CreateSourceConfluenceResponse) GetRawResponse ¶

func (o *CreateSourceConfluenceResponse) GetRawResponse() *http.Response

func (*CreateSourceConfluenceResponse) GetSourceResponse ¶

func (o *CreateSourceConfluenceResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceConfluenceResponse) GetStatusCode ¶

func (o *CreateSourceConfluenceResponse) GetStatusCode() int

type CreateSourceConvexResponse ¶

type CreateSourceConvexResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceConvexResponse) GetContentType ¶

func (o *CreateSourceConvexResponse) GetContentType() string

func (*CreateSourceConvexResponse) GetRawResponse ¶

func (o *CreateSourceConvexResponse) GetRawResponse() *http.Response

func (*CreateSourceConvexResponse) GetSourceResponse ¶

func (o *CreateSourceConvexResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceConvexResponse) GetStatusCode ¶

func (o *CreateSourceConvexResponse) GetStatusCode() int

type CreateSourceCustomResponse ¶

type CreateSourceCustomResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceCustomResponse) GetContentType ¶

func (o *CreateSourceCustomResponse) GetContentType() string

func (*CreateSourceCustomResponse) GetRawResponse ¶

func (o *CreateSourceCustomResponse) GetRawResponse() *http.Response

func (*CreateSourceCustomResponse) GetSourceResponse ¶

func (o *CreateSourceCustomResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceCustomResponse) GetStatusCode ¶

func (o *CreateSourceCustomResponse) GetStatusCode() int

type CreateSourceDatascopeResponse ¶

type CreateSourceDatascopeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceDatascopeResponse) GetContentType ¶

func (o *CreateSourceDatascopeResponse) GetContentType() string

func (*CreateSourceDatascopeResponse) GetRawResponse ¶

func (o *CreateSourceDatascopeResponse) GetRawResponse() *http.Response

func (*CreateSourceDatascopeResponse) GetSourceResponse ¶

func (o *CreateSourceDatascopeResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceDatascopeResponse) GetStatusCode ¶

func (o *CreateSourceDatascopeResponse) GetStatusCode() int

type CreateSourceDelightedResponse ¶

type CreateSourceDelightedResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceDelightedResponse) GetContentType ¶

func (o *CreateSourceDelightedResponse) GetContentType() string

func (*CreateSourceDelightedResponse) GetRawResponse ¶

func (o *CreateSourceDelightedResponse) GetRawResponse() *http.Response

func (*CreateSourceDelightedResponse) GetSourceResponse ¶

func (o *CreateSourceDelightedResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceDelightedResponse) GetStatusCode ¶

func (o *CreateSourceDelightedResponse) GetStatusCode() int

type CreateSourceDixaResponse ¶

type CreateSourceDixaResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceDixaResponse) GetContentType ¶

func (o *CreateSourceDixaResponse) GetContentType() string

func (*CreateSourceDixaResponse) GetRawResponse ¶

func (o *CreateSourceDixaResponse) GetRawResponse() *http.Response

func (*CreateSourceDixaResponse) GetSourceResponse ¶

func (o *CreateSourceDixaResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceDixaResponse) GetStatusCode ¶

func (o *CreateSourceDixaResponse) GetStatusCode() int

type CreateSourceDockerhubResponse ¶

type CreateSourceDockerhubResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceDockerhubResponse) GetContentType ¶

func (o *CreateSourceDockerhubResponse) GetContentType() string

func (*CreateSourceDockerhubResponse) GetRawResponse ¶

func (o *CreateSourceDockerhubResponse) GetRawResponse() *http.Response

func (*CreateSourceDockerhubResponse) GetSourceResponse ¶

func (o *CreateSourceDockerhubResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceDockerhubResponse) GetStatusCode ¶

func (o *CreateSourceDockerhubResponse) GetStatusCode() int

type CreateSourceDremioResponse ¶

type CreateSourceDremioResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceDremioResponse) GetContentType ¶

func (o *CreateSourceDremioResponse) GetContentType() string

func (*CreateSourceDremioResponse) GetRawResponse ¶

func (o *CreateSourceDremioResponse) GetRawResponse() *http.Response

func (*CreateSourceDremioResponse) GetSourceResponse ¶

func (o *CreateSourceDremioResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceDremioResponse) GetStatusCode ¶

func (o *CreateSourceDremioResponse) GetStatusCode() int

type CreateSourceDynamodbResponse ¶

type CreateSourceDynamodbResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceDynamodbResponse) GetContentType ¶

func (o *CreateSourceDynamodbResponse) GetContentType() string

func (*CreateSourceDynamodbResponse) GetRawResponse ¶

func (o *CreateSourceDynamodbResponse) GetRawResponse() *http.Response

func (*CreateSourceDynamodbResponse) GetSourceResponse ¶

func (o *CreateSourceDynamodbResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceDynamodbResponse) GetStatusCode ¶

func (o *CreateSourceDynamodbResponse) GetStatusCode() int

type CreateSourceEmailoctopusResponse ¶

type CreateSourceEmailoctopusResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceEmailoctopusResponse) GetContentType ¶

func (o *CreateSourceEmailoctopusResponse) GetContentType() string

func (*CreateSourceEmailoctopusResponse) GetRawResponse ¶

func (o *CreateSourceEmailoctopusResponse) GetRawResponse() *http.Response

func (*CreateSourceEmailoctopusResponse) GetSourceResponse ¶

func (o *CreateSourceEmailoctopusResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceEmailoctopusResponse) GetStatusCode ¶

func (o *CreateSourceEmailoctopusResponse) GetStatusCode() int

type CreateSourceExchangeRatesResponse ¶

type CreateSourceExchangeRatesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceExchangeRatesResponse) GetContentType ¶

func (o *CreateSourceExchangeRatesResponse) GetContentType() string

func (*CreateSourceExchangeRatesResponse) GetRawResponse ¶

func (o *CreateSourceExchangeRatesResponse) GetRawResponse() *http.Response

func (*CreateSourceExchangeRatesResponse) GetSourceResponse ¶

func (*CreateSourceExchangeRatesResponse) GetStatusCode ¶

func (o *CreateSourceExchangeRatesResponse) GetStatusCode() int

type CreateSourceFacebookMarketingResponse ¶

type CreateSourceFacebookMarketingResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceFacebookMarketingResponse) GetContentType ¶

func (o *CreateSourceFacebookMarketingResponse) GetContentType() string

func (*CreateSourceFacebookMarketingResponse) GetRawResponse ¶

func (*CreateSourceFacebookMarketingResponse) GetSourceResponse ¶

func (*CreateSourceFacebookMarketingResponse) GetStatusCode ¶

func (o *CreateSourceFacebookMarketingResponse) GetStatusCode() int

type CreateSourceFakerResponse ¶

type CreateSourceFakerResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceFakerResponse) GetContentType ¶

func (o *CreateSourceFakerResponse) GetContentType() string

func (*CreateSourceFakerResponse) GetRawResponse ¶

func (o *CreateSourceFakerResponse) GetRawResponse() *http.Response

func (*CreateSourceFakerResponse) GetSourceResponse ¶

func (o *CreateSourceFakerResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceFakerResponse) GetStatusCode ¶

func (o *CreateSourceFakerResponse) GetStatusCode() int

type CreateSourceFaunaResponse ¶

type CreateSourceFaunaResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceFaunaResponse) GetContentType ¶

func (o *CreateSourceFaunaResponse) GetContentType() string

func (*CreateSourceFaunaResponse) GetRawResponse ¶

func (o *CreateSourceFaunaResponse) GetRawResponse() *http.Response

func (*CreateSourceFaunaResponse) GetSourceResponse ¶

func (o *CreateSourceFaunaResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceFaunaResponse) GetStatusCode ¶

func (o *CreateSourceFaunaResponse) GetStatusCode() int

type CreateSourceFileResponse ¶

type CreateSourceFileResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceFileResponse) GetContentType ¶

func (o *CreateSourceFileResponse) GetContentType() string

func (*CreateSourceFileResponse) GetRawResponse ¶

func (o *CreateSourceFileResponse) GetRawResponse() *http.Response

func (*CreateSourceFileResponse) GetSourceResponse ¶

func (o *CreateSourceFileResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceFileResponse) GetStatusCode ¶

func (o *CreateSourceFileResponse) GetStatusCode() int

type CreateSourceFireboltResponse ¶

type CreateSourceFireboltResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceFireboltResponse) GetContentType ¶

func (o *CreateSourceFireboltResponse) GetContentType() string

func (*CreateSourceFireboltResponse) GetRawResponse ¶

func (o *CreateSourceFireboltResponse) GetRawResponse() *http.Response

func (*CreateSourceFireboltResponse) GetSourceResponse ¶

func (o *CreateSourceFireboltResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceFireboltResponse) GetStatusCode ¶

func (o *CreateSourceFireboltResponse) GetStatusCode() int

type CreateSourceFleetioResponse ¶ added in v0.5.1

type CreateSourceFleetioResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceFleetioResponse) GetContentType ¶ added in v0.5.1

func (o *CreateSourceFleetioResponse) GetContentType() string

func (*CreateSourceFleetioResponse) GetRawResponse ¶ added in v0.5.1

func (o *CreateSourceFleetioResponse) GetRawResponse() *http.Response

func (*CreateSourceFleetioResponse) GetSourceResponse ¶ added in v0.5.1

func (o *CreateSourceFleetioResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceFleetioResponse) GetStatusCode ¶ added in v0.5.1

func (o *CreateSourceFleetioResponse) GetStatusCode() int

type CreateSourceFreshcallerResponse ¶

type CreateSourceFreshcallerResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceFreshcallerResponse) GetContentType ¶

func (o *CreateSourceFreshcallerResponse) GetContentType() string

func (*CreateSourceFreshcallerResponse) GetRawResponse ¶

func (o *CreateSourceFreshcallerResponse) GetRawResponse() *http.Response

func (*CreateSourceFreshcallerResponse) GetSourceResponse ¶

func (o *CreateSourceFreshcallerResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceFreshcallerResponse) GetStatusCode ¶

func (o *CreateSourceFreshcallerResponse) GetStatusCode() int

type CreateSourceFreshdeskResponse ¶

type CreateSourceFreshdeskResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceFreshdeskResponse) GetContentType ¶

func (o *CreateSourceFreshdeskResponse) GetContentType() string

func (*CreateSourceFreshdeskResponse) GetRawResponse ¶

func (o *CreateSourceFreshdeskResponse) GetRawResponse() *http.Response

func (*CreateSourceFreshdeskResponse) GetSourceResponse ¶

func (o *CreateSourceFreshdeskResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceFreshdeskResponse) GetStatusCode ¶

func (o *CreateSourceFreshdeskResponse) GetStatusCode() int

type CreateSourceFreshsalesResponse ¶

type CreateSourceFreshsalesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceFreshsalesResponse) GetContentType ¶

func (o *CreateSourceFreshsalesResponse) GetContentType() string

func (*CreateSourceFreshsalesResponse) GetRawResponse ¶

func (o *CreateSourceFreshsalesResponse) GetRawResponse() *http.Response

func (*CreateSourceFreshsalesResponse) GetSourceResponse ¶

func (o *CreateSourceFreshsalesResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceFreshsalesResponse) GetStatusCode ¶

func (o *CreateSourceFreshsalesResponse) GetStatusCode() int

type CreateSourceGainsightPxResponse ¶

type CreateSourceGainsightPxResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceGainsightPxResponse) GetContentType ¶

func (o *CreateSourceGainsightPxResponse) GetContentType() string

func (*CreateSourceGainsightPxResponse) GetRawResponse ¶

func (o *CreateSourceGainsightPxResponse) GetRawResponse() *http.Response

func (*CreateSourceGainsightPxResponse) GetSourceResponse ¶

func (o *CreateSourceGainsightPxResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceGainsightPxResponse) GetStatusCode ¶

func (o *CreateSourceGainsightPxResponse) GetStatusCode() int

type CreateSourceGcsResponse ¶

type CreateSourceGcsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceGcsResponse) GetContentType ¶

func (o *CreateSourceGcsResponse) GetContentType() string

func (*CreateSourceGcsResponse) GetRawResponse ¶

func (o *CreateSourceGcsResponse) GetRawResponse() *http.Response

func (*CreateSourceGcsResponse) GetSourceResponse ¶

func (o *CreateSourceGcsResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceGcsResponse) GetStatusCode ¶

func (o *CreateSourceGcsResponse) GetStatusCode() int

type CreateSourceGetlagoResponse ¶

type CreateSourceGetlagoResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceGetlagoResponse) GetContentType ¶

func (o *CreateSourceGetlagoResponse) GetContentType() string

func (*CreateSourceGetlagoResponse) GetRawResponse ¶

func (o *CreateSourceGetlagoResponse) GetRawResponse() *http.Response

func (*CreateSourceGetlagoResponse) GetSourceResponse ¶

func (o *CreateSourceGetlagoResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceGetlagoResponse) GetStatusCode ¶

func (o *CreateSourceGetlagoResponse) GetStatusCode() int

type CreateSourceGithubResponse ¶

type CreateSourceGithubResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceGithubResponse) GetContentType ¶

func (o *CreateSourceGithubResponse) GetContentType() string

func (*CreateSourceGithubResponse) GetRawResponse ¶

func (o *CreateSourceGithubResponse) GetRawResponse() *http.Response

func (*CreateSourceGithubResponse) GetSourceResponse ¶

func (o *CreateSourceGithubResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceGithubResponse) GetStatusCode ¶

func (o *CreateSourceGithubResponse) GetStatusCode() int

type CreateSourceGitlabResponse ¶

type CreateSourceGitlabResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceGitlabResponse) GetContentType ¶

func (o *CreateSourceGitlabResponse) GetContentType() string

func (*CreateSourceGitlabResponse) GetRawResponse ¶

func (o *CreateSourceGitlabResponse) GetRawResponse() *http.Response

func (*CreateSourceGitlabResponse) GetSourceResponse ¶

func (o *CreateSourceGitlabResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceGitlabResponse) GetStatusCode ¶

func (o *CreateSourceGitlabResponse) GetStatusCode() int

type CreateSourceGlassfrogResponse ¶

type CreateSourceGlassfrogResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceGlassfrogResponse) GetContentType ¶

func (o *CreateSourceGlassfrogResponse) GetContentType() string

func (*CreateSourceGlassfrogResponse) GetRawResponse ¶

func (o *CreateSourceGlassfrogResponse) GetRawResponse() *http.Response

func (*CreateSourceGlassfrogResponse) GetSourceResponse ¶

func (o *CreateSourceGlassfrogResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceGlassfrogResponse) GetStatusCode ¶

func (o *CreateSourceGlassfrogResponse) GetStatusCode() int

type CreateSourceGnewsResponse ¶

type CreateSourceGnewsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceGnewsResponse) GetContentType ¶

func (o *CreateSourceGnewsResponse) GetContentType() string

func (*CreateSourceGnewsResponse) GetRawResponse ¶

func (o *CreateSourceGnewsResponse) GetRawResponse() *http.Response

func (*CreateSourceGnewsResponse) GetSourceResponse ¶

func (o *CreateSourceGnewsResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceGnewsResponse) GetStatusCode ¶

func (o *CreateSourceGnewsResponse) GetStatusCode() int

type CreateSourceGoogleAdsResponse ¶

type CreateSourceGoogleAdsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceGoogleAdsResponse) GetContentType ¶

func (o *CreateSourceGoogleAdsResponse) GetContentType() string

func (*CreateSourceGoogleAdsResponse) GetRawResponse ¶

func (o *CreateSourceGoogleAdsResponse) GetRawResponse() *http.Response

func (*CreateSourceGoogleAdsResponse) GetSourceResponse ¶

func (o *CreateSourceGoogleAdsResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceGoogleAdsResponse) GetStatusCode ¶

func (o *CreateSourceGoogleAdsResponse) GetStatusCode() int

type CreateSourceGoogleAnalyticsDataAPIResponse ¶

type CreateSourceGoogleAnalyticsDataAPIResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceGoogleAnalyticsDataAPIResponse) GetContentType ¶

func (*CreateSourceGoogleAnalyticsDataAPIResponse) GetRawResponse ¶

func (*CreateSourceGoogleAnalyticsDataAPIResponse) GetSourceResponse ¶

func (*CreateSourceGoogleAnalyticsDataAPIResponse) GetStatusCode ¶

type CreateSourceGoogleAnalyticsV4ServiceAccountOnlyResponse ¶

type CreateSourceGoogleAnalyticsV4ServiceAccountOnlyResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceGoogleAnalyticsV4ServiceAccountOnlyResponse) GetContentType ¶

func (*CreateSourceGoogleAnalyticsV4ServiceAccountOnlyResponse) GetRawResponse ¶

func (*CreateSourceGoogleAnalyticsV4ServiceAccountOnlyResponse) GetSourceResponse ¶

func (*CreateSourceGoogleAnalyticsV4ServiceAccountOnlyResponse) GetStatusCode ¶

type CreateSourceGoogleDirectoryResponse ¶

type CreateSourceGoogleDirectoryResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceGoogleDirectoryResponse) GetContentType ¶

func (o *CreateSourceGoogleDirectoryResponse) GetContentType() string

func (*CreateSourceGoogleDirectoryResponse) GetRawResponse ¶

func (o *CreateSourceGoogleDirectoryResponse) GetRawResponse() *http.Response

func (*CreateSourceGoogleDirectoryResponse) GetSourceResponse ¶

func (*CreateSourceGoogleDirectoryResponse) GetStatusCode ¶

func (o *CreateSourceGoogleDirectoryResponse) GetStatusCode() int

type CreateSourceGoogleDriveResponse ¶

type CreateSourceGoogleDriveResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceGoogleDriveResponse) GetContentType ¶

func (o *CreateSourceGoogleDriveResponse) GetContentType() string

func (*CreateSourceGoogleDriveResponse) GetRawResponse ¶

func (o *CreateSourceGoogleDriveResponse) GetRawResponse() *http.Response

func (*CreateSourceGoogleDriveResponse) GetSourceResponse ¶

func (o *CreateSourceGoogleDriveResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceGoogleDriveResponse) GetStatusCode ¶

func (o *CreateSourceGoogleDriveResponse) GetStatusCode() int

type CreateSourceGooglePagespeedInsightsResponse ¶

type CreateSourceGooglePagespeedInsightsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceGooglePagespeedInsightsResponse) GetContentType ¶

func (*CreateSourceGooglePagespeedInsightsResponse) GetRawResponse ¶

func (*CreateSourceGooglePagespeedInsightsResponse) GetSourceResponse ¶

func (*CreateSourceGooglePagespeedInsightsResponse) GetStatusCode ¶

type CreateSourceGoogleSearchConsoleResponse ¶

type CreateSourceGoogleSearchConsoleResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceGoogleSearchConsoleResponse) GetContentType ¶

func (o *CreateSourceGoogleSearchConsoleResponse) GetContentType() string

func (*CreateSourceGoogleSearchConsoleResponse) GetRawResponse ¶

func (*CreateSourceGoogleSearchConsoleResponse) GetSourceResponse ¶

func (*CreateSourceGoogleSearchConsoleResponse) GetStatusCode ¶

func (o *CreateSourceGoogleSearchConsoleResponse) GetStatusCode() int

type CreateSourceGoogleSheetsResponse ¶

type CreateSourceGoogleSheetsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceGoogleSheetsResponse) GetContentType ¶

func (o *CreateSourceGoogleSheetsResponse) GetContentType() string

func (*CreateSourceGoogleSheetsResponse) GetRawResponse ¶

func (o *CreateSourceGoogleSheetsResponse) GetRawResponse() *http.Response

func (*CreateSourceGoogleSheetsResponse) GetSourceResponse ¶

func (o *CreateSourceGoogleSheetsResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceGoogleSheetsResponse) GetStatusCode ¶

func (o *CreateSourceGoogleSheetsResponse) GetStatusCode() int

type CreateSourceGoogleWebfontsResponse ¶

type CreateSourceGoogleWebfontsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceGoogleWebfontsResponse) GetContentType ¶

func (o *CreateSourceGoogleWebfontsResponse) GetContentType() string

func (*CreateSourceGoogleWebfontsResponse) GetRawResponse ¶

func (o *CreateSourceGoogleWebfontsResponse) GetRawResponse() *http.Response

func (*CreateSourceGoogleWebfontsResponse) GetSourceResponse ¶

func (*CreateSourceGoogleWebfontsResponse) GetStatusCode ¶

func (o *CreateSourceGoogleWebfontsResponse) GetStatusCode() int

type CreateSourceGreenhouseResponse ¶

type CreateSourceGreenhouseResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceGreenhouseResponse) GetContentType ¶

func (o *CreateSourceGreenhouseResponse) GetContentType() string

func (*CreateSourceGreenhouseResponse) GetRawResponse ¶

func (o *CreateSourceGreenhouseResponse) GetRawResponse() *http.Response

func (*CreateSourceGreenhouseResponse) GetSourceResponse ¶

func (o *CreateSourceGreenhouseResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceGreenhouseResponse) GetStatusCode ¶

func (o *CreateSourceGreenhouseResponse) GetStatusCode() int

type CreateSourceGridlyResponse ¶

type CreateSourceGridlyResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceGridlyResponse) GetContentType ¶

func (o *CreateSourceGridlyResponse) GetContentType() string

func (*CreateSourceGridlyResponse) GetRawResponse ¶

func (o *CreateSourceGridlyResponse) GetRawResponse() *http.Response

func (*CreateSourceGridlyResponse) GetSourceResponse ¶

func (o *CreateSourceGridlyResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceGridlyResponse) GetStatusCode ¶

func (o *CreateSourceGridlyResponse) GetStatusCode() int

type CreateSourceHarvestResponse ¶

type CreateSourceHarvestResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceHarvestResponse) GetContentType ¶

func (o *CreateSourceHarvestResponse) GetContentType() string

func (*CreateSourceHarvestResponse) GetRawResponse ¶

func (o *CreateSourceHarvestResponse) GetRawResponse() *http.Response

func (*CreateSourceHarvestResponse) GetSourceResponse ¶

func (o *CreateSourceHarvestResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceHarvestResponse) GetStatusCode ¶

func (o *CreateSourceHarvestResponse) GetStatusCode() int

type CreateSourceHubplannerResponse ¶

type CreateSourceHubplannerResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceHubplannerResponse) GetContentType ¶

func (o *CreateSourceHubplannerResponse) GetContentType() string

func (*CreateSourceHubplannerResponse) GetRawResponse ¶

func (o *CreateSourceHubplannerResponse) GetRawResponse() *http.Response

func (*CreateSourceHubplannerResponse) GetSourceResponse ¶

func (o *CreateSourceHubplannerResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceHubplannerResponse) GetStatusCode ¶

func (o *CreateSourceHubplannerResponse) GetStatusCode() int

type CreateSourceHubspotResponse ¶

type CreateSourceHubspotResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceHubspotResponse) GetContentType ¶

func (o *CreateSourceHubspotResponse) GetContentType() string

func (*CreateSourceHubspotResponse) GetRawResponse ¶

func (o *CreateSourceHubspotResponse) GetRawResponse() *http.Response

func (*CreateSourceHubspotResponse) GetSourceResponse ¶

func (o *CreateSourceHubspotResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceHubspotResponse) GetStatusCode ¶

func (o *CreateSourceHubspotResponse) GetStatusCode() int

type CreateSourceInsightlyResponse ¶

type CreateSourceInsightlyResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceInsightlyResponse) GetContentType ¶

func (o *CreateSourceInsightlyResponse) GetContentType() string

func (*CreateSourceInsightlyResponse) GetRawResponse ¶

func (o *CreateSourceInsightlyResponse) GetRawResponse() *http.Response

func (*CreateSourceInsightlyResponse) GetSourceResponse ¶

func (o *CreateSourceInsightlyResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceInsightlyResponse) GetStatusCode ¶

func (o *CreateSourceInsightlyResponse) GetStatusCode() int

type CreateSourceInstagramResponse ¶

type CreateSourceInstagramResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceInstagramResponse) GetContentType ¶

func (o *CreateSourceInstagramResponse) GetContentType() string

func (*CreateSourceInstagramResponse) GetRawResponse ¶

func (o *CreateSourceInstagramResponse) GetRawResponse() *http.Response

func (*CreateSourceInstagramResponse) GetSourceResponse ¶

func (o *CreateSourceInstagramResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceInstagramResponse) GetStatusCode ¶

func (o *CreateSourceInstagramResponse) GetStatusCode() int

type CreateSourceInstatusResponse ¶

type CreateSourceInstatusResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceInstatusResponse) GetContentType ¶

func (o *CreateSourceInstatusResponse) GetContentType() string

func (*CreateSourceInstatusResponse) GetRawResponse ¶

func (o *CreateSourceInstatusResponse) GetRawResponse() *http.Response

func (*CreateSourceInstatusResponse) GetSourceResponse ¶

func (o *CreateSourceInstatusResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceInstatusResponse) GetStatusCode ¶

func (o *CreateSourceInstatusResponse) GetStatusCode() int

type CreateSourceIntercomResponse ¶

type CreateSourceIntercomResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceIntercomResponse) GetContentType ¶

func (o *CreateSourceIntercomResponse) GetContentType() string

func (*CreateSourceIntercomResponse) GetRawResponse ¶

func (o *CreateSourceIntercomResponse) GetRawResponse() *http.Response

func (*CreateSourceIntercomResponse) GetSourceResponse ¶

func (o *CreateSourceIntercomResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceIntercomResponse) GetStatusCode ¶

func (o *CreateSourceIntercomResponse) GetStatusCode() int

type CreateSourceIp2whoisResponse ¶

type CreateSourceIp2whoisResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceIp2whoisResponse) GetContentType ¶

func (o *CreateSourceIp2whoisResponse) GetContentType() string

func (*CreateSourceIp2whoisResponse) GetRawResponse ¶

func (o *CreateSourceIp2whoisResponse) GetRawResponse() *http.Response

func (*CreateSourceIp2whoisResponse) GetSourceResponse ¶

func (o *CreateSourceIp2whoisResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceIp2whoisResponse) GetStatusCode ¶

func (o *CreateSourceIp2whoisResponse) GetStatusCode() int

type CreateSourceIterableResponse ¶

type CreateSourceIterableResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceIterableResponse) GetContentType ¶

func (o *CreateSourceIterableResponse) GetContentType() string

func (*CreateSourceIterableResponse) GetRawResponse ¶

func (o *CreateSourceIterableResponse) GetRawResponse() *http.Response

func (*CreateSourceIterableResponse) GetSourceResponse ¶

func (o *CreateSourceIterableResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceIterableResponse) GetStatusCode ¶

func (o *CreateSourceIterableResponse) GetStatusCode() int

type CreateSourceJiraResponse ¶

type CreateSourceJiraResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceJiraResponse) GetContentType ¶

func (o *CreateSourceJiraResponse) GetContentType() string

func (*CreateSourceJiraResponse) GetRawResponse ¶

func (o *CreateSourceJiraResponse) GetRawResponse() *http.Response

func (*CreateSourceJiraResponse) GetSourceResponse ¶

func (o *CreateSourceJiraResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceJiraResponse) GetStatusCode ¶

func (o *CreateSourceJiraResponse) GetStatusCode() int

type CreateSourceK6CloudResponse ¶

type CreateSourceK6CloudResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceK6CloudResponse) GetContentType ¶

func (o *CreateSourceK6CloudResponse) GetContentType() string

func (*CreateSourceK6CloudResponse) GetRawResponse ¶

func (o *CreateSourceK6CloudResponse) GetRawResponse() *http.Response

func (*CreateSourceK6CloudResponse) GetSourceResponse ¶

func (o *CreateSourceK6CloudResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceK6CloudResponse) GetStatusCode ¶

func (o *CreateSourceK6CloudResponse) GetStatusCode() int

type CreateSourceKlarnaResponse ¶

type CreateSourceKlarnaResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceKlarnaResponse) GetContentType ¶

func (o *CreateSourceKlarnaResponse) GetContentType() string

func (*CreateSourceKlarnaResponse) GetRawResponse ¶

func (o *CreateSourceKlarnaResponse) GetRawResponse() *http.Response

func (*CreateSourceKlarnaResponse) GetSourceResponse ¶

func (o *CreateSourceKlarnaResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceKlarnaResponse) GetStatusCode ¶

func (o *CreateSourceKlarnaResponse) GetStatusCode() int

type CreateSourceKlaviyoResponse ¶

type CreateSourceKlaviyoResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceKlaviyoResponse) GetContentType ¶

func (o *CreateSourceKlaviyoResponse) GetContentType() string

func (*CreateSourceKlaviyoResponse) GetRawResponse ¶

func (o *CreateSourceKlaviyoResponse) GetRawResponse() *http.Response

func (*CreateSourceKlaviyoResponse) GetSourceResponse ¶

func (o *CreateSourceKlaviyoResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceKlaviyoResponse) GetStatusCode ¶

func (o *CreateSourceKlaviyoResponse) GetStatusCode() int

type CreateSourceKyveResponse ¶

type CreateSourceKyveResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceKyveResponse) GetContentType ¶

func (o *CreateSourceKyveResponse) GetContentType() string

func (*CreateSourceKyveResponse) GetRawResponse ¶

func (o *CreateSourceKyveResponse) GetRawResponse() *http.Response

func (*CreateSourceKyveResponse) GetSourceResponse ¶

func (o *CreateSourceKyveResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceKyveResponse) GetStatusCode ¶

func (o *CreateSourceKyveResponse) GetStatusCode() int

type CreateSourceLaunchdarklyResponse ¶

type CreateSourceLaunchdarklyResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceLaunchdarklyResponse) GetContentType ¶

func (o *CreateSourceLaunchdarklyResponse) GetContentType() string

func (*CreateSourceLaunchdarklyResponse) GetRawResponse ¶

func (o *CreateSourceLaunchdarklyResponse) GetRawResponse() *http.Response

func (*CreateSourceLaunchdarklyResponse) GetSourceResponse ¶

func (o *CreateSourceLaunchdarklyResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceLaunchdarklyResponse) GetStatusCode ¶

func (o *CreateSourceLaunchdarklyResponse) GetStatusCode() int

type CreateSourceLemlistResponse ¶

type CreateSourceLemlistResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceLemlistResponse) GetContentType ¶

func (o *CreateSourceLemlistResponse) GetContentType() string

func (*CreateSourceLemlistResponse) GetRawResponse ¶

func (o *CreateSourceLemlistResponse) GetRawResponse() *http.Response

func (*CreateSourceLemlistResponse) GetSourceResponse ¶

func (o *CreateSourceLemlistResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceLemlistResponse) GetStatusCode ¶

func (o *CreateSourceLemlistResponse) GetStatusCode() int

type CreateSourceLeverHiringResponse ¶

type CreateSourceLeverHiringResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceLeverHiringResponse) GetContentType ¶

func (o *CreateSourceLeverHiringResponse) GetContentType() string

func (*CreateSourceLeverHiringResponse) GetRawResponse ¶

func (o *CreateSourceLeverHiringResponse) GetRawResponse() *http.Response

func (*CreateSourceLeverHiringResponse) GetSourceResponse ¶

func (o *CreateSourceLeverHiringResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceLeverHiringResponse) GetStatusCode ¶

func (o *CreateSourceLeverHiringResponse) GetStatusCode() int

type CreateSourceLinkedinAdsResponse ¶

type CreateSourceLinkedinAdsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceLinkedinAdsResponse) GetContentType ¶

func (o *CreateSourceLinkedinAdsResponse) GetContentType() string

func (*CreateSourceLinkedinAdsResponse) GetRawResponse ¶

func (o *CreateSourceLinkedinAdsResponse) GetRawResponse() *http.Response

func (*CreateSourceLinkedinAdsResponse) GetSourceResponse ¶

func (o *CreateSourceLinkedinAdsResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceLinkedinAdsResponse) GetStatusCode ¶

func (o *CreateSourceLinkedinAdsResponse) GetStatusCode() int

type CreateSourceLinkedinPagesResponse ¶

type CreateSourceLinkedinPagesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceLinkedinPagesResponse) GetContentType ¶

func (o *CreateSourceLinkedinPagesResponse) GetContentType() string

func (*CreateSourceLinkedinPagesResponse) GetRawResponse ¶

func (o *CreateSourceLinkedinPagesResponse) GetRawResponse() *http.Response

func (*CreateSourceLinkedinPagesResponse) GetSourceResponse ¶

func (*CreateSourceLinkedinPagesResponse) GetStatusCode ¶

func (o *CreateSourceLinkedinPagesResponse) GetStatusCode() int

type CreateSourceLinnworksResponse ¶

type CreateSourceLinnworksResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceLinnworksResponse) GetContentType ¶

func (o *CreateSourceLinnworksResponse) GetContentType() string

func (*CreateSourceLinnworksResponse) GetRawResponse ¶

func (o *CreateSourceLinnworksResponse) GetRawResponse() *http.Response

func (*CreateSourceLinnworksResponse) GetSourceResponse ¶

func (o *CreateSourceLinnworksResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceLinnworksResponse) GetStatusCode ¶

func (o *CreateSourceLinnworksResponse) GetStatusCode() int

type CreateSourceLokaliseResponse ¶

type CreateSourceLokaliseResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceLokaliseResponse) GetContentType ¶

func (o *CreateSourceLokaliseResponse) GetContentType() string

func (*CreateSourceLokaliseResponse) GetRawResponse ¶

func (o *CreateSourceLokaliseResponse) GetRawResponse() *http.Response

func (*CreateSourceLokaliseResponse) GetSourceResponse ¶

func (o *CreateSourceLokaliseResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceLokaliseResponse) GetStatusCode ¶

func (o *CreateSourceLokaliseResponse) GetStatusCode() int

type CreateSourceMailchimpResponse ¶

type CreateSourceMailchimpResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceMailchimpResponse) GetContentType ¶

func (o *CreateSourceMailchimpResponse) GetContentType() string

func (*CreateSourceMailchimpResponse) GetRawResponse ¶

func (o *CreateSourceMailchimpResponse) GetRawResponse() *http.Response

func (*CreateSourceMailchimpResponse) GetSourceResponse ¶

func (o *CreateSourceMailchimpResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceMailchimpResponse) GetStatusCode ¶

func (o *CreateSourceMailchimpResponse) GetStatusCode() int

type CreateSourceMailgunResponse ¶

type CreateSourceMailgunResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceMailgunResponse) GetContentType ¶

func (o *CreateSourceMailgunResponse) GetContentType() string

func (*CreateSourceMailgunResponse) GetRawResponse ¶

func (o *CreateSourceMailgunResponse) GetRawResponse() *http.Response

func (*CreateSourceMailgunResponse) GetSourceResponse ¶

func (o *CreateSourceMailgunResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceMailgunResponse) GetStatusCode ¶

func (o *CreateSourceMailgunResponse) GetStatusCode() int

type CreateSourceMailjetSmsResponse ¶

type CreateSourceMailjetSmsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceMailjetSmsResponse) GetContentType ¶

func (o *CreateSourceMailjetSmsResponse) GetContentType() string

func (*CreateSourceMailjetSmsResponse) GetRawResponse ¶

func (o *CreateSourceMailjetSmsResponse) GetRawResponse() *http.Response

func (*CreateSourceMailjetSmsResponse) GetSourceResponse ¶

func (o *CreateSourceMailjetSmsResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceMailjetSmsResponse) GetStatusCode ¶

func (o *CreateSourceMailjetSmsResponse) GetStatusCode() int

type CreateSourceMarketoResponse ¶

type CreateSourceMarketoResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceMarketoResponse) GetContentType ¶

func (o *CreateSourceMarketoResponse) GetContentType() string

func (*CreateSourceMarketoResponse) GetRawResponse ¶

func (o *CreateSourceMarketoResponse) GetRawResponse() *http.Response

func (*CreateSourceMarketoResponse) GetSourceResponse ¶

func (o *CreateSourceMarketoResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceMarketoResponse) GetStatusCode ¶

func (o *CreateSourceMarketoResponse) GetStatusCode() int

type CreateSourceMetabaseResponse ¶

type CreateSourceMetabaseResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceMetabaseResponse) GetContentType ¶

func (o *CreateSourceMetabaseResponse) GetContentType() string

func (*CreateSourceMetabaseResponse) GetRawResponse ¶

func (o *CreateSourceMetabaseResponse) GetRawResponse() *http.Response

func (*CreateSourceMetabaseResponse) GetSourceResponse ¶

func (o *CreateSourceMetabaseResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceMetabaseResponse) GetStatusCode ¶

func (o *CreateSourceMetabaseResponse) GetStatusCode() int

type CreateSourceMicrosoftOnedriveResponse ¶

type CreateSourceMicrosoftOnedriveResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceMicrosoftOnedriveResponse) GetContentType ¶

func (o *CreateSourceMicrosoftOnedriveResponse) GetContentType() string

func (*CreateSourceMicrosoftOnedriveResponse) GetRawResponse ¶

func (*CreateSourceMicrosoftOnedriveResponse) GetSourceResponse ¶

func (*CreateSourceMicrosoftOnedriveResponse) GetStatusCode ¶

func (o *CreateSourceMicrosoftOnedriveResponse) GetStatusCode() int

type CreateSourceMicrosoftSharepointResponse ¶

type CreateSourceMicrosoftSharepointResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceMicrosoftSharepointResponse) GetContentType ¶

func (o *CreateSourceMicrosoftSharepointResponse) GetContentType() string

func (*CreateSourceMicrosoftSharepointResponse) GetRawResponse ¶

func (*CreateSourceMicrosoftSharepointResponse) GetSourceResponse ¶

func (*CreateSourceMicrosoftSharepointResponse) GetStatusCode ¶

func (o *CreateSourceMicrosoftSharepointResponse) GetStatusCode() int

type CreateSourceMicrosoftTeamsResponse ¶

type CreateSourceMicrosoftTeamsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceMicrosoftTeamsResponse) GetContentType ¶

func (o *CreateSourceMicrosoftTeamsResponse) GetContentType() string

func (*CreateSourceMicrosoftTeamsResponse) GetRawResponse ¶

func (o *CreateSourceMicrosoftTeamsResponse) GetRawResponse() *http.Response

func (*CreateSourceMicrosoftTeamsResponse) GetSourceResponse ¶

func (*CreateSourceMicrosoftTeamsResponse) GetStatusCode ¶

func (o *CreateSourceMicrosoftTeamsResponse) GetStatusCode() int

type CreateSourceMixpanelResponse ¶

type CreateSourceMixpanelResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceMixpanelResponse) GetContentType ¶

func (o *CreateSourceMixpanelResponse) GetContentType() string

func (*CreateSourceMixpanelResponse) GetRawResponse ¶

func (o *CreateSourceMixpanelResponse) GetRawResponse() *http.Response

func (*CreateSourceMixpanelResponse) GetSourceResponse ¶

func (o *CreateSourceMixpanelResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceMixpanelResponse) GetStatusCode ¶

func (o *CreateSourceMixpanelResponse) GetStatusCode() int

type CreateSourceMondayResponse ¶

type CreateSourceMondayResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceMondayResponse) GetContentType ¶

func (o *CreateSourceMondayResponse) GetContentType() string

func (*CreateSourceMondayResponse) GetRawResponse ¶

func (o *CreateSourceMondayResponse) GetRawResponse() *http.Response

func (*CreateSourceMondayResponse) GetSourceResponse ¶

func (o *CreateSourceMondayResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceMondayResponse) GetStatusCode ¶

func (o *CreateSourceMondayResponse) GetStatusCode() int

type CreateSourceMongodbInternalPocResponse ¶

type CreateSourceMongodbInternalPocResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceMongodbInternalPocResponse) GetContentType ¶

func (o *CreateSourceMongodbInternalPocResponse) GetContentType() string

func (*CreateSourceMongodbInternalPocResponse) GetRawResponse ¶

func (*CreateSourceMongodbInternalPocResponse) GetSourceResponse ¶

func (*CreateSourceMongodbInternalPocResponse) GetStatusCode ¶

func (o *CreateSourceMongodbInternalPocResponse) GetStatusCode() int

type CreateSourceMongodbV2Response ¶

type CreateSourceMongodbV2Response struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceMongodbV2Response) GetContentType ¶

func (o *CreateSourceMongodbV2Response) GetContentType() string

func (*CreateSourceMongodbV2Response) GetRawResponse ¶

func (o *CreateSourceMongodbV2Response) GetRawResponse() *http.Response

func (*CreateSourceMongodbV2Response) GetSourceResponse ¶

func (o *CreateSourceMongodbV2Response) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceMongodbV2Response) GetStatusCode ¶

func (o *CreateSourceMongodbV2Response) GetStatusCode() int

type CreateSourceMssqlResponse ¶

type CreateSourceMssqlResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceMssqlResponse) GetContentType ¶

func (o *CreateSourceMssqlResponse) GetContentType() string

func (*CreateSourceMssqlResponse) GetRawResponse ¶

func (o *CreateSourceMssqlResponse) GetRawResponse() *http.Response

func (*CreateSourceMssqlResponse) GetSourceResponse ¶

func (o *CreateSourceMssqlResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceMssqlResponse) GetStatusCode ¶

func (o *CreateSourceMssqlResponse) GetStatusCode() int

type CreateSourceMyHoursResponse ¶

type CreateSourceMyHoursResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceMyHoursResponse) GetContentType ¶

func (o *CreateSourceMyHoursResponse) GetContentType() string

func (*CreateSourceMyHoursResponse) GetRawResponse ¶

func (o *CreateSourceMyHoursResponse) GetRawResponse() *http.Response

func (*CreateSourceMyHoursResponse) GetSourceResponse ¶

func (o *CreateSourceMyHoursResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceMyHoursResponse) GetStatusCode ¶

func (o *CreateSourceMyHoursResponse) GetStatusCode() int

type CreateSourceMysqlResponse ¶

type CreateSourceMysqlResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceMysqlResponse) GetContentType ¶

func (o *CreateSourceMysqlResponse) GetContentType() string

func (*CreateSourceMysqlResponse) GetRawResponse ¶

func (o *CreateSourceMysqlResponse) GetRawResponse() *http.Response

func (*CreateSourceMysqlResponse) GetSourceResponse ¶

func (o *CreateSourceMysqlResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceMysqlResponse) GetStatusCode ¶

func (o *CreateSourceMysqlResponse) GetStatusCode() int

type CreateSourceNetsuiteResponse ¶

type CreateSourceNetsuiteResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceNetsuiteResponse) GetContentType ¶

func (o *CreateSourceNetsuiteResponse) GetContentType() string

func (*CreateSourceNetsuiteResponse) GetRawResponse ¶

func (o *CreateSourceNetsuiteResponse) GetRawResponse() *http.Response

func (*CreateSourceNetsuiteResponse) GetSourceResponse ¶

func (o *CreateSourceNetsuiteResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceNetsuiteResponse) GetStatusCode ¶

func (o *CreateSourceNetsuiteResponse) GetStatusCode() int

type CreateSourceNotionResponse ¶

type CreateSourceNotionResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceNotionResponse) GetContentType ¶

func (o *CreateSourceNotionResponse) GetContentType() string

func (*CreateSourceNotionResponse) GetRawResponse ¶

func (o *CreateSourceNotionResponse) GetRawResponse() *http.Response

func (*CreateSourceNotionResponse) GetSourceResponse ¶

func (o *CreateSourceNotionResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceNotionResponse) GetStatusCode ¶

func (o *CreateSourceNotionResponse) GetStatusCode() int

type CreateSourceNytimesResponse ¶

type CreateSourceNytimesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceNytimesResponse) GetContentType ¶

func (o *CreateSourceNytimesResponse) GetContentType() string

func (*CreateSourceNytimesResponse) GetRawResponse ¶

func (o *CreateSourceNytimesResponse) GetRawResponse() *http.Response

func (*CreateSourceNytimesResponse) GetSourceResponse ¶

func (o *CreateSourceNytimesResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceNytimesResponse) GetStatusCode ¶

func (o *CreateSourceNytimesResponse) GetStatusCode() int

type CreateSourceOktaResponse ¶

type CreateSourceOktaResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceOktaResponse) GetContentType ¶

func (o *CreateSourceOktaResponse) GetContentType() string

func (*CreateSourceOktaResponse) GetRawResponse ¶

func (o *CreateSourceOktaResponse) GetRawResponse() *http.Response

func (*CreateSourceOktaResponse) GetSourceResponse ¶

func (o *CreateSourceOktaResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceOktaResponse) GetStatusCode ¶

func (o *CreateSourceOktaResponse) GetStatusCode() int

type CreateSourceOmnisendResponse ¶

type CreateSourceOmnisendResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceOmnisendResponse) GetContentType ¶

func (o *CreateSourceOmnisendResponse) GetContentType() string

func (*CreateSourceOmnisendResponse) GetRawResponse ¶

func (o *CreateSourceOmnisendResponse) GetRawResponse() *http.Response

func (*CreateSourceOmnisendResponse) GetSourceResponse ¶

func (o *CreateSourceOmnisendResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceOmnisendResponse) GetStatusCode ¶

func (o *CreateSourceOmnisendResponse) GetStatusCode() int

type CreateSourceOnesignalResponse ¶

type CreateSourceOnesignalResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceOnesignalResponse) GetContentType ¶

func (o *CreateSourceOnesignalResponse) GetContentType() string

func (*CreateSourceOnesignalResponse) GetRawResponse ¶

func (o *CreateSourceOnesignalResponse) GetRawResponse() *http.Response

func (*CreateSourceOnesignalResponse) GetSourceResponse ¶

func (o *CreateSourceOnesignalResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceOnesignalResponse) GetStatusCode ¶

func (o *CreateSourceOnesignalResponse) GetStatusCode() int

type CreateSourceOracleResponse ¶

type CreateSourceOracleResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceOracleResponse) GetContentType ¶

func (o *CreateSourceOracleResponse) GetContentType() string

func (*CreateSourceOracleResponse) GetRawResponse ¶

func (o *CreateSourceOracleResponse) GetRawResponse() *http.Response

func (*CreateSourceOracleResponse) GetSourceResponse ¶

func (o *CreateSourceOracleResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceOracleResponse) GetStatusCode ¶

func (o *CreateSourceOracleResponse) GetStatusCode() int

type CreateSourceOrbResponse ¶

type CreateSourceOrbResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceOrbResponse) GetContentType ¶

func (o *CreateSourceOrbResponse) GetContentType() string

func (*CreateSourceOrbResponse) GetRawResponse ¶

func (o *CreateSourceOrbResponse) GetRawResponse() *http.Response

func (*CreateSourceOrbResponse) GetSourceResponse ¶

func (o *CreateSourceOrbResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceOrbResponse) GetStatusCode ¶

func (o *CreateSourceOrbResponse) GetStatusCode() int

type CreateSourceOrbitResponse ¶

type CreateSourceOrbitResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceOrbitResponse) GetContentType ¶

func (o *CreateSourceOrbitResponse) GetContentType() string

func (*CreateSourceOrbitResponse) GetRawResponse ¶

func (o *CreateSourceOrbitResponse) GetRawResponse() *http.Response

func (*CreateSourceOrbitResponse) GetSourceResponse ¶

func (o *CreateSourceOrbitResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceOrbitResponse) GetStatusCode ¶

func (o *CreateSourceOrbitResponse) GetStatusCode() int

type CreateSourceOutbrainAmplifyResponse ¶

type CreateSourceOutbrainAmplifyResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceOutbrainAmplifyResponse) GetContentType ¶

func (o *CreateSourceOutbrainAmplifyResponse) GetContentType() string

func (*CreateSourceOutbrainAmplifyResponse) GetRawResponse ¶

func (o *CreateSourceOutbrainAmplifyResponse) GetRawResponse() *http.Response

func (*CreateSourceOutbrainAmplifyResponse) GetSourceResponse ¶

func (*CreateSourceOutbrainAmplifyResponse) GetStatusCode ¶

func (o *CreateSourceOutbrainAmplifyResponse) GetStatusCode() int

type CreateSourceOutreachResponse ¶

type CreateSourceOutreachResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceOutreachResponse) GetContentType ¶

func (o *CreateSourceOutreachResponse) GetContentType() string

func (*CreateSourceOutreachResponse) GetRawResponse ¶

func (o *CreateSourceOutreachResponse) GetRawResponse() *http.Response

func (*CreateSourceOutreachResponse) GetSourceResponse ¶

func (o *CreateSourceOutreachResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceOutreachResponse) GetStatusCode ¶

func (o *CreateSourceOutreachResponse) GetStatusCode() int

type CreateSourcePaypalTransactionResponse ¶

type CreateSourcePaypalTransactionResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourcePaypalTransactionResponse) GetContentType ¶

func (o *CreateSourcePaypalTransactionResponse) GetContentType() string

func (*CreateSourcePaypalTransactionResponse) GetRawResponse ¶

func (*CreateSourcePaypalTransactionResponse) GetSourceResponse ¶

func (*CreateSourcePaypalTransactionResponse) GetStatusCode ¶

func (o *CreateSourcePaypalTransactionResponse) GetStatusCode() int

type CreateSourcePaystackResponse ¶

type CreateSourcePaystackResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourcePaystackResponse) GetContentType ¶

func (o *CreateSourcePaystackResponse) GetContentType() string

func (*CreateSourcePaystackResponse) GetRawResponse ¶

func (o *CreateSourcePaystackResponse) GetRawResponse() *http.Response

func (*CreateSourcePaystackResponse) GetSourceResponse ¶

func (o *CreateSourcePaystackResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourcePaystackResponse) GetStatusCode ¶

func (o *CreateSourcePaystackResponse) GetStatusCode() int

type CreateSourcePendoResponse ¶

type CreateSourcePendoResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourcePendoResponse) GetContentType ¶

func (o *CreateSourcePendoResponse) GetContentType() string

func (*CreateSourcePendoResponse) GetRawResponse ¶

func (o *CreateSourcePendoResponse) GetRawResponse() *http.Response

func (*CreateSourcePendoResponse) GetSourceResponse ¶

func (o *CreateSourcePendoResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourcePendoResponse) GetStatusCode ¶

func (o *CreateSourcePendoResponse) GetStatusCode() int

type CreateSourcePersistiqResponse ¶

type CreateSourcePersistiqResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourcePersistiqResponse) GetContentType ¶

func (o *CreateSourcePersistiqResponse) GetContentType() string

func (*CreateSourcePersistiqResponse) GetRawResponse ¶

func (o *CreateSourcePersistiqResponse) GetRawResponse() *http.Response

func (*CreateSourcePersistiqResponse) GetSourceResponse ¶

func (o *CreateSourcePersistiqResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourcePersistiqResponse) GetStatusCode ¶

func (o *CreateSourcePersistiqResponse) GetStatusCode() int

type CreateSourcePexelsAPIResponse ¶

type CreateSourcePexelsAPIResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourcePexelsAPIResponse) GetContentType ¶

func (o *CreateSourcePexelsAPIResponse) GetContentType() string

func (*CreateSourcePexelsAPIResponse) GetRawResponse ¶

func (o *CreateSourcePexelsAPIResponse) GetRawResponse() *http.Response

func (*CreateSourcePexelsAPIResponse) GetSourceResponse ¶

func (o *CreateSourcePexelsAPIResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourcePexelsAPIResponse) GetStatusCode ¶

func (o *CreateSourcePexelsAPIResponse) GetStatusCode() int

type CreateSourcePinterestResponse ¶

type CreateSourcePinterestResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourcePinterestResponse) GetContentType ¶

func (o *CreateSourcePinterestResponse) GetContentType() string

func (*CreateSourcePinterestResponse) GetRawResponse ¶

func (o *CreateSourcePinterestResponse) GetRawResponse() *http.Response

func (*CreateSourcePinterestResponse) GetSourceResponse ¶

func (o *CreateSourcePinterestResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourcePinterestResponse) GetStatusCode ¶

func (o *CreateSourcePinterestResponse) GetStatusCode() int

type CreateSourcePipedriveResponse ¶

type CreateSourcePipedriveResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourcePipedriveResponse) GetContentType ¶

func (o *CreateSourcePipedriveResponse) GetContentType() string

func (*CreateSourcePipedriveResponse) GetRawResponse ¶

func (o *CreateSourcePipedriveResponse) GetRawResponse() *http.Response

func (*CreateSourcePipedriveResponse) GetSourceResponse ¶

func (o *CreateSourcePipedriveResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourcePipedriveResponse) GetStatusCode ¶

func (o *CreateSourcePipedriveResponse) GetStatusCode() int

type CreateSourcePocketResponse ¶

type CreateSourcePocketResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourcePocketResponse) GetContentType ¶

func (o *CreateSourcePocketResponse) GetContentType() string

func (*CreateSourcePocketResponse) GetRawResponse ¶

func (o *CreateSourcePocketResponse) GetRawResponse() *http.Response

func (*CreateSourcePocketResponse) GetSourceResponse ¶

func (o *CreateSourcePocketResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourcePocketResponse) GetStatusCode ¶

func (o *CreateSourcePocketResponse) GetStatusCode() int

type CreateSourcePokeapiResponse ¶

type CreateSourcePokeapiResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourcePokeapiResponse) GetContentType ¶

func (o *CreateSourcePokeapiResponse) GetContentType() string

func (*CreateSourcePokeapiResponse) GetRawResponse ¶

func (o *CreateSourcePokeapiResponse) GetRawResponse() *http.Response

func (*CreateSourcePokeapiResponse) GetSourceResponse ¶

func (o *CreateSourcePokeapiResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourcePokeapiResponse) GetStatusCode ¶

func (o *CreateSourcePokeapiResponse) GetStatusCode() int

type CreateSourcePolygonStockAPIResponse ¶

type CreateSourcePolygonStockAPIResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourcePolygonStockAPIResponse) GetContentType ¶

func (o *CreateSourcePolygonStockAPIResponse) GetContentType() string

func (*CreateSourcePolygonStockAPIResponse) GetRawResponse ¶

func (o *CreateSourcePolygonStockAPIResponse) GetRawResponse() *http.Response

func (*CreateSourcePolygonStockAPIResponse) GetSourceResponse ¶

func (*CreateSourcePolygonStockAPIResponse) GetStatusCode ¶

func (o *CreateSourcePolygonStockAPIResponse) GetStatusCode() int

type CreateSourcePostgresResponse ¶

type CreateSourcePostgresResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourcePostgresResponse) GetContentType ¶

func (o *CreateSourcePostgresResponse) GetContentType() string

func (*CreateSourcePostgresResponse) GetRawResponse ¶

func (o *CreateSourcePostgresResponse) GetRawResponse() *http.Response

func (*CreateSourcePostgresResponse) GetSourceResponse ¶

func (o *CreateSourcePostgresResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourcePostgresResponse) GetStatusCode ¶

func (o *CreateSourcePostgresResponse) GetStatusCode() int

type CreateSourcePosthogResponse ¶

type CreateSourcePosthogResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourcePosthogResponse) GetContentType ¶

func (o *CreateSourcePosthogResponse) GetContentType() string

func (*CreateSourcePosthogResponse) GetRawResponse ¶

func (o *CreateSourcePosthogResponse) GetRawResponse() *http.Response

func (*CreateSourcePosthogResponse) GetSourceResponse ¶

func (o *CreateSourcePosthogResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourcePosthogResponse) GetStatusCode ¶

func (o *CreateSourcePosthogResponse) GetStatusCode() int

type CreateSourcePostmarkappResponse ¶

type CreateSourcePostmarkappResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourcePostmarkappResponse) GetContentType ¶

func (o *CreateSourcePostmarkappResponse) GetContentType() string

func (*CreateSourcePostmarkappResponse) GetRawResponse ¶

func (o *CreateSourcePostmarkappResponse) GetRawResponse() *http.Response

func (*CreateSourcePostmarkappResponse) GetSourceResponse ¶

func (o *CreateSourcePostmarkappResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourcePostmarkappResponse) GetStatusCode ¶

func (o *CreateSourcePostmarkappResponse) GetStatusCode() int

type CreateSourcePrestashopResponse ¶

type CreateSourcePrestashopResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourcePrestashopResponse) GetContentType ¶

func (o *CreateSourcePrestashopResponse) GetContentType() string

func (*CreateSourcePrestashopResponse) GetRawResponse ¶

func (o *CreateSourcePrestashopResponse) GetRawResponse() *http.Response

func (*CreateSourcePrestashopResponse) GetSourceResponse ¶

func (o *CreateSourcePrestashopResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourcePrestashopResponse) GetStatusCode ¶

func (o *CreateSourcePrestashopResponse) GetStatusCode() int

type CreateSourcePunkAPIResponse ¶

type CreateSourcePunkAPIResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourcePunkAPIResponse) GetContentType ¶

func (o *CreateSourcePunkAPIResponse) GetContentType() string

func (*CreateSourcePunkAPIResponse) GetRawResponse ¶

func (o *CreateSourcePunkAPIResponse) GetRawResponse() *http.Response

func (*CreateSourcePunkAPIResponse) GetSourceResponse ¶

func (o *CreateSourcePunkAPIResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourcePunkAPIResponse) GetStatusCode ¶

func (o *CreateSourcePunkAPIResponse) GetStatusCode() int

type CreateSourcePypiResponse ¶

type CreateSourcePypiResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourcePypiResponse) GetContentType ¶

func (o *CreateSourcePypiResponse) GetContentType() string

func (*CreateSourcePypiResponse) GetRawResponse ¶

func (o *CreateSourcePypiResponse) GetRawResponse() *http.Response

func (*CreateSourcePypiResponse) GetSourceResponse ¶

func (o *CreateSourcePypiResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourcePypiResponse) GetStatusCode ¶

func (o *CreateSourcePypiResponse) GetStatusCode() int

type CreateSourceQualarooResponse ¶

type CreateSourceQualarooResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceQualarooResponse) GetContentType ¶

func (o *CreateSourceQualarooResponse) GetContentType() string

func (*CreateSourceQualarooResponse) GetRawResponse ¶

func (o *CreateSourceQualarooResponse) GetRawResponse() *http.Response

func (*CreateSourceQualarooResponse) GetSourceResponse ¶

func (o *CreateSourceQualarooResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceQualarooResponse) GetStatusCode ¶

func (o *CreateSourceQualarooResponse) GetStatusCode() int

type CreateSourceRailzResponse ¶

type CreateSourceRailzResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceRailzResponse) GetContentType ¶

func (o *CreateSourceRailzResponse) GetContentType() string

func (*CreateSourceRailzResponse) GetRawResponse ¶

func (o *CreateSourceRailzResponse) GetRawResponse() *http.Response

func (*CreateSourceRailzResponse) GetSourceResponse ¶

func (o *CreateSourceRailzResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceRailzResponse) GetStatusCode ¶

func (o *CreateSourceRailzResponse) GetStatusCode() int

type CreateSourceRechargeResponse ¶

type CreateSourceRechargeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceRechargeResponse) GetContentType ¶

func (o *CreateSourceRechargeResponse) GetContentType() string

func (*CreateSourceRechargeResponse) GetRawResponse ¶

func (o *CreateSourceRechargeResponse) GetRawResponse() *http.Response

func (*CreateSourceRechargeResponse) GetSourceResponse ¶

func (o *CreateSourceRechargeResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceRechargeResponse) GetStatusCode ¶

func (o *CreateSourceRechargeResponse) GetStatusCode() int

type CreateSourceRecreationResponse ¶

type CreateSourceRecreationResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceRecreationResponse) GetContentType ¶

func (o *CreateSourceRecreationResponse) GetContentType() string

func (*CreateSourceRecreationResponse) GetRawResponse ¶

func (o *CreateSourceRecreationResponse) GetRawResponse() *http.Response

func (*CreateSourceRecreationResponse) GetSourceResponse ¶

func (o *CreateSourceRecreationResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceRecreationResponse) GetStatusCode ¶

func (o *CreateSourceRecreationResponse) GetStatusCode() int

type CreateSourceRecruiteeResponse ¶

type CreateSourceRecruiteeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceRecruiteeResponse) GetContentType ¶

func (o *CreateSourceRecruiteeResponse) GetContentType() string

func (*CreateSourceRecruiteeResponse) GetRawResponse ¶

func (o *CreateSourceRecruiteeResponse) GetRawResponse() *http.Response

func (*CreateSourceRecruiteeResponse) GetSourceResponse ¶

func (o *CreateSourceRecruiteeResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceRecruiteeResponse) GetStatusCode ¶

func (o *CreateSourceRecruiteeResponse) GetStatusCode() int

type CreateSourceRecurlyResponse ¶

type CreateSourceRecurlyResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceRecurlyResponse) GetContentType ¶

func (o *CreateSourceRecurlyResponse) GetContentType() string

func (*CreateSourceRecurlyResponse) GetRawResponse ¶

func (o *CreateSourceRecurlyResponse) GetRawResponse() *http.Response

func (*CreateSourceRecurlyResponse) GetSourceResponse ¶

func (o *CreateSourceRecurlyResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceRecurlyResponse) GetStatusCode ¶

func (o *CreateSourceRecurlyResponse) GetStatusCode() int

type CreateSourceRedshiftResponse ¶

type CreateSourceRedshiftResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceRedshiftResponse) GetContentType ¶

func (o *CreateSourceRedshiftResponse) GetContentType() string

func (*CreateSourceRedshiftResponse) GetRawResponse ¶

func (o *CreateSourceRedshiftResponse) GetRawResponse() *http.Response

func (*CreateSourceRedshiftResponse) GetSourceResponse ¶

func (o *CreateSourceRedshiftResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceRedshiftResponse) GetStatusCode ¶

func (o *CreateSourceRedshiftResponse) GetStatusCode() int

type CreateSourceResponse ¶

type CreateSourceResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceResponse) GetContentType ¶

func (o *CreateSourceResponse) GetContentType() string

func (*CreateSourceResponse) GetRawResponse ¶

func (o *CreateSourceResponse) GetRawResponse() *http.Response

func (*CreateSourceResponse) GetSourceResponse ¶

func (o *CreateSourceResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceResponse) GetStatusCode ¶

func (o *CreateSourceResponse) GetStatusCode() int

type CreateSourceRetentlyResponse ¶

type CreateSourceRetentlyResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceRetentlyResponse) GetContentType ¶

func (o *CreateSourceRetentlyResponse) GetContentType() string

func (*CreateSourceRetentlyResponse) GetRawResponse ¶

func (o *CreateSourceRetentlyResponse) GetRawResponse() *http.Response

func (*CreateSourceRetentlyResponse) GetSourceResponse ¶

func (o *CreateSourceRetentlyResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceRetentlyResponse) GetStatusCode ¶

func (o *CreateSourceRetentlyResponse) GetStatusCode() int

type CreateSourceRkiCovidResponse ¶

type CreateSourceRkiCovidResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceRkiCovidResponse) GetContentType ¶

func (o *CreateSourceRkiCovidResponse) GetContentType() string

func (*CreateSourceRkiCovidResponse) GetRawResponse ¶

func (o *CreateSourceRkiCovidResponse) GetRawResponse() *http.Response

func (*CreateSourceRkiCovidResponse) GetSourceResponse ¶

func (o *CreateSourceRkiCovidResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceRkiCovidResponse) GetStatusCode ¶

func (o *CreateSourceRkiCovidResponse) GetStatusCode() int

type CreateSourceRssResponse ¶

type CreateSourceRssResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceRssResponse) GetContentType ¶

func (o *CreateSourceRssResponse) GetContentType() string

func (*CreateSourceRssResponse) GetRawResponse ¶

func (o *CreateSourceRssResponse) GetRawResponse() *http.Response

func (*CreateSourceRssResponse) GetSourceResponse ¶

func (o *CreateSourceRssResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceRssResponse) GetStatusCode ¶

func (o *CreateSourceRssResponse) GetStatusCode() int

type CreateSourceS3Response ¶

type CreateSourceS3Response struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceS3Response) GetContentType ¶

func (o *CreateSourceS3Response) GetContentType() string

func (*CreateSourceS3Response) GetRawResponse ¶

func (o *CreateSourceS3Response) GetRawResponse() *http.Response

func (*CreateSourceS3Response) GetSourceResponse ¶

func (o *CreateSourceS3Response) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceS3Response) GetStatusCode ¶

func (o *CreateSourceS3Response) GetStatusCode() int

type CreateSourceSalesforceResponse ¶

type CreateSourceSalesforceResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceSalesforceResponse) GetContentType ¶

func (o *CreateSourceSalesforceResponse) GetContentType() string

func (*CreateSourceSalesforceResponse) GetRawResponse ¶

func (o *CreateSourceSalesforceResponse) GetRawResponse() *http.Response

func (*CreateSourceSalesforceResponse) GetSourceResponse ¶

func (o *CreateSourceSalesforceResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceSalesforceResponse) GetStatusCode ¶

func (o *CreateSourceSalesforceResponse) GetStatusCode() int

type CreateSourceSalesloftResponse ¶

type CreateSourceSalesloftResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceSalesloftResponse) GetContentType ¶

func (o *CreateSourceSalesloftResponse) GetContentType() string

func (*CreateSourceSalesloftResponse) GetRawResponse ¶

func (o *CreateSourceSalesloftResponse) GetRawResponse() *http.Response

func (*CreateSourceSalesloftResponse) GetSourceResponse ¶

func (o *CreateSourceSalesloftResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceSalesloftResponse) GetStatusCode ¶

func (o *CreateSourceSalesloftResponse) GetStatusCode() int

type CreateSourceSapFieldglassResponse ¶

type CreateSourceSapFieldglassResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceSapFieldglassResponse) GetContentType ¶

func (o *CreateSourceSapFieldglassResponse) GetContentType() string

func (*CreateSourceSapFieldglassResponse) GetRawResponse ¶

func (o *CreateSourceSapFieldglassResponse) GetRawResponse() *http.Response

func (*CreateSourceSapFieldglassResponse) GetSourceResponse ¶

func (*CreateSourceSapFieldglassResponse) GetStatusCode ¶

func (o *CreateSourceSapFieldglassResponse) GetStatusCode() int

type CreateSourceSecodaResponse ¶

type CreateSourceSecodaResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceSecodaResponse) GetContentType ¶

func (o *CreateSourceSecodaResponse) GetContentType() string

func (*CreateSourceSecodaResponse) GetRawResponse ¶

func (o *CreateSourceSecodaResponse) GetRawResponse() *http.Response

func (*CreateSourceSecodaResponse) GetSourceResponse ¶

func (o *CreateSourceSecodaResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceSecodaResponse) GetStatusCode ¶

func (o *CreateSourceSecodaResponse) GetStatusCode() int

type CreateSourceSendgridResponse ¶

type CreateSourceSendgridResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceSendgridResponse) GetContentType ¶

func (o *CreateSourceSendgridResponse) GetContentType() string

func (*CreateSourceSendgridResponse) GetRawResponse ¶

func (o *CreateSourceSendgridResponse) GetRawResponse() *http.Response

func (*CreateSourceSendgridResponse) GetSourceResponse ¶

func (o *CreateSourceSendgridResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceSendgridResponse) GetStatusCode ¶

func (o *CreateSourceSendgridResponse) GetStatusCode() int

type CreateSourceSendinblueResponse ¶

type CreateSourceSendinblueResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceSendinblueResponse) GetContentType ¶

func (o *CreateSourceSendinblueResponse) GetContentType() string

func (*CreateSourceSendinblueResponse) GetRawResponse ¶

func (o *CreateSourceSendinblueResponse) GetRawResponse() *http.Response

func (*CreateSourceSendinblueResponse) GetSourceResponse ¶

func (o *CreateSourceSendinblueResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceSendinblueResponse) GetStatusCode ¶

func (o *CreateSourceSendinblueResponse) GetStatusCode() int

type CreateSourceSenseforceResponse ¶

type CreateSourceSenseforceResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceSenseforceResponse) GetContentType ¶

func (o *CreateSourceSenseforceResponse) GetContentType() string

func (*CreateSourceSenseforceResponse) GetRawResponse ¶

func (o *CreateSourceSenseforceResponse) GetRawResponse() *http.Response

func (*CreateSourceSenseforceResponse) GetSourceResponse ¶

func (o *CreateSourceSenseforceResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceSenseforceResponse) GetStatusCode ¶

func (o *CreateSourceSenseforceResponse) GetStatusCode() int

type CreateSourceSentryResponse ¶

type CreateSourceSentryResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceSentryResponse) GetContentType ¶

func (o *CreateSourceSentryResponse) GetContentType() string

func (*CreateSourceSentryResponse) GetRawResponse ¶

func (o *CreateSourceSentryResponse) GetRawResponse() *http.Response

func (*CreateSourceSentryResponse) GetSourceResponse ¶

func (o *CreateSourceSentryResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceSentryResponse) GetStatusCode ¶

func (o *CreateSourceSentryResponse) GetStatusCode() int

type CreateSourceSftpBulkResponse ¶

type CreateSourceSftpBulkResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceSftpBulkResponse) GetContentType ¶

func (o *CreateSourceSftpBulkResponse) GetContentType() string

func (*CreateSourceSftpBulkResponse) GetRawResponse ¶

func (o *CreateSourceSftpBulkResponse) GetRawResponse() *http.Response

func (*CreateSourceSftpBulkResponse) GetSourceResponse ¶

func (o *CreateSourceSftpBulkResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceSftpBulkResponse) GetStatusCode ¶

func (o *CreateSourceSftpBulkResponse) GetStatusCode() int

type CreateSourceSftpResponse ¶

type CreateSourceSftpResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceSftpResponse) GetContentType ¶

func (o *CreateSourceSftpResponse) GetContentType() string

func (*CreateSourceSftpResponse) GetRawResponse ¶

func (o *CreateSourceSftpResponse) GetRawResponse() *http.Response

func (*CreateSourceSftpResponse) GetSourceResponse ¶

func (o *CreateSourceSftpResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceSftpResponse) GetStatusCode ¶

func (o *CreateSourceSftpResponse) GetStatusCode() int

type CreateSourceShopifyResponse ¶

type CreateSourceShopifyResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceShopifyResponse) GetContentType ¶

func (o *CreateSourceShopifyResponse) GetContentType() string

func (*CreateSourceShopifyResponse) GetRawResponse ¶

func (o *CreateSourceShopifyResponse) GetRawResponse() *http.Response

func (*CreateSourceShopifyResponse) GetSourceResponse ¶

func (o *CreateSourceShopifyResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceShopifyResponse) GetStatusCode ¶

func (o *CreateSourceShopifyResponse) GetStatusCode() int

type CreateSourceShortioResponse ¶

type CreateSourceShortioResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceShortioResponse) GetContentType ¶

func (o *CreateSourceShortioResponse) GetContentType() string

func (*CreateSourceShortioResponse) GetRawResponse ¶

func (o *CreateSourceShortioResponse) GetRawResponse() *http.Response

func (*CreateSourceShortioResponse) GetSourceResponse ¶

func (o *CreateSourceShortioResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceShortioResponse) GetStatusCode ¶

func (o *CreateSourceShortioResponse) GetStatusCode() int

type CreateSourceSlackResponse ¶

type CreateSourceSlackResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceSlackResponse) GetContentType ¶

func (o *CreateSourceSlackResponse) GetContentType() string

func (*CreateSourceSlackResponse) GetRawResponse ¶

func (o *CreateSourceSlackResponse) GetRawResponse() *http.Response

func (*CreateSourceSlackResponse) GetSourceResponse ¶

func (o *CreateSourceSlackResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceSlackResponse) GetStatusCode ¶

func (o *CreateSourceSlackResponse) GetStatusCode() int

type CreateSourceSmailyResponse ¶

type CreateSourceSmailyResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceSmailyResponse) GetContentType ¶

func (o *CreateSourceSmailyResponse) GetContentType() string

func (*CreateSourceSmailyResponse) GetRawResponse ¶

func (o *CreateSourceSmailyResponse) GetRawResponse() *http.Response

func (*CreateSourceSmailyResponse) GetSourceResponse ¶

func (o *CreateSourceSmailyResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceSmailyResponse) GetStatusCode ¶

func (o *CreateSourceSmailyResponse) GetStatusCode() int

type CreateSourceSmartengageResponse ¶

type CreateSourceSmartengageResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceSmartengageResponse) GetContentType ¶

func (o *CreateSourceSmartengageResponse) GetContentType() string

func (*CreateSourceSmartengageResponse) GetRawResponse ¶

func (o *CreateSourceSmartengageResponse) GetRawResponse() *http.Response

func (*CreateSourceSmartengageResponse) GetSourceResponse ¶

func (o *CreateSourceSmartengageResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceSmartengageResponse) GetStatusCode ¶

func (o *CreateSourceSmartengageResponse) GetStatusCode() int

type CreateSourceSmartsheetsResponse ¶

type CreateSourceSmartsheetsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceSmartsheetsResponse) GetContentType ¶

func (o *CreateSourceSmartsheetsResponse) GetContentType() string

func (*CreateSourceSmartsheetsResponse) GetRawResponse ¶

func (o *CreateSourceSmartsheetsResponse) GetRawResponse() *http.Response

func (*CreateSourceSmartsheetsResponse) GetSourceResponse ¶

func (o *CreateSourceSmartsheetsResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceSmartsheetsResponse) GetStatusCode ¶

func (o *CreateSourceSmartsheetsResponse) GetStatusCode() int

type CreateSourceSnapchatMarketingResponse ¶

type CreateSourceSnapchatMarketingResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceSnapchatMarketingResponse) GetContentType ¶

func (o *CreateSourceSnapchatMarketingResponse) GetContentType() string

func (*CreateSourceSnapchatMarketingResponse) GetRawResponse ¶

func (*CreateSourceSnapchatMarketingResponse) GetSourceResponse ¶

func (*CreateSourceSnapchatMarketingResponse) GetStatusCode ¶

func (o *CreateSourceSnapchatMarketingResponse) GetStatusCode() int

type CreateSourceSnowflakeResponse ¶

type CreateSourceSnowflakeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceSnowflakeResponse) GetContentType ¶

func (o *CreateSourceSnowflakeResponse) GetContentType() string

func (*CreateSourceSnowflakeResponse) GetRawResponse ¶

func (o *CreateSourceSnowflakeResponse) GetRawResponse() *http.Response

func (*CreateSourceSnowflakeResponse) GetSourceResponse ¶

func (o *CreateSourceSnowflakeResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceSnowflakeResponse) GetStatusCode ¶

func (o *CreateSourceSnowflakeResponse) GetStatusCode() int

type CreateSourceSonarCloudResponse ¶

type CreateSourceSonarCloudResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceSonarCloudResponse) GetContentType ¶

func (o *CreateSourceSonarCloudResponse) GetContentType() string

func (*CreateSourceSonarCloudResponse) GetRawResponse ¶

func (o *CreateSourceSonarCloudResponse) GetRawResponse() *http.Response

func (*CreateSourceSonarCloudResponse) GetSourceResponse ¶

func (o *CreateSourceSonarCloudResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceSonarCloudResponse) GetStatusCode ¶

func (o *CreateSourceSonarCloudResponse) GetStatusCode() int

type CreateSourceSpacexAPIResponse ¶

type CreateSourceSpacexAPIResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceSpacexAPIResponse) GetContentType ¶

func (o *CreateSourceSpacexAPIResponse) GetContentType() string

func (*CreateSourceSpacexAPIResponse) GetRawResponse ¶

func (o *CreateSourceSpacexAPIResponse) GetRawResponse() *http.Response

func (*CreateSourceSpacexAPIResponse) GetSourceResponse ¶

func (o *CreateSourceSpacexAPIResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceSpacexAPIResponse) GetStatusCode ¶

func (o *CreateSourceSpacexAPIResponse) GetStatusCode() int

type CreateSourceSquareResponse ¶

type CreateSourceSquareResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceSquareResponse) GetContentType ¶

func (o *CreateSourceSquareResponse) GetContentType() string

func (*CreateSourceSquareResponse) GetRawResponse ¶

func (o *CreateSourceSquareResponse) GetRawResponse() *http.Response

func (*CreateSourceSquareResponse) GetSourceResponse ¶

func (o *CreateSourceSquareResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceSquareResponse) GetStatusCode ¶

func (o *CreateSourceSquareResponse) GetStatusCode() int

type CreateSourceStravaResponse ¶

type CreateSourceStravaResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceStravaResponse) GetContentType ¶

func (o *CreateSourceStravaResponse) GetContentType() string

func (*CreateSourceStravaResponse) GetRawResponse ¶

func (o *CreateSourceStravaResponse) GetRawResponse() *http.Response

func (*CreateSourceStravaResponse) GetSourceResponse ¶

func (o *CreateSourceStravaResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceStravaResponse) GetStatusCode ¶

func (o *CreateSourceStravaResponse) GetStatusCode() int

type CreateSourceStripeResponse ¶

type CreateSourceStripeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceStripeResponse) GetContentType ¶

func (o *CreateSourceStripeResponse) GetContentType() string

func (*CreateSourceStripeResponse) GetRawResponse ¶

func (o *CreateSourceStripeResponse) GetRawResponse() *http.Response

func (*CreateSourceStripeResponse) GetSourceResponse ¶

func (o *CreateSourceStripeResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceStripeResponse) GetStatusCode ¶

func (o *CreateSourceStripeResponse) GetStatusCode() int

type CreateSourceSurveySparrowResponse ¶

type CreateSourceSurveySparrowResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceSurveySparrowResponse) GetContentType ¶

func (o *CreateSourceSurveySparrowResponse) GetContentType() string

func (*CreateSourceSurveySparrowResponse) GetRawResponse ¶

func (o *CreateSourceSurveySparrowResponse) GetRawResponse() *http.Response

func (*CreateSourceSurveySparrowResponse) GetSourceResponse ¶

func (*CreateSourceSurveySparrowResponse) GetStatusCode ¶

func (o *CreateSourceSurveySparrowResponse) GetStatusCode() int

type CreateSourceSurveymonkeyResponse ¶

type CreateSourceSurveymonkeyResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceSurveymonkeyResponse) GetContentType ¶

func (o *CreateSourceSurveymonkeyResponse) GetContentType() string

func (*CreateSourceSurveymonkeyResponse) GetRawResponse ¶

func (o *CreateSourceSurveymonkeyResponse) GetRawResponse() *http.Response

func (*CreateSourceSurveymonkeyResponse) GetSourceResponse ¶

func (o *CreateSourceSurveymonkeyResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceSurveymonkeyResponse) GetStatusCode ¶

func (o *CreateSourceSurveymonkeyResponse) GetStatusCode() int

type CreateSourceTempoResponse ¶

type CreateSourceTempoResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceTempoResponse) GetContentType ¶

func (o *CreateSourceTempoResponse) GetContentType() string

func (*CreateSourceTempoResponse) GetRawResponse ¶

func (o *CreateSourceTempoResponse) GetRawResponse() *http.Response

func (*CreateSourceTempoResponse) GetSourceResponse ¶

func (o *CreateSourceTempoResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceTempoResponse) GetStatusCode ¶

func (o *CreateSourceTempoResponse) GetStatusCode() int

type CreateSourceTheGuardianAPIResponse ¶

type CreateSourceTheGuardianAPIResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceTheGuardianAPIResponse) GetContentType ¶

func (o *CreateSourceTheGuardianAPIResponse) GetContentType() string

func (*CreateSourceTheGuardianAPIResponse) GetRawResponse ¶

func (o *CreateSourceTheGuardianAPIResponse) GetRawResponse() *http.Response

func (*CreateSourceTheGuardianAPIResponse) GetSourceResponse ¶

func (*CreateSourceTheGuardianAPIResponse) GetStatusCode ¶

func (o *CreateSourceTheGuardianAPIResponse) GetStatusCode() int

type CreateSourceTiktokMarketingResponse ¶

type CreateSourceTiktokMarketingResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceTiktokMarketingResponse) GetContentType ¶

func (o *CreateSourceTiktokMarketingResponse) GetContentType() string

func (*CreateSourceTiktokMarketingResponse) GetRawResponse ¶

func (o *CreateSourceTiktokMarketingResponse) GetRawResponse() *http.Response

func (*CreateSourceTiktokMarketingResponse) GetSourceResponse ¶

func (*CreateSourceTiktokMarketingResponse) GetStatusCode ¶

func (o *CreateSourceTiktokMarketingResponse) GetStatusCode() int

type CreateSourceTrelloResponse ¶

type CreateSourceTrelloResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceTrelloResponse) GetContentType ¶

func (o *CreateSourceTrelloResponse) GetContentType() string

func (*CreateSourceTrelloResponse) GetRawResponse ¶

func (o *CreateSourceTrelloResponse) GetRawResponse() *http.Response

func (*CreateSourceTrelloResponse) GetSourceResponse ¶

func (o *CreateSourceTrelloResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceTrelloResponse) GetStatusCode ¶

func (o *CreateSourceTrelloResponse) GetStatusCode() int

type CreateSourceTrustpilotResponse ¶

type CreateSourceTrustpilotResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceTrustpilotResponse) GetContentType ¶

func (o *CreateSourceTrustpilotResponse) GetContentType() string

func (*CreateSourceTrustpilotResponse) GetRawResponse ¶

func (o *CreateSourceTrustpilotResponse) GetRawResponse() *http.Response

func (*CreateSourceTrustpilotResponse) GetSourceResponse ¶

func (o *CreateSourceTrustpilotResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceTrustpilotResponse) GetStatusCode ¶

func (o *CreateSourceTrustpilotResponse) GetStatusCode() int

type CreateSourceTvmazeScheduleResponse ¶

type CreateSourceTvmazeScheduleResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceTvmazeScheduleResponse) GetContentType ¶

func (o *CreateSourceTvmazeScheduleResponse) GetContentType() string

func (*CreateSourceTvmazeScheduleResponse) GetRawResponse ¶

func (o *CreateSourceTvmazeScheduleResponse) GetRawResponse() *http.Response

func (*CreateSourceTvmazeScheduleResponse) GetSourceResponse ¶

func (*CreateSourceTvmazeScheduleResponse) GetStatusCode ¶

func (o *CreateSourceTvmazeScheduleResponse) GetStatusCode() int

type CreateSourceTwilioResponse ¶

type CreateSourceTwilioResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceTwilioResponse) GetContentType ¶

func (o *CreateSourceTwilioResponse) GetContentType() string

func (*CreateSourceTwilioResponse) GetRawResponse ¶

func (o *CreateSourceTwilioResponse) GetRawResponse() *http.Response

func (*CreateSourceTwilioResponse) GetSourceResponse ¶

func (o *CreateSourceTwilioResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceTwilioResponse) GetStatusCode ¶

func (o *CreateSourceTwilioResponse) GetStatusCode() int

type CreateSourceTwilioTaskrouterResponse ¶

type CreateSourceTwilioTaskrouterResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceTwilioTaskrouterResponse) GetContentType ¶

func (o *CreateSourceTwilioTaskrouterResponse) GetContentType() string

func (*CreateSourceTwilioTaskrouterResponse) GetRawResponse ¶

func (o *CreateSourceTwilioTaskrouterResponse) GetRawResponse() *http.Response

func (*CreateSourceTwilioTaskrouterResponse) GetSourceResponse ¶

func (*CreateSourceTwilioTaskrouterResponse) GetStatusCode ¶

func (o *CreateSourceTwilioTaskrouterResponse) GetStatusCode() int

type CreateSourceTwitterResponse ¶

type CreateSourceTwitterResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceTwitterResponse) GetContentType ¶

func (o *CreateSourceTwitterResponse) GetContentType() string

func (*CreateSourceTwitterResponse) GetRawResponse ¶

func (o *CreateSourceTwitterResponse) GetRawResponse() *http.Response

func (*CreateSourceTwitterResponse) GetSourceResponse ¶

func (o *CreateSourceTwitterResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceTwitterResponse) GetStatusCode ¶

func (o *CreateSourceTwitterResponse) GetStatusCode() int

type CreateSourceTypeformResponse ¶

type CreateSourceTypeformResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceTypeformResponse) GetContentType ¶

func (o *CreateSourceTypeformResponse) GetContentType() string

func (*CreateSourceTypeformResponse) GetRawResponse ¶

func (o *CreateSourceTypeformResponse) GetRawResponse() *http.Response

func (*CreateSourceTypeformResponse) GetSourceResponse ¶

func (o *CreateSourceTypeformResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceTypeformResponse) GetStatusCode ¶

func (o *CreateSourceTypeformResponse) GetStatusCode() int

type CreateSourceUsCensusResponse ¶

type CreateSourceUsCensusResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceUsCensusResponse) GetContentType ¶

func (o *CreateSourceUsCensusResponse) GetContentType() string

func (*CreateSourceUsCensusResponse) GetRawResponse ¶

func (o *CreateSourceUsCensusResponse) GetRawResponse() *http.Response

func (*CreateSourceUsCensusResponse) GetSourceResponse ¶

func (o *CreateSourceUsCensusResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceUsCensusResponse) GetStatusCode ¶

func (o *CreateSourceUsCensusResponse) GetStatusCode() int

type CreateSourceVantageResponse ¶

type CreateSourceVantageResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceVantageResponse) GetContentType ¶

func (o *CreateSourceVantageResponse) GetContentType() string

func (*CreateSourceVantageResponse) GetRawResponse ¶

func (o *CreateSourceVantageResponse) GetRawResponse() *http.Response

func (*CreateSourceVantageResponse) GetSourceResponse ¶

func (o *CreateSourceVantageResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceVantageResponse) GetStatusCode ¶

func (o *CreateSourceVantageResponse) GetStatusCode() int

type CreateSourceWebflowResponse ¶

type CreateSourceWebflowResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceWebflowResponse) GetContentType ¶

func (o *CreateSourceWebflowResponse) GetContentType() string

func (*CreateSourceWebflowResponse) GetRawResponse ¶

func (o *CreateSourceWebflowResponse) GetRawResponse() *http.Response

func (*CreateSourceWebflowResponse) GetSourceResponse ¶

func (o *CreateSourceWebflowResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceWebflowResponse) GetStatusCode ¶

func (o *CreateSourceWebflowResponse) GetStatusCode() int

type CreateSourceWhiskyHunterResponse ¶

type CreateSourceWhiskyHunterResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceWhiskyHunterResponse) GetContentType ¶

func (o *CreateSourceWhiskyHunterResponse) GetContentType() string

func (*CreateSourceWhiskyHunterResponse) GetRawResponse ¶

func (o *CreateSourceWhiskyHunterResponse) GetRawResponse() *http.Response

func (*CreateSourceWhiskyHunterResponse) GetSourceResponse ¶

func (o *CreateSourceWhiskyHunterResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceWhiskyHunterResponse) GetStatusCode ¶

func (o *CreateSourceWhiskyHunterResponse) GetStatusCode() int

type CreateSourceWikipediaPageviewsResponse ¶

type CreateSourceWikipediaPageviewsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceWikipediaPageviewsResponse) GetContentType ¶

func (o *CreateSourceWikipediaPageviewsResponse) GetContentType() string

func (*CreateSourceWikipediaPageviewsResponse) GetRawResponse ¶

func (*CreateSourceWikipediaPageviewsResponse) GetSourceResponse ¶

func (*CreateSourceWikipediaPageviewsResponse) GetStatusCode ¶

func (o *CreateSourceWikipediaPageviewsResponse) GetStatusCode() int

type CreateSourceWoocommerceResponse ¶

type CreateSourceWoocommerceResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceWoocommerceResponse) GetContentType ¶

func (o *CreateSourceWoocommerceResponse) GetContentType() string

func (*CreateSourceWoocommerceResponse) GetRawResponse ¶

func (o *CreateSourceWoocommerceResponse) GetRawResponse() *http.Response

func (*CreateSourceWoocommerceResponse) GetSourceResponse ¶

func (o *CreateSourceWoocommerceResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceWoocommerceResponse) GetStatusCode ¶

func (o *CreateSourceWoocommerceResponse) GetStatusCode() int

type CreateSourceXkcdResponse ¶

type CreateSourceXkcdResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceXkcdResponse) GetContentType ¶

func (o *CreateSourceXkcdResponse) GetContentType() string

func (*CreateSourceXkcdResponse) GetRawResponse ¶

func (o *CreateSourceXkcdResponse) GetRawResponse() *http.Response

func (*CreateSourceXkcdResponse) GetSourceResponse ¶

func (o *CreateSourceXkcdResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceXkcdResponse) GetStatusCode ¶

func (o *CreateSourceXkcdResponse) GetStatusCode() int

type CreateSourceYandexMetricaResponse ¶

type CreateSourceYandexMetricaResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceYandexMetricaResponse) GetContentType ¶

func (o *CreateSourceYandexMetricaResponse) GetContentType() string

func (*CreateSourceYandexMetricaResponse) GetRawResponse ¶

func (o *CreateSourceYandexMetricaResponse) GetRawResponse() *http.Response

func (*CreateSourceYandexMetricaResponse) GetSourceResponse ¶

func (*CreateSourceYandexMetricaResponse) GetStatusCode ¶

func (o *CreateSourceYandexMetricaResponse) GetStatusCode() int

type CreateSourceYotpoResponse ¶

type CreateSourceYotpoResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceYotpoResponse) GetContentType ¶

func (o *CreateSourceYotpoResponse) GetContentType() string

func (*CreateSourceYotpoResponse) GetRawResponse ¶

func (o *CreateSourceYotpoResponse) GetRawResponse() *http.Response

func (*CreateSourceYotpoResponse) GetSourceResponse ¶

func (o *CreateSourceYotpoResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceYotpoResponse) GetStatusCode ¶

func (o *CreateSourceYotpoResponse) GetStatusCode() int

type CreateSourceYoutubeAnalyticsResponse ¶

type CreateSourceYoutubeAnalyticsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceYoutubeAnalyticsResponse) GetContentType ¶

func (o *CreateSourceYoutubeAnalyticsResponse) GetContentType() string

func (*CreateSourceYoutubeAnalyticsResponse) GetRawResponse ¶

func (o *CreateSourceYoutubeAnalyticsResponse) GetRawResponse() *http.Response

func (*CreateSourceYoutubeAnalyticsResponse) GetSourceResponse ¶

func (*CreateSourceYoutubeAnalyticsResponse) GetStatusCode ¶

func (o *CreateSourceYoutubeAnalyticsResponse) GetStatusCode() int

type CreateSourceZendeskChatResponse ¶

type CreateSourceZendeskChatResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceZendeskChatResponse) GetContentType ¶

func (o *CreateSourceZendeskChatResponse) GetContentType() string

func (*CreateSourceZendeskChatResponse) GetRawResponse ¶

func (o *CreateSourceZendeskChatResponse) GetRawResponse() *http.Response

func (*CreateSourceZendeskChatResponse) GetSourceResponse ¶

func (o *CreateSourceZendeskChatResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceZendeskChatResponse) GetStatusCode ¶

func (o *CreateSourceZendeskChatResponse) GetStatusCode() int

type CreateSourceZendeskSellResponse ¶

type CreateSourceZendeskSellResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceZendeskSellResponse) GetContentType ¶

func (o *CreateSourceZendeskSellResponse) GetContentType() string

func (*CreateSourceZendeskSellResponse) GetRawResponse ¶

func (o *CreateSourceZendeskSellResponse) GetRawResponse() *http.Response

func (*CreateSourceZendeskSellResponse) GetSourceResponse ¶

func (o *CreateSourceZendeskSellResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceZendeskSellResponse) GetStatusCode ¶

func (o *CreateSourceZendeskSellResponse) GetStatusCode() int

type CreateSourceZendeskSunshineResponse ¶

type CreateSourceZendeskSunshineResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceZendeskSunshineResponse) GetContentType ¶

func (o *CreateSourceZendeskSunshineResponse) GetContentType() string

func (*CreateSourceZendeskSunshineResponse) GetRawResponse ¶

func (o *CreateSourceZendeskSunshineResponse) GetRawResponse() *http.Response

func (*CreateSourceZendeskSunshineResponse) GetSourceResponse ¶

func (*CreateSourceZendeskSunshineResponse) GetStatusCode ¶

func (o *CreateSourceZendeskSunshineResponse) GetStatusCode() int

type CreateSourceZendeskSupportResponse ¶

type CreateSourceZendeskSupportResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceZendeskSupportResponse) GetContentType ¶

func (o *CreateSourceZendeskSupportResponse) GetContentType() string

func (*CreateSourceZendeskSupportResponse) GetRawResponse ¶

func (o *CreateSourceZendeskSupportResponse) GetRawResponse() *http.Response

func (*CreateSourceZendeskSupportResponse) GetSourceResponse ¶

func (*CreateSourceZendeskSupportResponse) GetStatusCode ¶

func (o *CreateSourceZendeskSupportResponse) GetStatusCode() int

type CreateSourceZendeskTalkResponse ¶

type CreateSourceZendeskTalkResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceZendeskTalkResponse) GetContentType ¶

func (o *CreateSourceZendeskTalkResponse) GetContentType() string

func (*CreateSourceZendeskTalkResponse) GetRawResponse ¶

func (o *CreateSourceZendeskTalkResponse) GetRawResponse() *http.Response

func (*CreateSourceZendeskTalkResponse) GetSourceResponse ¶

func (o *CreateSourceZendeskTalkResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceZendeskTalkResponse) GetStatusCode ¶

func (o *CreateSourceZendeskTalkResponse) GetStatusCode() int

type CreateSourceZenloopResponse ¶

type CreateSourceZenloopResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceZenloopResponse) GetContentType ¶

func (o *CreateSourceZenloopResponse) GetContentType() string

func (*CreateSourceZenloopResponse) GetRawResponse ¶

func (o *CreateSourceZenloopResponse) GetRawResponse() *http.Response

func (*CreateSourceZenloopResponse) GetSourceResponse ¶

func (o *CreateSourceZenloopResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceZenloopResponse) GetStatusCode ¶

func (o *CreateSourceZenloopResponse) GetStatusCode() int

type CreateSourceZohoCrmResponse ¶

type CreateSourceZohoCrmResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceZohoCrmResponse) GetContentType ¶

func (o *CreateSourceZohoCrmResponse) GetContentType() string

func (*CreateSourceZohoCrmResponse) GetRawResponse ¶

func (o *CreateSourceZohoCrmResponse) GetRawResponse() *http.Response

func (*CreateSourceZohoCrmResponse) GetSourceResponse ¶

func (o *CreateSourceZohoCrmResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceZohoCrmResponse) GetStatusCode ¶

func (o *CreateSourceZohoCrmResponse) GetStatusCode() int

type CreateSourceZoomResponse ¶

type CreateSourceZoomResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*CreateSourceZoomResponse) GetContentType ¶

func (o *CreateSourceZoomResponse) GetContentType() string

func (*CreateSourceZoomResponse) GetRawResponse ¶

func (o *CreateSourceZoomResponse) GetRawResponse() *http.Response

func (*CreateSourceZoomResponse) GetSourceResponse ¶

func (o *CreateSourceZoomResponse) GetSourceResponse() *shared.SourceResponse

func (*CreateSourceZoomResponse) GetStatusCode ¶

func (o *CreateSourceZoomResponse) GetStatusCode() int

type CreateWorkspaceResponse ¶

type CreateWorkspaceResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// Successful operation
	WorkspaceResponse *shared.WorkspaceResponse
}

func (*CreateWorkspaceResponse) GetContentType ¶

func (o *CreateWorkspaceResponse) GetContentType() string

func (*CreateWorkspaceResponse) GetRawResponse ¶

func (o *CreateWorkspaceResponse) GetRawResponse() *http.Response

func (*CreateWorkspaceResponse) GetStatusCode ¶

func (o *CreateWorkspaceResponse) GetStatusCode() int

func (*CreateWorkspaceResponse) GetWorkspaceResponse ¶

func (o *CreateWorkspaceResponse) GetWorkspaceResponse() *shared.WorkspaceResponse

type DeleteConnectionRequest ¶

type DeleteConnectionRequest struct {
	ConnectionID string `pathParam:"style=simple,explode=false,name=connectionId"`
}

func (*DeleteConnectionRequest) GetConnectionID ¶

func (o *DeleteConnectionRequest) GetConnectionID() string

type DeleteConnectionResponse ¶

type DeleteConnectionResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteConnectionResponse) GetContentType ¶

func (o *DeleteConnectionResponse) GetContentType() string

func (*DeleteConnectionResponse) GetRawResponse ¶

func (o *DeleteConnectionResponse) GetRawResponse() *http.Response

func (*DeleteConnectionResponse) GetStatusCode ¶

func (o *DeleteConnectionResponse) GetStatusCode() int

type DeleteDestinationAstraRequest ¶

type DeleteDestinationAstraRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*DeleteDestinationAstraRequest) GetDestinationID ¶

func (o *DeleteDestinationAstraRequest) GetDestinationID() string

type DeleteDestinationAstraResponse ¶

type DeleteDestinationAstraResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteDestinationAstraResponse) GetContentType ¶

func (o *DeleteDestinationAstraResponse) GetContentType() string

func (*DeleteDestinationAstraResponse) GetRawResponse ¶

func (o *DeleteDestinationAstraResponse) GetRawResponse() *http.Response

func (*DeleteDestinationAstraResponse) GetStatusCode ¶

func (o *DeleteDestinationAstraResponse) GetStatusCode() int

type DeleteDestinationAwsDatalakeRequest ¶

type DeleteDestinationAwsDatalakeRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*DeleteDestinationAwsDatalakeRequest) GetDestinationID ¶

func (o *DeleteDestinationAwsDatalakeRequest) GetDestinationID() string

type DeleteDestinationAwsDatalakeResponse ¶

type DeleteDestinationAwsDatalakeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteDestinationAwsDatalakeResponse) GetContentType ¶

func (o *DeleteDestinationAwsDatalakeResponse) GetContentType() string

func (*DeleteDestinationAwsDatalakeResponse) GetRawResponse ¶

func (o *DeleteDestinationAwsDatalakeResponse) GetRawResponse() *http.Response

func (*DeleteDestinationAwsDatalakeResponse) GetStatusCode ¶

func (o *DeleteDestinationAwsDatalakeResponse) GetStatusCode() int

type DeleteDestinationAzureBlobStorageRequest ¶

type DeleteDestinationAzureBlobStorageRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*DeleteDestinationAzureBlobStorageRequest) GetDestinationID ¶

func (o *DeleteDestinationAzureBlobStorageRequest) GetDestinationID() string

type DeleteDestinationAzureBlobStorageResponse ¶

type DeleteDestinationAzureBlobStorageResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteDestinationAzureBlobStorageResponse) GetContentType ¶

func (*DeleteDestinationAzureBlobStorageResponse) GetRawResponse ¶

func (*DeleteDestinationAzureBlobStorageResponse) GetStatusCode ¶

type DeleteDestinationBigqueryRequest ¶

type DeleteDestinationBigqueryRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*DeleteDestinationBigqueryRequest) GetDestinationID ¶

func (o *DeleteDestinationBigqueryRequest) GetDestinationID() string

type DeleteDestinationBigqueryResponse ¶

type DeleteDestinationBigqueryResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteDestinationBigqueryResponse) GetContentType ¶

func (o *DeleteDestinationBigqueryResponse) GetContentType() string

func (*DeleteDestinationBigqueryResponse) GetRawResponse ¶

func (o *DeleteDestinationBigqueryResponse) GetRawResponse() *http.Response

func (*DeleteDestinationBigqueryResponse) GetStatusCode ¶

func (o *DeleteDestinationBigqueryResponse) GetStatusCode() int

type DeleteDestinationClickhouseRequest ¶

type DeleteDestinationClickhouseRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*DeleteDestinationClickhouseRequest) GetDestinationID ¶

func (o *DeleteDestinationClickhouseRequest) GetDestinationID() string

type DeleteDestinationClickhouseResponse ¶

type DeleteDestinationClickhouseResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteDestinationClickhouseResponse) GetContentType ¶

func (o *DeleteDestinationClickhouseResponse) GetContentType() string

func (*DeleteDestinationClickhouseResponse) GetRawResponse ¶

func (o *DeleteDestinationClickhouseResponse) GetRawResponse() *http.Response

func (*DeleteDestinationClickhouseResponse) GetStatusCode ¶

func (o *DeleteDestinationClickhouseResponse) GetStatusCode() int

type DeleteDestinationConvexRequest ¶

type DeleteDestinationConvexRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*DeleteDestinationConvexRequest) GetDestinationID ¶

func (o *DeleteDestinationConvexRequest) GetDestinationID() string

type DeleteDestinationConvexResponse ¶

type DeleteDestinationConvexResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteDestinationConvexResponse) GetContentType ¶

func (o *DeleteDestinationConvexResponse) GetContentType() string

func (*DeleteDestinationConvexResponse) GetRawResponse ¶

func (o *DeleteDestinationConvexResponse) GetRawResponse() *http.Response

func (*DeleteDestinationConvexResponse) GetStatusCode ¶

func (o *DeleteDestinationConvexResponse) GetStatusCode() int

type DeleteDestinationCustomRequest ¶

type DeleteDestinationCustomRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*DeleteDestinationCustomRequest) GetDestinationID ¶

func (o *DeleteDestinationCustomRequest) GetDestinationID() string

type DeleteDestinationCustomResponse ¶

type DeleteDestinationCustomResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteDestinationCustomResponse) GetContentType ¶

func (o *DeleteDestinationCustomResponse) GetContentType() string

func (*DeleteDestinationCustomResponse) GetRawResponse ¶

func (o *DeleteDestinationCustomResponse) GetRawResponse() *http.Response

func (*DeleteDestinationCustomResponse) GetStatusCode ¶

func (o *DeleteDestinationCustomResponse) GetStatusCode() int

type DeleteDestinationDatabricksRequest ¶

type DeleteDestinationDatabricksRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*DeleteDestinationDatabricksRequest) GetDestinationID ¶

func (o *DeleteDestinationDatabricksRequest) GetDestinationID() string

type DeleteDestinationDatabricksResponse ¶

type DeleteDestinationDatabricksResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteDestinationDatabricksResponse) GetContentType ¶

func (o *DeleteDestinationDatabricksResponse) GetContentType() string

func (*DeleteDestinationDatabricksResponse) GetRawResponse ¶

func (o *DeleteDestinationDatabricksResponse) GetRawResponse() *http.Response

func (*DeleteDestinationDatabricksResponse) GetStatusCode ¶

func (o *DeleteDestinationDatabricksResponse) GetStatusCode() int

type DeleteDestinationDevNullRequest ¶

type DeleteDestinationDevNullRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*DeleteDestinationDevNullRequest) GetDestinationID ¶

func (o *DeleteDestinationDevNullRequest) GetDestinationID() string

type DeleteDestinationDevNullResponse ¶

type DeleteDestinationDevNullResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteDestinationDevNullResponse) GetContentType ¶

func (o *DeleteDestinationDevNullResponse) GetContentType() string

func (*DeleteDestinationDevNullResponse) GetRawResponse ¶

func (o *DeleteDestinationDevNullResponse) GetRawResponse() *http.Response

func (*DeleteDestinationDevNullResponse) GetStatusCode ¶

func (o *DeleteDestinationDevNullResponse) GetStatusCode() int

type DeleteDestinationDuckdbRequest ¶

type DeleteDestinationDuckdbRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*DeleteDestinationDuckdbRequest) GetDestinationID ¶

func (o *DeleteDestinationDuckdbRequest) GetDestinationID() string

type DeleteDestinationDuckdbResponse ¶

type DeleteDestinationDuckdbResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteDestinationDuckdbResponse) GetContentType ¶

func (o *DeleteDestinationDuckdbResponse) GetContentType() string

func (*DeleteDestinationDuckdbResponse) GetRawResponse ¶

func (o *DeleteDestinationDuckdbResponse) GetRawResponse() *http.Response

func (*DeleteDestinationDuckdbResponse) GetStatusCode ¶

func (o *DeleteDestinationDuckdbResponse) GetStatusCode() int

type DeleteDestinationDynamodbRequest ¶

type DeleteDestinationDynamodbRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*DeleteDestinationDynamodbRequest) GetDestinationID ¶

func (o *DeleteDestinationDynamodbRequest) GetDestinationID() string

type DeleteDestinationDynamodbResponse ¶

type DeleteDestinationDynamodbResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteDestinationDynamodbResponse) GetContentType ¶

func (o *DeleteDestinationDynamodbResponse) GetContentType() string

func (*DeleteDestinationDynamodbResponse) GetRawResponse ¶

func (o *DeleteDestinationDynamodbResponse) GetRawResponse() *http.Response

func (*DeleteDestinationDynamodbResponse) GetStatusCode ¶

func (o *DeleteDestinationDynamodbResponse) GetStatusCode() int

type DeleteDestinationElasticsearchRequest ¶

type DeleteDestinationElasticsearchRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*DeleteDestinationElasticsearchRequest) GetDestinationID ¶

func (o *DeleteDestinationElasticsearchRequest) GetDestinationID() string

type DeleteDestinationElasticsearchResponse ¶

type DeleteDestinationElasticsearchResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteDestinationElasticsearchResponse) GetContentType ¶

func (o *DeleteDestinationElasticsearchResponse) GetContentType() string

func (*DeleteDestinationElasticsearchResponse) GetRawResponse ¶

func (*DeleteDestinationElasticsearchResponse) GetStatusCode ¶

func (o *DeleteDestinationElasticsearchResponse) GetStatusCode() int

type DeleteDestinationFireboltRequest ¶ added in v0.5.1

type DeleteDestinationFireboltRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*DeleteDestinationFireboltRequest) GetDestinationID ¶ added in v0.5.1

func (o *DeleteDestinationFireboltRequest) GetDestinationID() string

type DeleteDestinationFireboltResponse ¶ added in v0.5.1

type DeleteDestinationFireboltResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteDestinationFireboltResponse) GetContentType ¶ added in v0.5.1

func (o *DeleteDestinationFireboltResponse) GetContentType() string

func (*DeleteDestinationFireboltResponse) GetRawResponse ¶ added in v0.5.1

func (o *DeleteDestinationFireboltResponse) GetRawResponse() *http.Response

func (*DeleteDestinationFireboltResponse) GetStatusCode ¶ added in v0.5.1

func (o *DeleteDestinationFireboltResponse) GetStatusCode() int

type DeleteDestinationFirestoreRequest ¶

type DeleteDestinationFirestoreRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*DeleteDestinationFirestoreRequest) GetDestinationID ¶

func (o *DeleteDestinationFirestoreRequest) GetDestinationID() string

type DeleteDestinationFirestoreResponse ¶

type DeleteDestinationFirestoreResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteDestinationFirestoreResponse) GetContentType ¶

func (o *DeleteDestinationFirestoreResponse) GetContentType() string

func (*DeleteDestinationFirestoreResponse) GetRawResponse ¶

func (o *DeleteDestinationFirestoreResponse) GetRawResponse() *http.Response

func (*DeleteDestinationFirestoreResponse) GetStatusCode ¶

func (o *DeleteDestinationFirestoreResponse) GetStatusCode() int

type DeleteDestinationGcsRequest ¶

type DeleteDestinationGcsRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*DeleteDestinationGcsRequest) GetDestinationID ¶

func (o *DeleteDestinationGcsRequest) GetDestinationID() string

type DeleteDestinationGcsResponse ¶

type DeleteDestinationGcsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteDestinationGcsResponse) GetContentType ¶

func (o *DeleteDestinationGcsResponse) GetContentType() string

func (*DeleteDestinationGcsResponse) GetRawResponse ¶

func (o *DeleteDestinationGcsResponse) GetRawResponse() *http.Response

func (*DeleteDestinationGcsResponse) GetStatusCode ¶

func (o *DeleteDestinationGcsResponse) GetStatusCode() int

type DeleteDestinationGoogleSheetsRequest ¶

type DeleteDestinationGoogleSheetsRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*DeleteDestinationGoogleSheetsRequest) GetDestinationID ¶

func (o *DeleteDestinationGoogleSheetsRequest) GetDestinationID() string

type DeleteDestinationGoogleSheetsResponse ¶

type DeleteDestinationGoogleSheetsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteDestinationGoogleSheetsResponse) GetContentType ¶

func (o *DeleteDestinationGoogleSheetsResponse) GetContentType() string

func (*DeleteDestinationGoogleSheetsResponse) GetRawResponse ¶

func (*DeleteDestinationGoogleSheetsResponse) GetStatusCode ¶

func (o *DeleteDestinationGoogleSheetsResponse) GetStatusCode() int

type DeleteDestinationLangchainRequest ¶

type DeleteDestinationLangchainRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*DeleteDestinationLangchainRequest) GetDestinationID ¶

func (o *DeleteDestinationLangchainRequest) GetDestinationID() string

type DeleteDestinationLangchainResponse ¶

type DeleteDestinationLangchainResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteDestinationLangchainResponse) GetContentType ¶

func (o *DeleteDestinationLangchainResponse) GetContentType() string

func (*DeleteDestinationLangchainResponse) GetRawResponse ¶

func (o *DeleteDestinationLangchainResponse) GetRawResponse() *http.Response

func (*DeleteDestinationLangchainResponse) GetStatusCode ¶

func (o *DeleteDestinationLangchainResponse) GetStatusCode() int

type DeleteDestinationMilvusRequest ¶

type DeleteDestinationMilvusRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*DeleteDestinationMilvusRequest) GetDestinationID ¶

func (o *DeleteDestinationMilvusRequest) GetDestinationID() string

type DeleteDestinationMilvusResponse ¶

type DeleteDestinationMilvusResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteDestinationMilvusResponse) GetContentType ¶

func (o *DeleteDestinationMilvusResponse) GetContentType() string

func (*DeleteDestinationMilvusResponse) GetRawResponse ¶

func (o *DeleteDestinationMilvusResponse) GetRawResponse() *http.Response

func (*DeleteDestinationMilvusResponse) GetStatusCode ¶

func (o *DeleteDestinationMilvusResponse) GetStatusCode() int

type DeleteDestinationMongodbRequest ¶

type DeleteDestinationMongodbRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*DeleteDestinationMongodbRequest) GetDestinationID ¶

func (o *DeleteDestinationMongodbRequest) GetDestinationID() string

type DeleteDestinationMongodbResponse ¶

type DeleteDestinationMongodbResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteDestinationMongodbResponse) GetContentType ¶

func (o *DeleteDestinationMongodbResponse) GetContentType() string

func (*DeleteDestinationMongodbResponse) GetRawResponse ¶

func (o *DeleteDestinationMongodbResponse) GetRawResponse() *http.Response

func (*DeleteDestinationMongodbResponse) GetStatusCode ¶

func (o *DeleteDestinationMongodbResponse) GetStatusCode() int

type DeleteDestinationMssqlRequest ¶

type DeleteDestinationMssqlRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*DeleteDestinationMssqlRequest) GetDestinationID ¶

func (o *DeleteDestinationMssqlRequest) GetDestinationID() string

type DeleteDestinationMssqlResponse ¶

type DeleteDestinationMssqlResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteDestinationMssqlResponse) GetContentType ¶

func (o *DeleteDestinationMssqlResponse) GetContentType() string

func (*DeleteDestinationMssqlResponse) GetRawResponse ¶

func (o *DeleteDestinationMssqlResponse) GetRawResponse() *http.Response

func (*DeleteDestinationMssqlResponse) GetStatusCode ¶

func (o *DeleteDestinationMssqlResponse) GetStatusCode() int

type DeleteDestinationMysqlRequest ¶

type DeleteDestinationMysqlRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*DeleteDestinationMysqlRequest) GetDestinationID ¶

func (o *DeleteDestinationMysqlRequest) GetDestinationID() string

type DeleteDestinationMysqlResponse ¶

type DeleteDestinationMysqlResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteDestinationMysqlResponse) GetContentType ¶

func (o *DeleteDestinationMysqlResponse) GetContentType() string

func (*DeleteDestinationMysqlResponse) GetRawResponse ¶

func (o *DeleteDestinationMysqlResponse) GetRawResponse() *http.Response

func (*DeleteDestinationMysqlResponse) GetStatusCode ¶

func (o *DeleteDestinationMysqlResponse) GetStatusCode() int

type DeleteDestinationOracleRequest ¶

type DeleteDestinationOracleRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*DeleteDestinationOracleRequest) GetDestinationID ¶

func (o *DeleteDestinationOracleRequest) GetDestinationID() string

type DeleteDestinationOracleResponse ¶

type DeleteDestinationOracleResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteDestinationOracleResponse) GetContentType ¶

func (o *DeleteDestinationOracleResponse) GetContentType() string

func (*DeleteDestinationOracleResponse) GetRawResponse ¶

func (o *DeleteDestinationOracleResponse) GetRawResponse() *http.Response

func (*DeleteDestinationOracleResponse) GetStatusCode ¶

func (o *DeleteDestinationOracleResponse) GetStatusCode() int

type DeleteDestinationPineconeRequest ¶

type DeleteDestinationPineconeRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*DeleteDestinationPineconeRequest) GetDestinationID ¶

func (o *DeleteDestinationPineconeRequest) GetDestinationID() string

type DeleteDestinationPineconeResponse ¶

type DeleteDestinationPineconeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteDestinationPineconeResponse) GetContentType ¶

func (o *DeleteDestinationPineconeResponse) GetContentType() string

func (*DeleteDestinationPineconeResponse) GetRawResponse ¶

func (o *DeleteDestinationPineconeResponse) GetRawResponse() *http.Response

func (*DeleteDestinationPineconeResponse) GetStatusCode ¶

func (o *DeleteDestinationPineconeResponse) GetStatusCode() int

type DeleteDestinationPostgresRequest ¶

type DeleteDestinationPostgresRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*DeleteDestinationPostgresRequest) GetDestinationID ¶

func (o *DeleteDestinationPostgresRequest) GetDestinationID() string

type DeleteDestinationPostgresResponse ¶

type DeleteDestinationPostgresResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteDestinationPostgresResponse) GetContentType ¶

func (o *DeleteDestinationPostgresResponse) GetContentType() string

func (*DeleteDestinationPostgresResponse) GetRawResponse ¶

func (o *DeleteDestinationPostgresResponse) GetRawResponse() *http.Response

func (*DeleteDestinationPostgresResponse) GetStatusCode ¶

func (o *DeleteDestinationPostgresResponse) GetStatusCode() int

type DeleteDestinationPubsubRequest ¶

type DeleteDestinationPubsubRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*DeleteDestinationPubsubRequest) GetDestinationID ¶

func (o *DeleteDestinationPubsubRequest) GetDestinationID() string

type DeleteDestinationPubsubResponse ¶

type DeleteDestinationPubsubResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteDestinationPubsubResponse) GetContentType ¶

func (o *DeleteDestinationPubsubResponse) GetContentType() string

func (*DeleteDestinationPubsubResponse) GetRawResponse ¶

func (o *DeleteDestinationPubsubResponse) GetRawResponse() *http.Response

func (*DeleteDestinationPubsubResponse) GetStatusCode ¶

func (o *DeleteDestinationPubsubResponse) GetStatusCode() int

type DeleteDestinationQdrantRequest ¶

type DeleteDestinationQdrantRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*DeleteDestinationQdrantRequest) GetDestinationID ¶

func (o *DeleteDestinationQdrantRequest) GetDestinationID() string

type DeleteDestinationQdrantResponse ¶

type DeleteDestinationQdrantResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteDestinationQdrantResponse) GetContentType ¶

func (o *DeleteDestinationQdrantResponse) GetContentType() string

func (*DeleteDestinationQdrantResponse) GetRawResponse ¶

func (o *DeleteDestinationQdrantResponse) GetRawResponse() *http.Response

func (*DeleteDestinationQdrantResponse) GetStatusCode ¶

func (o *DeleteDestinationQdrantResponse) GetStatusCode() int

type DeleteDestinationRedisRequest ¶

type DeleteDestinationRedisRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*DeleteDestinationRedisRequest) GetDestinationID ¶

func (o *DeleteDestinationRedisRequest) GetDestinationID() string

type DeleteDestinationRedisResponse ¶

type DeleteDestinationRedisResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteDestinationRedisResponse) GetContentType ¶

func (o *DeleteDestinationRedisResponse) GetContentType() string

func (*DeleteDestinationRedisResponse) GetRawResponse ¶

func (o *DeleteDestinationRedisResponse) GetRawResponse() *http.Response

func (*DeleteDestinationRedisResponse) GetStatusCode ¶

func (o *DeleteDestinationRedisResponse) GetStatusCode() int

type DeleteDestinationRedshiftRequest ¶

type DeleteDestinationRedshiftRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*DeleteDestinationRedshiftRequest) GetDestinationID ¶

func (o *DeleteDestinationRedshiftRequest) GetDestinationID() string

type DeleteDestinationRedshiftResponse ¶

type DeleteDestinationRedshiftResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteDestinationRedshiftResponse) GetContentType ¶

func (o *DeleteDestinationRedshiftResponse) GetContentType() string

func (*DeleteDestinationRedshiftResponse) GetRawResponse ¶

func (o *DeleteDestinationRedshiftResponse) GetRawResponse() *http.Response

func (*DeleteDestinationRedshiftResponse) GetStatusCode ¶

func (o *DeleteDestinationRedshiftResponse) GetStatusCode() int

type DeleteDestinationRequest ¶

type DeleteDestinationRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*DeleteDestinationRequest) GetDestinationID ¶

func (o *DeleteDestinationRequest) GetDestinationID() string

type DeleteDestinationResponse ¶

type DeleteDestinationResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteDestinationResponse) GetContentType ¶

func (o *DeleteDestinationResponse) GetContentType() string

func (*DeleteDestinationResponse) GetRawResponse ¶

func (o *DeleteDestinationResponse) GetRawResponse() *http.Response

func (*DeleteDestinationResponse) GetStatusCode ¶

func (o *DeleteDestinationResponse) GetStatusCode() int

type DeleteDestinationS3GlueRequest ¶

type DeleteDestinationS3GlueRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*DeleteDestinationS3GlueRequest) GetDestinationID ¶

func (o *DeleteDestinationS3GlueRequest) GetDestinationID() string

type DeleteDestinationS3GlueResponse ¶

type DeleteDestinationS3GlueResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteDestinationS3GlueResponse) GetContentType ¶

func (o *DeleteDestinationS3GlueResponse) GetContentType() string

func (*DeleteDestinationS3GlueResponse) GetRawResponse ¶

func (o *DeleteDestinationS3GlueResponse) GetRawResponse() *http.Response

func (*DeleteDestinationS3GlueResponse) GetStatusCode ¶

func (o *DeleteDestinationS3GlueResponse) GetStatusCode() int

type DeleteDestinationS3Request ¶

type DeleteDestinationS3Request struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*DeleteDestinationS3Request) GetDestinationID ¶

func (o *DeleteDestinationS3Request) GetDestinationID() string

type DeleteDestinationS3Response ¶

type DeleteDestinationS3Response struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteDestinationS3Response) GetContentType ¶

func (o *DeleteDestinationS3Response) GetContentType() string

func (*DeleteDestinationS3Response) GetRawResponse ¶

func (o *DeleteDestinationS3Response) GetRawResponse() *http.Response

func (*DeleteDestinationS3Response) GetStatusCode ¶

func (o *DeleteDestinationS3Response) GetStatusCode() int

type DeleteDestinationSftpJSONRequest ¶

type DeleteDestinationSftpJSONRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*DeleteDestinationSftpJSONRequest) GetDestinationID ¶

func (o *DeleteDestinationSftpJSONRequest) GetDestinationID() string

type DeleteDestinationSftpJSONResponse ¶

type DeleteDestinationSftpJSONResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteDestinationSftpJSONResponse) GetContentType ¶

func (o *DeleteDestinationSftpJSONResponse) GetContentType() string

func (*DeleteDestinationSftpJSONResponse) GetRawResponse ¶

func (o *DeleteDestinationSftpJSONResponse) GetRawResponse() *http.Response

func (*DeleteDestinationSftpJSONResponse) GetStatusCode ¶

func (o *DeleteDestinationSftpJSONResponse) GetStatusCode() int

type DeleteDestinationSnowflakeCortexRequest ¶

type DeleteDestinationSnowflakeCortexRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*DeleteDestinationSnowflakeCortexRequest) GetDestinationID ¶

func (o *DeleteDestinationSnowflakeCortexRequest) GetDestinationID() string

type DeleteDestinationSnowflakeCortexResponse ¶

type DeleteDestinationSnowflakeCortexResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteDestinationSnowflakeCortexResponse) GetContentType ¶

func (*DeleteDestinationSnowflakeCortexResponse) GetRawResponse ¶

func (*DeleteDestinationSnowflakeCortexResponse) GetStatusCode ¶

func (o *DeleteDestinationSnowflakeCortexResponse) GetStatusCode() int

type DeleteDestinationSnowflakeRequest ¶

type DeleteDestinationSnowflakeRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*DeleteDestinationSnowflakeRequest) GetDestinationID ¶

func (o *DeleteDestinationSnowflakeRequest) GetDestinationID() string

type DeleteDestinationSnowflakeResponse ¶

type DeleteDestinationSnowflakeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteDestinationSnowflakeResponse) GetContentType ¶

func (o *DeleteDestinationSnowflakeResponse) GetContentType() string

func (*DeleteDestinationSnowflakeResponse) GetRawResponse ¶

func (o *DeleteDestinationSnowflakeResponse) GetRawResponse() *http.Response

func (*DeleteDestinationSnowflakeResponse) GetStatusCode ¶

func (o *DeleteDestinationSnowflakeResponse) GetStatusCode() int

type DeleteDestinationTeradataRequest ¶

type DeleteDestinationTeradataRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*DeleteDestinationTeradataRequest) GetDestinationID ¶

func (o *DeleteDestinationTeradataRequest) GetDestinationID() string

type DeleteDestinationTeradataResponse ¶

type DeleteDestinationTeradataResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteDestinationTeradataResponse) GetContentType ¶

func (o *DeleteDestinationTeradataResponse) GetContentType() string

func (*DeleteDestinationTeradataResponse) GetRawResponse ¶

func (o *DeleteDestinationTeradataResponse) GetRawResponse() *http.Response

func (*DeleteDestinationTeradataResponse) GetStatusCode ¶

func (o *DeleteDestinationTeradataResponse) GetStatusCode() int

type DeleteDestinationTypesenseRequest ¶

type DeleteDestinationTypesenseRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*DeleteDestinationTypesenseRequest) GetDestinationID ¶

func (o *DeleteDestinationTypesenseRequest) GetDestinationID() string

type DeleteDestinationTypesenseResponse ¶

type DeleteDestinationTypesenseResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteDestinationTypesenseResponse) GetContentType ¶

func (o *DeleteDestinationTypesenseResponse) GetContentType() string

func (*DeleteDestinationTypesenseResponse) GetRawResponse ¶

func (o *DeleteDestinationTypesenseResponse) GetRawResponse() *http.Response

func (*DeleteDestinationTypesenseResponse) GetStatusCode ¶

func (o *DeleteDestinationTypesenseResponse) GetStatusCode() int

type DeleteDestinationVectaraRequest ¶

type DeleteDestinationVectaraRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*DeleteDestinationVectaraRequest) GetDestinationID ¶

func (o *DeleteDestinationVectaraRequest) GetDestinationID() string

type DeleteDestinationVectaraResponse ¶

type DeleteDestinationVectaraResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteDestinationVectaraResponse) GetContentType ¶

func (o *DeleteDestinationVectaraResponse) GetContentType() string

func (*DeleteDestinationVectaraResponse) GetRawResponse ¶

func (o *DeleteDestinationVectaraResponse) GetRawResponse() *http.Response

func (*DeleteDestinationVectaraResponse) GetStatusCode ¶

func (o *DeleteDestinationVectaraResponse) GetStatusCode() int

type DeleteDestinationWeaviateRequest ¶

type DeleteDestinationWeaviateRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*DeleteDestinationWeaviateRequest) GetDestinationID ¶

func (o *DeleteDestinationWeaviateRequest) GetDestinationID() string

type DeleteDestinationWeaviateResponse ¶

type DeleteDestinationWeaviateResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteDestinationWeaviateResponse) GetContentType ¶

func (o *DeleteDestinationWeaviateResponse) GetContentType() string

func (*DeleteDestinationWeaviateResponse) GetRawResponse ¶

func (o *DeleteDestinationWeaviateResponse) GetRawResponse() *http.Response

func (*DeleteDestinationWeaviateResponse) GetStatusCode ¶

func (o *DeleteDestinationWeaviateResponse) GetStatusCode() int

type DeleteDestinationYellowbrickRequest ¶

type DeleteDestinationYellowbrickRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*DeleteDestinationYellowbrickRequest) GetDestinationID ¶

func (o *DeleteDestinationYellowbrickRequest) GetDestinationID() string

type DeleteDestinationYellowbrickResponse ¶

type DeleteDestinationYellowbrickResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteDestinationYellowbrickResponse) GetContentType ¶

func (o *DeleteDestinationYellowbrickResponse) GetContentType() string

func (*DeleteDestinationYellowbrickResponse) GetRawResponse ¶

func (o *DeleteDestinationYellowbrickResponse) GetRawResponse() *http.Response

func (*DeleteDestinationYellowbrickResponse) GetStatusCode ¶

func (o *DeleteDestinationYellowbrickResponse) GetStatusCode() int

type DeletePermissionRequest ¶

type DeletePermissionRequest struct {
	PermissionID string `pathParam:"style=simple,explode=false,name=permissionId"`
}

func (*DeletePermissionRequest) GetPermissionID ¶

func (o *DeletePermissionRequest) GetPermissionID() string

type DeletePermissionResponse ¶

type DeletePermissionResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeletePermissionResponse) GetContentType ¶

func (o *DeletePermissionResponse) GetContentType() string

func (*DeletePermissionResponse) GetRawResponse ¶

func (o *DeletePermissionResponse) GetRawResponse() *http.Response

func (*DeletePermissionResponse) GetStatusCode ¶

func (o *DeletePermissionResponse) GetStatusCode() int

type DeleteSourceAhaRequest ¶

type DeleteSourceAhaRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceAhaRequest) GetSourceID ¶

func (o *DeleteSourceAhaRequest) GetSourceID() string

type DeleteSourceAhaResponse ¶

type DeleteSourceAhaResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceAhaResponse) GetContentType ¶

func (o *DeleteSourceAhaResponse) GetContentType() string

func (*DeleteSourceAhaResponse) GetRawResponse ¶

func (o *DeleteSourceAhaResponse) GetRawResponse() *http.Response

func (*DeleteSourceAhaResponse) GetStatusCode ¶

func (o *DeleteSourceAhaResponse) GetStatusCode() int

type DeleteSourceAircallRequest ¶

type DeleteSourceAircallRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceAircallRequest) GetSourceID ¶

func (o *DeleteSourceAircallRequest) GetSourceID() string

type DeleteSourceAircallResponse ¶

type DeleteSourceAircallResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceAircallResponse) GetContentType ¶

func (o *DeleteSourceAircallResponse) GetContentType() string

func (*DeleteSourceAircallResponse) GetRawResponse ¶

func (o *DeleteSourceAircallResponse) GetRawResponse() *http.Response

func (*DeleteSourceAircallResponse) GetStatusCode ¶

func (o *DeleteSourceAircallResponse) GetStatusCode() int

type DeleteSourceAirtableRequest ¶

type DeleteSourceAirtableRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceAirtableRequest) GetSourceID ¶

func (o *DeleteSourceAirtableRequest) GetSourceID() string

type DeleteSourceAirtableResponse ¶

type DeleteSourceAirtableResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceAirtableResponse) GetContentType ¶

func (o *DeleteSourceAirtableResponse) GetContentType() string

func (*DeleteSourceAirtableResponse) GetRawResponse ¶

func (o *DeleteSourceAirtableResponse) GetRawResponse() *http.Response

func (*DeleteSourceAirtableResponse) GetStatusCode ¶

func (o *DeleteSourceAirtableResponse) GetStatusCode() int

type DeleteSourceAmazonAdsRequest ¶

type DeleteSourceAmazonAdsRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceAmazonAdsRequest) GetSourceID ¶

func (o *DeleteSourceAmazonAdsRequest) GetSourceID() string

type DeleteSourceAmazonAdsResponse ¶

type DeleteSourceAmazonAdsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceAmazonAdsResponse) GetContentType ¶

func (o *DeleteSourceAmazonAdsResponse) GetContentType() string

func (*DeleteSourceAmazonAdsResponse) GetRawResponse ¶

func (o *DeleteSourceAmazonAdsResponse) GetRawResponse() *http.Response

func (*DeleteSourceAmazonAdsResponse) GetStatusCode ¶

func (o *DeleteSourceAmazonAdsResponse) GetStatusCode() int

type DeleteSourceAmazonSellerPartnerRequest ¶

type DeleteSourceAmazonSellerPartnerRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceAmazonSellerPartnerRequest) GetSourceID ¶

type DeleteSourceAmazonSellerPartnerResponse ¶

type DeleteSourceAmazonSellerPartnerResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceAmazonSellerPartnerResponse) GetContentType ¶

func (o *DeleteSourceAmazonSellerPartnerResponse) GetContentType() string

func (*DeleteSourceAmazonSellerPartnerResponse) GetRawResponse ¶

func (*DeleteSourceAmazonSellerPartnerResponse) GetStatusCode ¶

func (o *DeleteSourceAmazonSellerPartnerResponse) GetStatusCode() int

type DeleteSourceAmazonSqsRequest ¶

type DeleteSourceAmazonSqsRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceAmazonSqsRequest) GetSourceID ¶

func (o *DeleteSourceAmazonSqsRequest) GetSourceID() string

type DeleteSourceAmazonSqsResponse ¶

type DeleteSourceAmazonSqsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceAmazonSqsResponse) GetContentType ¶

func (o *DeleteSourceAmazonSqsResponse) GetContentType() string

func (*DeleteSourceAmazonSqsResponse) GetRawResponse ¶

func (o *DeleteSourceAmazonSqsResponse) GetRawResponse() *http.Response

func (*DeleteSourceAmazonSqsResponse) GetStatusCode ¶

func (o *DeleteSourceAmazonSqsResponse) GetStatusCode() int

type DeleteSourceAmplitudeRequest ¶

type DeleteSourceAmplitudeRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceAmplitudeRequest) GetSourceID ¶

func (o *DeleteSourceAmplitudeRequest) GetSourceID() string

type DeleteSourceAmplitudeResponse ¶

type DeleteSourceAmplitudeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceAmplitudeResponse) GetContentType ¶

func (o *DeleteSourceAmplitudeResponse) GetContentType() string

func (*DeleteSourceAmplitudeResponse) GetRawResponse ¶

func (o *DeleteSourceAmplitudeResponse) GetRawResponse() *http.Response

func (*DeleteSourceAmplitudeResponse) GetStatusCode ¶

func (o *DeleteSourceAmplitudeResponse) GetStatusCode() int

type DeleteSourceApifyDatasetRequest ¶

type DeleteSourceApifyDatasetRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceApifyDatasetRequest) GetSourceID ¶

func (o *DeleteSourceApifyDatasetRequest) GetSourceID() string

type DeleteSourceApifyDatasetResponse ¶

type DeleteSourceApifyDatasetResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceApifyDatasetResponse) GetContentType ¶

func (o *DeleteSourceApifyDatasetResponse) GetContentType() string

func (*DeleteSourceApifyDatasetResponse) GetRawResponse ¶

func (o *DeleteSourceApifyDatasetResponse) GetRawResponse() *http.Response

func (*DeleteSourceApifyDatasetResponse) GetStatusCode ¶

func (o *DeleteSourceApifyDatasetResponse) GetStatusCode() int

type DeleteSourceAppfollowRequest ¶

type DeleteSourceAppfollowRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceAppfollowRequest) GetSourceID ¶

func (o *DeleteSourceAppfollowRequest) GetSourceID() string

type DeleteSourceAppfollowResponse ¶

type DeleteSourceAppfollowResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceAppfollowResponse) GetContentType ¶

func (o *DeleteSourceAppfollowResponse) GetContentType() string

func (*DeleteSourceAppfollowResponse) GetRawResponse ¶

func (o *DeleteSourceAppfollowResponse) GetRawResponse() *http.Response

func (*DeleteSourceAppfollowResponse) GetStatusCode ¶

func (o *DeleteSourceAppfollowResponse) GetStatusCode() int

type DeleteSourceAsanaRequest ¶

type DeleteSourceAsanaRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceAsanaRequest) GetSourceID ¶

func (o *DeleteSourceAsanaRequest) GetSourceID() string

type DeleteSourceAsanaResponse ¶

type DeleteSourceAsanaResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceAsanaResponse) GetContentType ¶

func (o *DeleteSourceAsanaResponse) GetContentType() string

func (*DeleteSourceAsanaResponse) GetRawResponse ¶

func (o *DeleteSourceAsanaResponse) GetRawResponse() *http.Response

func (*DeleteSourceAsanaResponse) GetStatusCode ¶

func (o *DeleteSourceAsanaResponse) GetStatusCode() int

type DeleteSourceAuth0Request ¶

type DeleteSourceAuth0Request struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceAuth0Request) GetSourceID ¶

func (o *DeleteSourceAuth0Request) GetSourceID() string

type DeleteSourceAuth0Response ¶

type DeleteSourceAuth0Response struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceAuth0Response) GetContentType ¶

func (o *DeleteSourceAuth0Response) GetContentType() string

func (*DeleteSourceAuth0Response) GetRawResponse ¶

func (o *DeleteSourceAuth0Response) GetRawResponse() *http.Response

func (*DeleteSourceAuth0Response) GetStatusCode ¶

func (o *DeleteSourceAuth0Response) GetStatusCode() int

type DeleteSourceAwsCloudtrailRequest ¶

type DeleteSourceAwsCloudtrailRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceAwsCloudtrailRequest) GetSourceID ¶

func (o *DeleteSourceAwsCloudtrailRequest) GetSourceID() string

type DeleteSourceAwsCloudtrailResponse ¶

type DeleteSourceAwsCloudtrailResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceAwsCloudtrailResponse) GetContentType ¶

func (o *DeleteSourceAwsCloudtrailResponse) GetContentType() string

func (*DeleteSourceAwsCloudtrailResponse) GetRawResponse ¶

func (o *DeleteSourceAwsCloudtrailResponse) GetRawResponse() *http.Response

func (*DeleteSourceAwsCloudtrailResponse) GetStatusCode ¶

func (o *DeleteSourceAwsCloudtrailResponse) GetStatusCode() int

type DeleteSourceAzureBlobStorageRequest ¶

type DeleteSourceAzureBlobStorageRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceAzureBlobStorageRequest) GetSourceID ¶

type DeleteSourceAzureBlobStorageResponse ¶

type DeleteSourceAzureBlobStorageResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceAzureBlobStorageResponse) GetContentType ¶

func (o *DeleteSourceAzureBlobStorageResponse) GetContentType() string

func (*DeleteSourceAzureBlobStorageResponse) GetRawResponse ¶

func (o *DeleteSourceAzureBlobStorageResponse) GetRawResponse() *http.Response

func (*DeleteSourceAzureBlobStorageResponse) GetStatusCode ¶

func (o *DeleteSourceAzureBlobStorageResponse) GetStatusCode() int

type DeleteSourceAzureTableRequest ¶

type DeleteSourceAzureTableRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceAzureTableRequest) GetSourceID ¶

func (o *DeleteSourceAzureTableRequest) GetSourceID() string

type DeleteSourceAzureTableResponse ¶

type DeleteSourceAzureTableResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceAzureTableResponse) GetContentType ¶

func (o *DeleteSourceAzureTableResponse) GetContentType() string

func (*DeleteSourceAzureTableResponse) GetRawResponse ¶

func (o *DeleteSourceAzureTableResponse) GetRawResponse() *http.Response

func (*DeleteSourceAzureTableResponse) GetStatusCode ¶

func (o *DeleteSourceAzureTableResponse) GetStatusCode() int

type DeleteSourceBambooHrRequest ¶

type DeleteSourceBambooHrRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceBambooHrRequest) GetSourceID ¶

func (o *DeleteSourceBambooHrRequest) GetSourceID() string

type DeleteSourceBambooHrResponse ¶

type DeleteSourceBambooHrResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceBambooHrResponse) GetContentType ¶

func (o *DeleteSourceBambooHrResponse) GetContentType() string

func (*DeleteSourceBambooHrResponse) GetRawResponse ¶

func (o *DeleteSourceBambooHrResponse) GetRawResponse() *http.Response

func (*DeleteSourceBambooHrResponse) GetStatusCode ¶

func (o *DeleteSourceBambooHrResponse) GetStatusCode() int

type DeleteSourceBigqueryRequest ¶

type DeleteSourceBigqueryRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceBigqueryRequest) GetSourceID ¶

func (o *DeleteSourceBigqueryRequest) GetSourceID() string

type DeleteSourceBigqueryResponse ¶

type DeleteSourceBigqueryResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceBigqueryResponse) GetContentType ¶

func (o *DeleteSourceBigqueryResponse) GetContentType() string

func (*DeleteSourceBigqueryResponse) GetRawResponse ¶

func (o *DeleteSourceBigqueryResponse) GetRawResponse() *http.Response

func (*DeleteSourceBigqueryResponse) GetStatusCode ¶

func (o *DeleteSourceBigqueryResponse) GetStatusCode() int

type DeleteSourceBingAdsRequest ¶

type DeleteSourceBingAdsRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceBingAdsRequest) GetSourceID ¶

func (o *DeleteSourceBingAdsRequest) GetSourceID() string

type DeleteSourceBingAdsResponse ¶

type DeleteSourceBingAdsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceBingAdsResponse) GetContentType ¶

func (o *DeleteSourceBingAdsResponse) GetContentType() string

func (*DeleteSourceBingAdsResponse) GetRawResponse ¶

func (o *DeleteSourceBingAdsResponse) GetRawResponse() *http.Response

func (*DeleteSourceBingAdsResponse) GetStatusCode ¶

func (o *DeleteSourceBingAdsResponse) GetStatusCode() int

type DeleteSourceBraintreeRequest ¶

type DeleteSourceBraintreeRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceBraintreeRequest) GetSourceID ¶

func (o *DeleteSourceBraintreeRequest) GetSourceID() string

type DeleteSourceBraintreeResponse ¶

type DeleteSourceBraintreeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceBraintreeResponse) GetContentType ¶

func (o *DeleteSourceBraintreeResponse) GetContentType() string

func (*DeleteSourceBraintreeResponse) GetRawResponse ¶

func (o *DeleteSourceBraintreeResponse) GetRawResponse() *http.Response

func (*DeleteSourceBraintreeResponse) GetStatusCode ¶

func (o *DeleteSourceBraintreeResponse) GetStatusCode() int

type DeleteSourceBrazeRequest ¶

type DeleteSourceBrazeRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceBrazeRequest) GetSourceID ¶

func (o *DeleteSourceBrazeRequest) GetSourceID() string

type DeleteSourceBrazeResponse ¶

type DeleteSourceBrazeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceBrazeResponse) GetContentType ¶

func (o *DeleteSourceBrazeResponse) GetContentType() string

func (*DeleteSourceBrazeResponse) GetRawResponse ¶

func (o *DeleteSourceBrazeResponse) GetRawResponse() *http.Response

func (*DeleteSourceBrazeResponse) GetStatusCode ¶

func (o *DeleteSourceBrazeResponse) GetStatusCode() int

type DeleteSourceCartRequest ¶

type DeleteSourceCartRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceCartRequest) GetSourceID ¶

func (o *DeleteSourceCartRequest) GetSourceID() string

type DeleteSourceCartResponse ¶

type DeleteSourceCartResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceCartResponse) GetContentType ¶

func (o *DeleteSourceCartResponse) GetContentType() string

func (*DeleteSourceCartResponse) GetRawResponse ¶

func (o *DeleteSourceCartResponse) GetRawResponse() *http.Response

func (*DeleteSourceCartResponse) GetStatusCode ¶

func (o *DeleteSourceCartResponse) GetStatusCode() int

type DeleteSourceChargebeeRequest ¶

type DeleteSourceChargebeeRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceChargebeeRequest) GetSourceID ¶

func (o *DeleteSourceChargebeeRequest) GetSourceID() string

type DeleteSourceChargebeeResponse ¶

type DeleteSourceChargebeeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceChargebeeResponse) GetContentType ¶

func (o *DeleteSourceChargebeeResponse) GetContentType() string

func (*DeleteSourceChargebeeResponse) GetRawResponse ¶

func (o *DeleteSourceChargebeeResponse) GetRawResponse() *http.Response

func (*DeleteSourceChargebeeResponse) GetStatusCode ¶

func (o *DeleteSourceChargebeeResponse) GetStatusCode() int

type DeleteSourceChartmogulRequest ¶

type DeleteSourceChartmogulRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceChartmogulRequest) GetSourceID ¶

func (o *DeleteSourceChartmogulRequest) GetSourceID() string

type DeleteSourceChartmogulResponse ¶

type DeleteSourceChartmogulResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceChartmogulResponse) GetContentType ¶

func (o *DeleteSourceChartmogulResponse) GetContentType() string

func (*DeleteSourceChartmogulResponse) GetRawResponse ¶

func (o *DeleteSourceChartmogulResponse) GetRawResponse() *http.Response

func (*DeleteSourceChartmogulResponse) GetStatusCode ¶

func (o *DeleteSourceChartmogulResponse) GetStatusCode() int

type DeleteSourceClickhouseRequest ¶

type DeleteSourceClickhouseRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceClickhouseRequest) GetSourceID ¶

func (o *DeleteSourceClickhouseRequest) GetSourceID() string

type DeleteSourceClickhouseResponse ¶

type DeleteSourceClickhouseResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceClickhouseResponse) GetContentType ¶

func (o *DeleteSourceClickhouseResponse) GetContentType() string

func (*DeleteSourceClickhouseResponse) GetRawResponse ¶

func (o *DeleteSourceClickhouseResponse) GetRawResponse() *http.Response

func (*DeleteSourceClickhouseResponse) GetStatusCode ¶

func (o *DeleteSourceClickhouseResponse) GetStatusCode() int

type DeleteSourceClickupAPIRequest ¶

type DeleteSourceClickupAPIRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceClickupAPIRequest) GetSourceID ¶

func (o *DeleteSourceClickupAPIRequest) GetSourceID() string

type DeleteSourceClickupAPIResponse ¶

type DeleteSourceClickupAPIResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceClickupAPIResponse) GetContentType ¶

func (o *DeleteSourceClickupAPIResponse) GetContentType() string

func (*DeleteSourceClickupAPIResponse) GetRawResponse ¶

func (o *DeleteSourceClickupAPIResponse) GetRawResponse() *http.Response

func (*DeleteSourceClickupAPIResponse) GetStatusCode ¶

func (o *DeleteSourceClickupAPIResponse) GetStatusCode() int

type DeleteSourceClockifyRequest ¶

type DeleteSourceClockifyRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceClockifyRequest) GetSourceID ¶

func (o *DeleteSourceClockifyRequest) GetSourceID() string

type DeleteSourceClockifyResponse ¶

type DeleteSourceClockifyResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceClockifyResponse) GetContentType ¶

func (o *DeleteSourceClockifyResponse) GetContentType() string

func (*DeleteSourceClockifyResponse) GetRawResponse ¶

func (o *DeleteSourceClockifyResponse) GetRawResponse() *http.Response

func (*DeleteSourceClockifyResponse) GetStatusCode ¶

func (o *DeleteSourceClockifyResponse) GetStatusCode() int

type DeleteSourceCloseComRequest ¶

type DeleteSourceCloseComRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceCloseComRequest) GetSourceID ¶

func (o *DeleteSourceCloseComRequest) GetSourceID() string

type DeleteSourceCloseComResponse ¶

type DeleteSourceCloseComResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceCloseComResponse) GetContentType ¶

func (o *DeleteSourceCloseComResponse) GetContentType() string

func (*DeleteSourceCloseComResponse) GetRawResponse ¶

func (o *DeleteSourceCloseComResponse) GetRawResponse() *http.Response

func (*DeleteSourceCloseComResponse) GetStatusCode ¶

func (o *DeleteSourceCloseComResponse) GetStatusCode() int

type DeleteSourceCodaRequest ¶

type DeleteSourceCodaRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceCodaRequest) GetSourceID ¶

func (o *DeleteSourceCodaRequest) GetSourceID() string

type DeleteSourceCodaResponse ¶

type DeleteSourceCodaResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceCodaResponse) GetContentType ¶

func (o *DeleteSourceCodaResponse) GetContentType() string

func (*DeleteSourceCodaResponse) GetRawResponse ¶

func (o *DeleteSourceCodaResponse) GetRawResponse() *http.Response

func (*DeleteSourceCodaResponse) GetStatusCode ¶

func (o *DeleteSourceCodaResponse) GetStatusCode() int

type DeleteSourceCoinAPIRequest ¶

type DeleteSourceCoinAPIRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceCoinAPIRequest) GetSourceID ¶

func (o *DeleteSourceCoinAPIRequest) GetSourceID() string

type DeleteSourceCoinAPIResponse ¶

type DeleteSourceCoinAPIResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceCoinAPIResponse) GetContentType ¶

func (o *DeleteSourceCoinAPIResponse) GetContentType() string

func (*DeleteSourceCoinAPIResponse) GetRawResponse ¶

func (o *DeleteSourceCoinAPIResponse) GetRawResponse() *http.Response

func (*DeleteSourceCoinAPIResponse) GetStatusCode ¶

func (o *DeleteSourceCoinAPIResponse) GetStatusCode() int

type DeleteSourceCoinmarketcapRequest ¶

type DeleteSourceCoinmarketcapRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceCoinmarketcapRequest) GetSourceID ¶

func (o *DeleteSourceCoinmarketcapRequest) GetSourceID() string

type DeleteSourceCoinmarketcapResponse ¶

type DeleteSourceCoinmarketcapResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceCoinmarketcapResponse) GetContentType ¶

func (o *DeleteSourceCoinmarketcapResponse) GetContentType() string

func (*DeleteSourceCoinmarketcapResponse) GetRawResponse ¶

func (o *DeleteSourceCoinmarketcapResponse) GetRawResponse() *http.Response

func (*DeleteSourceCoinmarketcapResponse) GetStatusCode ¶

func (o *DeleteSourceCoinmarketcapResponse) GetStatusCode() int

type DeleteSourceConfigcatRequest ¶

type DeleteSourceConfigcatRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceConfigcatRequest) GetSourceID ¶

func (o *DeleteSourceConfigcatRequest) GetSourceID() string

type DeleteSourceConfigcatResponse ¶

type DeleteSourceConfigcatResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceConfigcatResponse) GetContentType ¶

func (o *DeleteSourceConfigcatResponse) GetContentType() string

func (*DeleteSourceConfigcatResponse) GetRawResponse ¶

func (o *DeleteSourceConfigcatResponse) GetRawResponse() *http.Response

func (*DeleteSourceConfigcatResponse) GetStatusCode ¶

func (o *DeleteSourceConfigcatResponse) GetStatusCode() int

type DeleteSourceConfluenceRequest ¶

type DeleteSourceConfluenceRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceConfluenceRequest) GetSourceID ¶

func (o *DeleteSourceConfluenceRequest) GetSourceID() string

type DeleteSourceConfluenceResponse ¶

type DeleteSourceConfluenceResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceConfluenceResponse) GetContentType ¶

func (o *DeleteSourceConfluenceResponse) GetContentType() string

func (*DeleteSourceConfluenceResponse) GetRawResponse ¶

func (o *DeleteSourceConfluenceResponse) GetRawResponse() *http.Response

func (*DeleteSourceConfluenceResponse) GetStatusCode ¶

func (o *DeleteSourceConfluenceResponse) GetStatusCode() int

type DeleteSourceConvexRequest ¶

type DeleteSourceConvexRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceConvexRequest) GetSourceID ¶

func (o *DeleteSourceConvexRequest) GetSourceID() string

type DeleteSourceConvexResponse ¶

type DeleteSourceConvexResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceConvexResponse) GetContentType ¶

func (o *DeleteSourceConvexResponse) GetContentType() string

func (*DeleteSourceConvexResponse) GetRawResponse ¶

func (o *DeleteSourceConvexResponse) GetRawResponse() *http.Response

func (*DeleteSourceConvexResponse) GetStatusCode ¶

func (o *DeleteSourceConvexResponse) GetStatusCode() int

type DeleteSourceCustomRequest ¶

type DeleteSourceCustomRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceCustomRequest) GetSourceID ¶

func (o *DeleteSourceCustomRequest) GetSourceID() string

type DeleteSourceCustomResponse ¶

type DeleteSourceCustomResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceCustomResponse) GetContentType ¶

func (o *DeleteSourceCustomResponse) GetContentType() string

func (*DeleteSourceCustomResponse) GetRawResponse ¶

func (o *DeleteSourceCustomResponse) GetRawResponse() *http.Response

func (*DeleteSourceCustomResponse) GetStatusCode ¶

func (o *DeleteSourceCustomResponse) GetStatusCode() int

type DeleteSourceDatascopeRequest ¶

type DeleteSourceDatascopeRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceDatascopeRequest) GetSourceID ¶

func (o *DeleteSourceDatascopeRequest) GetSourceID() string

type DeleteSourceDatascopeResponse ¶

type DeleteSourceDatascopeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceDatascopeResponse) GetContentType ¶

func (o *DeleteSourceDatascopeResponse) GetContentType() string

func (*DeleteSourceDatascopeResponse) GetRawResponse ¶

func (o *DeleteSourceDatascopeResponse) GetRawResponse() *http.Response

func (*DeleteSourceDatascopeResponse) GetStatusCode ¶

func (o *DeleteSourceDatascopeResponse) GetStatusCode() int

type DeleteSourceDelightedRequest ¶

type DeleteSourceDelightedRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceDelightedRequest) GetSourceID ¶

func (o *DeleteSourceDelightedRequest) GetSourceID() string

type DeleteSourceDelightedResponse ¶

type DeleteSourceDelightedResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceDelightedResponse) GetContentType ¶

func (o *DeleteSourceDelightedResponse) GetContentType() string

func (*DeleteSourceDelightedResponse) GetRawResponse ¶

func (o *DeleteSourceDelightedResponse) GetRawResponse() *http.Response

func (*DeleteSourceDelightedResponse) GetStatusCode ¶

func (o *DeleteSourceDelightedResponse) GetStatusCode() int

type DeleteSourceDixaRequest ¶

type DeleteSourceDixaRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceDixaRequest) GetSourceID ¶

func (o *DeleteSourceDixaRequest) GetSourceID() string

type DeleteSourceDixaResponse ¶

type DeleteSourceDixaResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceDixaResponse) GetContentType ¶

func (o *DeleteSourceDixaResponse) GetContentType() string

func (*DeleteSourceDixaResponse) GetRawResponse ¶

func (o *DeleteSourceDixaResponse) GetRawResponse() *http.Response

func (*DeleteSourceDixaResponse) GetStatusCode ¶

func (o *DeleteSourceDixaResponse) GetStatusCode() int

type DeleteSourceDockerhubRequest ¶

type DeleteSourceDockerhubRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceDockerhubRequest) GetSourceID ¶

func (o *DeleteSourceDockerhubRequest) GetSourceID() string

type DeleteSourceDockerhubResponse ¶

type DeleteSourceDockerhubResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceDockerhubResponse) GetContentType ¶

func (o *DeleteSourceDockerhubResponse) GetContentType() string

func (*DeleteSourceDockerhubResponse) GetRawResponse ¶

func (o *DeleteSourceDockerhubResponse) GetRawResponse() *http.Response

func (*DeleteSourceDockerhubResponse) GetStatusCode ¶

func (o *DeleteSourceDockerhubResponse) GetStatusCode() int

type DeleteSourceDremioRequest ¶

type DeleteSourceDremioRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceDremioRequest) GetSourceID ¶

func (o *DeleteSourceDremioRequest) GetSourceID() string

type DeleteSourceDremioResponse ¶

type DeleteSourceDremioResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceDremioResponse) GetContentType ¶

func (o *DeleteSourceDremioResponse) GetContentType() string

func (*DeleteSourceDremioResponse) GetRawResponse ¶

func (o *DeleteSourceDremioResponse) GetRawResponse() *http.Response

func (*DeleteSourceDremioResponse) GetStatusCode ¶

func (o *DeleteSourceDremioResponse) GetStatusCode() int

type DeleteSourceDynamodbRequest ¶

type DeleteSourceDynamodbRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceDynamodbRequest) GetSourceID ¶

func (o *DeleteSourceDynamodbRequest) GetSourceID() string

type DeleteSourceDynamodbResponse ¶

type DeleteSourceDynamodbResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceDynamodbResponse) GetContentType ¶

func (o *DeleteSourceDynamodbResponse) GetContentType() string

func (*DeleteSourceDynamodbResponse) GetRawResponse ¶

func (o *DeleteSourceDynamodbResponse) GetRawResponse() *http.Response

func (*DeleteSourceDynamodbResponse) GetStatusCode ¶

func (o *DeleteSourceDynamodbResponse) GetStatusCode() int

type DeleteSourceEmailoctopusRequest ¶

type DeleteSourceEmailoctopusRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceEmailoctopusRequest) GetSourceID ¶

func (o *DeleteSourceEmailoctopusRequest) GetSourceID() string

type DeleteSourceEmailoctopusResponse ¶

type DeleteSourceEmailoctopusResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceEmailoctopusResponse) GetContentType ¶

func (o *DeleteSourceEmailoctopusResponse) GetContentType() string

func (*DeleteSourceEmailoctopusResponse) GetRawResponse ¶

func (o *DeleteSourceEmailoctopusResponse) GetRawResponse() *http.Response

func (*DeleteSourceEmailoctopusResponse) GetStatusCode ¶

func (o *DeleteSourceEmailoctopusResponse) GetStatusCode() int

type DeleteSourceExchangeRatesRequest ¶

type DeleteSourceExchangeRatesRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceExchangeRatesRequest) GetSourceID ¶

func (o *DeleteSourceExchangeRatesRequest) GetSourceID() string

type DeleteSourceExchangeRatesResponse ¶

type DeleteSourceExchangeRatesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceExchangeRatesResponse) GetContentType ¶

func (o *DeleteSourceExchangeRatesResponse) GetContentType() string

func (*DeleteSourceExchangeRatesResponse) GetRawResponse ¶

func (o *DeleteSourceExchangeRatesResponse) GetRawResponse() *http.Response

func (*DeleteSourceExchangeRatesResponse) GetStatusCode ¶

func (o *DeleteSourceExchangeRatesResponse) GetStatusCode() int

type DeleteSourceFacebookMarketingRequest ¶

type DeleteSourceFacebookMarketingRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceFacebookMarketingRequest) GetSourceID ¶

type DeleteSourceFacebookMarketingResponse ¶

type DeleteSourceFacebookMarketingResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceFacebookMarketingResponse) GetContentType ¶

func (o *DeleteSourceFacebookMarketingResponse) GetContentType() string

func (*DeleteSourceFacebookMarketingResponse) GetRawResponse ¶

func (*DeleteSourceFacebookMarketingResponse) GetStatusCode ¶

func (o *DeleteSourceFacebookMarketingResponse) GetStatusCode() int

type DeleteSourceFakerRequest ¶

type DeleteSourceFakerRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceFakerRequest) GetSourceID ¶

func (o *DeleteSourceFakerRequest) GetSourceID() string

type DeleteSourceFakerResponse ¶

type DeleteSourceFakerResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceFakerResponse) GetContentType ¶

func (o *DeleteSourceFakerResponse) GetContentType() string

func (*DeleteSourceFakerResponse) GetRawResponse ¶

func (o *DeleteSourceFakerResponse) GetRawResponse() *http.Response

func (*DeleteSourceFakerResponse) GetStatusCode ¶

func (o *DeleteSourceFakerResponse) GetStatusCode() int

type DeleteSourceFaunaRequest ¶

type DeleteSourceFaunaRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceFaunaRequest) GetSourceID ¶

func (o *DeleteSourceFaunaRequest) GetSourceID() string

type DeleteSourceFaunaResponse ¶

type DeleteSourceFaunaResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceFaunaResponse) GetContentType ¶

func (o *DeleteSourceFaunaResponse) GetContentType() string

func (*DeleteSourceFaunaResponse) GetRawResponse ¶

func (o *DeleteSourceFaunaResponse) GetRawResponse() *http.Response

func (*DeleteSourceFaunaResponse) GetStatusCode ¶

func (o *DeleteSourceFaunaResponse) GetStatusCode() int

type DeleteSourceFileRequest ¶

type DeleteSourceFileRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceFileRequest) GetSourceID ¶

func (o *DeleteSourceFileRequest) GetSourceID() string

type DeleteSourceFileResponse ¶

type DeleteSourceFileResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceFileResponse) GetContentType ¶

func (o *DeleteSourceFileResponse) GetContentType() string

func (*DeleteSourceFileResponse) GetRawResponse ¶

func (o *DeleteSourceFileResponse) GetRawResponse() *http.Response

func (*DeleteSourceFileResponse) GetStatusCode ¶

func (o *DeleteSourceFileResponse) GetStatusCode() int

type DeleteSourceFireboltRequest ¶

type DeleteSourceFireboltRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceFireboltRequest) GetSourceID ¶

func (o *DeleteSourceFireboltRequest) GetSourceID() string

type DeleteSourceFireboltResponse ¶

type DeleteSourceFireboltResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceFireboltResponse) GetContentType ¶

func (o *DeleteSourceFireboltResponse) GetContentType() string

func (*DeleteSourceFireboltResponse) GetRawResponse ¶

func (o *DeleteSourceFireboltResponse) GetRawResponse() *http.Response

func (*DeleteSourceFireboltResponse) GetStatusCode ¶

func (o *DeleteSourceFireboltResponse) GetStatusCode() int

type DeleteSourceFleetioRequest ¶ added in v0.5.1

type DeleteSourceFleetioRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceFleetioRequest) GetSourceID ¶ added in v0.5.1

func (o *DeleteSourceFleetioRequest) GetSourceID() string

type DeleteSourceFleetioResponse ¶ added in v0.5.1

type DeleteSourceFleetioResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceFleetioResponse) GetContentType ¶ added in v0.5.1

func (o *DeleteSourceFleetioResponse) GetContentType() string

func (*DeleteSourceFleetioResponse) GetRawResponse ¶ added in v0.5.1

func (o *DeleteSourceFleetioResponse) GetRawResponse() *http.Response

func (*DeleteSourceFleetioResponse) GetStatusCode ¶ added in v0.5.1

func (o *DeleteSourceFleetioResponse) GetStatusCode() int

type DeleteSourceFreshcallerRequest ¶

type DeleteSourceFreshcallerRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceFreshcallerRequest) GetSourceID ¶

func (o *DeleteSourceFreshcallerRequest) GetSourceID() string

type DeleteSourceFreshcallerResponse ¶

type DeleteSourceFreshcallerResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceFreshcallerResponse) GetContentType ¶

func (o *DeleteSourceFreshcallerResponse) GetContentType() string

func (*DeleteSourceFreshcallerResponse) GetRawResponse ¶

func (o *DeleteSourceFreshcallerResponse) GetRawResponse() *http.Response

func (*DeleteSourceFreshcallerResponse) GetStatusCode ¶

func (o *DeleteSourceFreshcallerResponse) GetStatusCode() int

type DeleteSourceFreshdeskRequest ¶

type DeleteSourceFreshdeskRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceFreshdeskRequest) GetSourceID ¶

func (o *DeleteSourceFreshdeskRequest) GetSourceID() string

type DeleteSourceFreshdeskResponse ¶

type DeleteSourceFreshdeskResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceFreshdeskResponse) GetContentType ¶

func (o *DeleteSourceFreshdeskResponse) GetContentType() string

func (*DeleteSourceFreshdeskResponse) GetRawResponse ¶

func (o *DeleteSourceFreshdeskResponse) GetRawResponse() *http.Response

func (*DeleteSourceFreshdeskResponse) GetStatusCode ¶

func (o *DeleteSourceFreshdeskResponse) GetStatusCode() int

type DeleteSourceFreshsalesRequest ¶

type DeleteSourceFreshsalesRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceFreshsalesRequest) GetSourceID ¶

func (o *DeleteSourceFreshsalesRequest) GetSourceID() string

type DeleteSourceFreshsalesResponse ¶

type DeleteSourceFreshsalesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceFreshsalesResponse) GetContentType ¶

func (o *DeleteSourceFreshsalesResponse) GetContentType() string

func (*DeleteSourceFreshsalesResponse) GetRawResponse ¶

func (o *DeleteSourceFreshsalesResponse) GetRawResponse() *http.Response

func (*DeleteSourceFreshsalesResponse) GetStatusCode ¶

func (o *DeleteSourceFreshsalesResponse) GetStatusCode() int

type DeleteSourceGainsightPxRequest ¶

type DeleteSourceGainsightPxRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceGainsightPxRequest) GetSourceID ¶

func (o *DeleteSourceGainsightPxRequest) GetSourceID() string

type DeleteSourceGainsightPxResponse ¶

type DeleteSourceGainsightPxResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceGainsightPxResponse) GetContentType ¶

func (o *DeleteSourceGainsightPxResponse) GetContentType() string

func (*DeleteSourceGainsightPxResponse) GetRawResponse ¶

func (o *DeleteSourceGainsightPxResponse) GetRawResponse() *http.Response

func (*DeleteSourceGainsightPxResponse) GetStatusCode ¶

func (o *DeleteSourceGainsightPxResponse) GetStatusCode() int

type DeleteSourceGcsRequest ¶

type DeleteSourceGcsRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceGcsRequest) GetSourceID ¶

func (o *DeleteSourceGcsRequest) GetSourceID() string

type DeleteSourceGcsResponse ¶

type DeleteSourceGcsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceGcsResponse) GetContentType ¶

func (o *DeleteSourceGcsResponse) GetContentType() string

func (*DeleteSourceGcsResponse) GetRawResponse ¶

func (o *DeleteSourceGcsResponse) GetRawResponse() *http.Response

func (*DeleteSourceGcsResponse) GetStatusCode ¶

func (o *DeleteSourceGcsResponse) GetStatusCode() int

type DeleteSourceGetlagoRequest ¶

type DeleteSourceGetlagoRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceGetlagoRequest) GetSourceID ¶

func (o *DeleteSourceGetlagoRequest) GetSourceID() string

type DeleteSourceGetlagoResponse ¶

type DeleteSourceGetlagoResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceGetlagoResponse) GetContentType ¶

func (o *DeleteSourceGetlagoResponse) GetContentType() string

func (*DeleteSourceGetlagoResponse) GetRawResponse ¶

func (o *DeleteSourceGetlagoResponse) GetRawResponse() *http.Response

func (*DeleteSourceGetlagoResponse) GetStatusCode ¶

func (o *DeleteSourceGetlagoResponse) GetStatusCode() int

type DeleteSourceGithubRequest ¶

type DeleteSourceGithubRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceGithubRequest) GetSourceID ¶

func (o *DeleteSourceGithubRequest) GetSourceID() string

type DeleteSourceGithubResponse ¶

type DeleteSourceGithubResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceGithubResponse) GetContentType ¶

func (o *DeleteSourceGithubResponse) GetContentType() string

func (*DeleteSourceGithubResponse) GetRawResponse ¶

func (o *DeleteSourceGithubResponse) GetRawResponse() *http.Response

func (*DeleteSourceGithubResponse) GetStatusCode ¶

func (o *DeleteSourceGithubResponse) GetStatusCode() int

type DeleteSourceGitlabRequest ¶

type DeleteSourceGitlabRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceGitlabRequest) GetSourceID ¶

func (o *DeleteSourceGitlabRequest) GetSourceID() string

type DeleteSourceGitlabResponse ¶

type DeleteSourceGitlabResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceGitlabResponse) GetContentType ¶

func (o *DeleteSourceGitlabResponse) GetContentType() string

func (*DeleteSourceGitlabResponse) GetRawResponse ¶

func (o *DeleteSourceGitlabResponse) GetRawResponse() *http.Response

func (*DeleteSourceGitlabResponse) GetStatusCode ¶

func (o *DeleteSourceGitlabResponse) GetStatusCode() int

type DeleteSourceGlassfrogRequest ¶

type DeleteSourceGlassfrogRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceGlassfrogRequest) GetSourceID ¶

func (o *DeleteSourceGlassfrogRequest) GetSourceID() string

type DeleteSourceGlassfrogResponse ¶

type DeleteSourceGlassfrogResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceGlassfrogResponse) GetContentType ¶

func (o *DeleteSourceGlassfrogResponse) GetContentType() string

func (*DeleteSourceGlassfrogResponse) GetRawResponse ¶

func (o *DeleteSourceGlassfrogResponse) GetRawResponse() *http.Response

func (*DeleteSourceGlassfrogResponse) GetStatusCode ¶

func (o *DeleteSourceGlassfrogResponse) GetStatusCode() int

type DeleteSourceGnewsRequest ¶

type DeleteSourceGnewsRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceGnewsRequest) GetSourceID ¶

func (o *DeleteSourceGnewsRequest) GetSourceID() string

type DeleteSourceGnewsResponse ¶

type DeleteSourceGnewsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceGnewsResponse) GetContentType ¶

func (o *DeleteSourceGnewsResponse) GetContentType() string

func (*DeleteSourceGnewsResponse) GetRawResponse ¶

func (o *DeleteSourceGnewsResponse) GetRawResponse() *http.Response

func (*DeleteSourceGnewsResponse) GetStatusCode ¶

func (o *DeleteSourceGnewsResponse) GetStatusCode() int

type DeleteSourceGoogleAdsRequest ¶

type DeleteSourceGoogleAdsRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceGoogleAdsRequest) GetSourceID ¶

func (o *DeleteSourceGoogleAdsRequest) GetSourceID() string

type DeleteSourceGoogleAdsResponse ¶

type DeleteSourceGoogleAdsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceGoogleAdsResponse) GetContentType ¶

func (o *DeleteSourceGoogleAdsResponse) GetContentType() string

func (*DeleteSourceGoogleAdsResponse) GetRawResponse ¶

func (o *DeleteSourceGoogleAdsResponse) GetRawResponse() *http.Response

func (*DeleteSourceGoogleAdsResponse) GetStatusCode ¶

func (o *DeleteSourceGoogleAdsResponse) GetStatusCode() int

type DeleteSourceGoogleAnalyticsDataAPIRequest ¶

type DeleteSourceGoogleAnalyticsDataAPIRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceGoogleAnalyticsDataAPIRequest) GetSourceID ¶

type DeleteSourceGoogleAnalyticsDataAPIResponse ¶

type DeleteSourceGoogleAnalyticsDataAPIResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceGoogleAnalyticsDataAPIResponse) GetContentType ¶

func (*DeleteSourceGoogleAnalyticsDataAPIResponse) GetRawResponse ¶

func (*DeleteSourceGoogleAnalyticsDataAPIResponse) GetStatusCode ¶

type DeleteSourceGoogleAnalyticsV4ServiceAccountOnlyRequest ¶

type DeleteSourceGoogleAnalyticsV4ServiceAccountOnlyRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceGoogleAnalyticsV4ServiceAccountOnlyRequest) GetSourceID ¶

type DeleteSourceGoogleAnalyticsV4ServiceAccountOnlyResponse ¶

type DeleteSourceGoogleAnalyticsV4ServiceAccountOnlyResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceGoogleAnalyticsV4ServiceAccountOnlyResponse) GetContentType ¶

func (*DeleteSourceGoogleAnalyticsV4ServiceAccountOnlyResponse) GetRawResponse ¶

func (*DeleteSourceGoogleAnalyticsV4ServiceAccountOnlyResponse) GetStatusCode ¶

type DeleteSourceGoogleDirectoryRequest ¶

type DeleteSourceGoogleDirectoryRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceGoogleDirectoryRequest) GetSourceID ¶

func (o *DeleteSourceGoogleDirectoryRequest) GetSourceID() string

type DeleteSourceGoogleDirectoryResponse ¶

type DeleteSourceGoogleDirectoryResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceGoogleDirectoryResponse) GetContentType ¶

func (o *DeleteSourceGoogleDirectoryResponse) GetContentType() string

func (*DeleteSourceGoogleDirectoryResponse) GetRawResponse ¶

func (o *DeleteSourceGoogleDirectoryResponse) GetRawResponse() *http.Response

func (*DeleteSourceGoogleDirectoryResponse) GetStatusCode ¶

func (o *DeleteSourceGoogleDirectoryResponse) GetStatusCode() int

type DeleteSourceGoogleDriveRequest ¶

type DeleteSourceGoogleDriveRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceGoogleDriveRequest) GetSourceID ¶

func (o *DeleteSourceGoogleDriveRequest) GetSourceID() string

type DeleteSourceGoogleDriveResponse ¶

type DeleteSourceGoogleDriveResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceGoogleDriveResponse) GetContentType ¶

func (o *DeleteSourceGoogleDriveResponse) GetContentType() string

func (*DeleteSourceGoogleDriveResponse) GetRawResponse ¶

func (o *DeleteSourceGoogleDriveResponse) GetRawResponse() *http.Response

func (*DeleteSourceGoogleDriveResponse) GetStatusCode ¶

func (o *DeleteSourceGoogleDriveResponse) GetStatusCode() int

type DeleteSourceGooglePagespeedInsightsRequest ¶

type DeleteSourceGooglePagespeedInsightsRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceGooglePagespeedInsightsRequest) GetSourceID ¶

type DeleteSourceGooglePagespeedInsightsResponse ¶

type DeleteSourceGooglePagespeedInsightsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceGooglePagespeedInsightsResponse) GetContentType ¶

func (*DeleteSourceGooglePagespeedInsightsResponse) GetRawResponse ¶

func (*DeleteSourceGooglePagespeedInsightsResponse) GetStatusCode ¶

type DeleteSourceGoogleSearchConsoleRequest ¶

type DeleteSourceGoogleSearchConsoleRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceGoogleSearchConsoleRequest) GetSourceID ¶

type DeleteSourceGoogleSearchConsoleResponse ¶

type DeleteSourceGoogleSearchConsoleResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceGoogleSearchConsoleResponse) GetContentType ¶

func (o *DeleteSourceGoogleSearchConsoleResponse) GetContentType() string

func (*DeleteSourceGoogleSearchConsoleResponse) GetRawResponse ¶

func (*DeleteSourceGoogleSearchConsoleResponse) GetStatusCode ¶

func (o *DeleteSourceGoogleSearchConsoleResponse) GetStatusCode() int

type DeleteSourceGoogleSheetsRequest ¶

type DeleteSourceGoogleSheetsRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceGoogleSheetsRequest) GetSourceID ¶

func (o *DeleteSourceGoogleSheetsRequest) GetSourceID() string

type DeleteSourceGoogleSheetsResponse ¶

type DeleteSourceGoogleSheetsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceGoogleSheetsResponse) GetContentType ¶

func (o *DeleteSourceGoogleSheetsResponse) GetContentType() string

func (*DeleteSourceGoogleSheetsResponse) GetRawResponse ¶

func (o *DeleteSourceGoogleSheetsResponse) GetRawResponse() *http.Response

func (*DeleteSourceGoogleSheetsResponse) GetStatusCode ¶

func (o *DeleteSourceGoogleSheetsResponse) GetStatusCode() int

type DeleteSourceGoogleWebfontsRequest ¶

type DeleteSourceGoogleWebfontsRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceGoogleWebfontsRequest) GetSourceID ¶

func (o *DeleteSourceGoogleWebfontsRequest) GetSourceID() string

type DeleteSourceGoogleWebfontsResponse ¶

type DeleteSourceGoogleWebfontsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceGoogleWebfontsResponse) GetContentType ¶

func (o *DeleteSourceGoogleWebfontsResponse) GetContentType() string

func (*DeleteSourceGoogleWebfontsResponse) GetRawResponse ¶

func (o *DeleteSourceGoogleWebfontsResponse) GetRawResponse() *http.Response

func (*DeleteSourceGoogleWebfontsResponse) GetStatusCode ¶

func (o *DeleteSourceGoogleWebfontsResponse) GetStatusCode() int

type DeleteSourceGreenhouseRequest ¶

type DeleteSourceGreenhouseRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceGreenhouseRequest) GetSourceID ¶

func (o *DeleteSourceGreenhouseRequest) GetSourceID() string

type DeleteSourceGreenhouseResponse ¶

type DeleteSourceGreenhouseResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceGreenhouseResponse) GetContentType ¶

func (o *DeleteSourceGreenhouseResponse) GetContentType() string

func (*DeleteSourceGreenhouseResponse) GetRawResponse ¶

func (o *DeleteSourceGreenhouseResponse) GetRawResponse() *http.Response

func (*DeleteSourceGreenhouseResponse) GetStatusCode ¶

func (o *DeleteSourceGreenhouseResponse) GetStatusCode() int

type DeleteSourceGridlyRequest ¶

type DeleteSourceGridlyRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceGridlyRequest) GetSourceID ¶

func (o *DeleteSourceGridlyRequest) GetSourceID() string

type DeleteSourceGridlyResponse ¶

type DeleteSourceGridlyResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceGridlyResponse) GetContentType ¶

func (o *DeleteSourceGridlyResponse) GetContentType() string

func (*DeleteSourceGridlyResponse) GetRawResponse ¶

func (o *DeleteSourceGridlyResponse) GetRawResponse() *http.Response

func (*DeleteSourceGridlyResponse) GetStatusCode ¶

func (o *DeleteSourceGridlyResponse) GetStatusCode() int

type DeleteSourceHarvestRequest ¶

type DeleteSourceHarvestRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceHarvestRequest) GetSourceID ¶

func (o *DeleteSourceHarvestRequest) GetSourceID() string

type DeleteSourceHarvestResponse ¶

type DeleteSourceHarvestResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceHarvestResponse) GetContentType ¶

func (o *DeleteSourceHarvestResponse) GetContentType() string

func (*DeleteSourceHarvestResponse) GetRawResponse ¶

func (o *DeleteSourceHarvestResponse) GetRawResponse() *http.Response

func (*DeleteSourceHarvestResponse) GetStatusCode ¶

func (o *DeleteSourceHarvestResponse) GetStatusCode() int

type DeleteSourceHubplannerRequest ¶

type DeleteSourceHubplannerRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceHubplannerRequest) GetSourceID ¶

func (o *DeleteSourceHubplannerRequest) GetSourceID() string

type DeleteSourceHubplannerResponse ¶

type DeleteSourceHubplannerResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceHubplannerResponse) GetContentType ¶

func (o *DeleteSourceHubplannerResponse) GetContentType() string

func (*DeleteSourceHubplannerResponse) GetRawResponse ¶

func (o *DeleteSourceHubplannerResponse) GetRawResponse() *http.Response

func (*DeleteSourceHubplannerResponse) GetStatusCode ¶

func (o *DeleteSourceHubplannerResponse) GetStatusCode() int

type DeleteSourceHubspotRequest ¶

type DeleteSourceHubspotRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceHubspotRequest) GetSourceID ¶

func (o *DeleteSourceHubspotRequest) GetSourceID() string

type DeleteSourceHubspotResponse ¶

type DeleteSourceHubspotResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceHubspotResponse) GetContentType ¶

func (o *DeleteSourceHubspotResponse) GetContentType() string

func (*DeleteSourceHubspotResponse) GetRawResponse ¶

func (o *DeleteSourceHubspotResponse) GetRawResponse() *http.Response

func (*DeleteSourceHubspotResponse) GetStatusCode ¶

func (o *DeleteSourceHubspotResponse) GetStatusCode() int

type DeleteSourceInsightlyRequest ¶

type DeleteSourceInsightlyRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceInsightlyRequest) GetSourceID ¶

func (o *DeleteSourceInsightlyRequest) GetSourceID() string

type DeleteSourceInsightlyResponse ¶

type DeleteSourceInsightlyResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceInsightlyResponse) GetContentType ¶

func (o *DeleteSourceInsightlyResponse) GetContentType() string

func (*DeleteSourceInsightlyResponse) GetRawResponse ¶

func (o *DeleteSourceInsightlyResponse) GetRawResponse() *http.Response

func (*DeleteSourceInsightlyResponse) GetStatusCode ¶

func (o *DeleteSourceInsightlyResponse) GetStatusCode() int

type DeleteSourceInstagramRequest ¶

type DeleteSourceInstagramRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceInstagramRequest) GetSourceID ¶

func (o *DeleteSourceInstagramRequest) GetSourceID() string

type DeleteSourceInstagramResponse ¶

type DeleteSourceInstagramResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceInstagramResponse) GetContentType ¶

func (o *DeleteSourceInstagramResponse) GetContentType() string

func (*DeleteSourceInstagramResponse) GetRawResponse ¶

func (o *DeleteSourceInstagramResponse) GetRawResponse() *http.Response

func (*DeleteSourceInstagramResponse) GetStatusCode ¶

func (o *DeleteSourceInstagramResponse) GetStatusCode() int

type DeleteSourceInstatusRequest ¶

type DeleteSourceInstatusRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceInstatusRequest) GetSourceID ¶

func (o *DeleteSourceInstatusRequest) GetSourceID() string

type DeleteSourceInstatusResponse ¶

type DeleteSourceInstatusResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceInstatusResponse) GetContentType ¶

func (o *DeleteSourceInstatusResponse) GetContentType() string

func (*DeleteSourceInstatusResponse) GetRawResponse ¶

func (o *DeleteSourceInstatusResponse) GetRawResponse() *http.Response

func (*DeleteSourceInstatusResponse) GetStatusCode ¶

func (o *DeleteSourceInstatusResponse) GetStatusCode() int

type DeleteSourceIntercomRequest ¶

type DeleteSourceIntercomRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceIntercomRequest) GetSourceID ¶

func (o *DeleteSourceIntercomRequest) GetSourceID() string

type DeleteSourceIntercomResponse ¶

type DeleteSourceIntercomResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceIntercomResponse) GetContentType ¶

func (o *DeleteSourceIntercomResponse) GetContentType() string

func (*DeleteSourceIntercomResponse) GetRawResponse ¶

func (o *DeleteSourceIntercomResponse) GetRawResponse() *http.Response

func (*DeleteSourceIntercomResponse) GetStatusCode ¶

func (o *DeleteSourceIntercomResponse) GetStatusCode() int

type DeleteSourceIp2whoisRequest ¶

type DeleteSourceIp2whoisRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceIp2whoisRequest) GetSourceID ¶

func (o *DeleteSourceIp2whoisRequest) GetSourceID() string

type DeleteSourceIp2whoisResponse ¶

type DeleteSourceIp2whoisResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceIp2whoisResponse) GetContentType ¶

func (o *DeleteSourceIp2whoisResponse) GetContentType() string

func (*DeleteSourceIp2whoisResponse) GetRawResponse ¶

func (o *DeleteSourceIp2whoisResponse) GetRawResponse() *http.Response

func (*DeleteSourceIp2whoisResponse) GetStatusCode ¶

func (o *DeleteSourceIp2whoisResponse) GetStatusCode() int

type DeleteSourceIterableRequest ¶

type DeleteSourceIterableRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceIterableRequest) GetSourceID ¶

func (o *DeleteSourceIterableRequest) GetSourceID() string

type DeleteSourceIterableResponse ¶

type DeleteSourceIterableResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceIterableResponse) GetContentType ¶

func (o *DeleteSourceIterableResponse) GetContentType() string

func (*DeleteSourceIterableResponse) GetRawResponse ¶

func (o *DeleteSourceIterableResponse) GetRawResponse() *http.Response

func (*DeleteSourceIterableResponse) GetStatusCode ¶

func (o *DeleteSourceIterableResponse) GetStatusCode() int

type DeleteSourceJiraRequest ¶

type DeleteSourceJiraRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceJiraRequest) GetSourceID ¶

func (o *DeleteSourceJiraRequest) GetSourceID() string

type DeleteSourceJiraResponse ¶

type DeleteSourceJiraResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceJiraResponse) GetContentType ¶

func (o *DeleteSourceJiraResponse) GetContentType() string

func (*DeleteSourceJiraResponse) GetRawResponse ¶

func (o *DeleteSourceJiraResponse) GetRawResponse() *http.Response

func (*DeleteSourceJiraResponse) GetStatusCode ¶

func (o *DeleteSourceJiraResponse) GetStatusCode() int

type DeleteSourceK6CloudRequest ¶

type DeleteSourceK6CloudRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceK6CloudRequest) GetSourceID ¶

func (o *DeleteSourceK6CloudRequest) GetSourceID() string

type DeleteSourceK6CloudResponse ¶

type DeleteSourceK6CloudResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceK6CloudResponse) GetContentType ¶

func (o *DeleteSourceK6CloudResponse) GetContentType() string

func (*DeleteSourceK6CloudResponse) GetRawResponse ¶

func (o *DeleteSourceK6CloudResponse) GetRawResponse() *http.Response

func (*DeleteSourceK6CloudResponse) GetStatusCode ¶

func (o *DeleteSourceK6CloudResponse) GetStatusCode() int

type DeleteSourceKlarnaRequest ¶

type DeleteSourceKlarnaRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceKlarnaRequest) GetSourceID ¶

func (o *DeleteSourceKlarnaRequest) GetSourceID() string

type DeleteSourceKlarnaResponse ¶

type DeleteSourceKlarnaResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceKlarnaResponse) GetContentType ¶

func (o *DeleteSourceKlarnaResponse) GetContentType() string

func (*DeleteSourceKlarnaResponse) GetRawResponse ¶

func (o *DeleteSourceKlarnaResponse) GetRawResponse() *http.Response

func (*DeleteSourceKlarnaResponse) GetStatusCode ¶

func (o *DeleteSourceKlarnaResponse) GetStatusCode() int

type DeleteSourceKlaviyoRequest ¶

type DeleteSourceKlaviyoRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceKlaviyoRequest) GetSourceID ¶

func (o *DeleteSourceKlaviyoRequest) GetSourceID() string

type DeleteSourceKlaviyoResponse ¶

type DeleteSourceKlaviyoResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceKlaviyoResponse) GetContentType ¶

func (o *DeleteSourceKlaviyoResponse) GetContentType() string

func (*DeleteSourceKlaviyoResponse) GetRawResponse ¶

func (o *DeleteSourceKlaviyoResponse) GetRawResponse() *http.Response

func (*DeleteSourceKlaviyoResponse) GetStatusCode ¶

func (o *DeleteSourceKlaviyoResponse) GetStatusCode() int

type DeleteSourceKyveRequest ¶

type DeleteSourceKyveRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceKyveRequest) GetSourceID ¶

func (o *DeleteSourceKyveRequest) GetSourceID() string

type DeleteSourceKyveResponse ¶

type DeleteSourceKyveResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceKyveResponse) GetContentType ¶

func (o *DeleteSourceKyveResponse) GetContentType() string

func (*DeleteSourceKyveResponse) GetRawResponse ¶

func (o *DeleteSourceKyveResponse) GetRawResponse() *http.Response

func (*DeleteSourceKyveResponse) GetStatusCode ¶

func (o *DeleteSourceKyveResponse) GetStatusCode() int

type DeleteSourceLaunchdarklyRequest ¶

type DeleteSourceLaunchdarklyRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceLaunchdarklyRequest) GetSourceID ¶

func (o *DeleteSourceLaunchdarklyRequest) GetSourceID() string

type DeleteSourceLaunchdarklyResponse ¶

type DeleteSourceLaunchdarklyResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceLaunchdarklyResponse) GetContentType ¶

func (o *DeleteSourceLaunchdarklyResponse) GetContentType() string

func (*DeleteSourceLaunchdarklyResponse) GetRawResponse ¶

func (o *DeleteSourceLaunchdarklyResponse) GetRawResponse() *http.Response

func (*DeleteSourceLaunchdarklyResponse) GetStatusCode ¶

func (o *DeleteSourceLaunchdarklyResponse) GetStatusCode() int

type DeleteSourceLemlistRequest ¶

type DeleteSourceLemlistRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceLemlistRequest) GetSourceID ¶

func (o *DeleteSourceLemlistRequest) GetSourceID() string

type DeleteSourceLemlistResponse ¶

type DeleteSourceLemlistResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceLemlistResponse) GetContentType ¶

func (o *DeleteSourceLemlistResponse) GetContentType() string

func (*DeleteSourceLemlistResponse) GetRawResponse ¶

func (o *DeleteSourceLemlistResponse) GetRawResponse() *http.Response

func (*DeleteSourceLemlistResponse) GetStatusCode ¶

func (o *DeleteSourceLemlistResponse) GetStatusCode() int

type DeleteSourceLeverHiringRequest ¶

type DeleteSourceLeverHiringRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceLeverHiringRequest) GetSourceID ¶

func (o *DeleteSourceLeverHiringRequest) GetSourceID() string

type DeleteSourceLeverHiringResponse ¶

type DeleteSourceLeverHiringResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceLeverHiringResponse) GetContentType ¶

func (o *DeleteSourceLeverHiringResponse) GetContentType() string

func (*DeleteSourceLeverHiringResponse) GetRawResponse ¶

func (o *DeleteSourceLeverHiringResponse) GetRawResponse() *http.Response

func (*DeleteSourceLeverHiringResponse) GetStatusCode ¶

func (o *DeleteSourceLeverHiringResponse) GetStatusCode() int

type DeleteSourceLinkedinAdsRequest ¶

type DeleteSourceLinkedinAdsRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceLinkedinAdsRequest) GetSourceID ¶

func (o *DeleteSourceLinkedinAdsRequest) GetSourceID() string

type DeleteSourceLinkedinAdsResponse ¶

type DeleteSourceLinkedinAdsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceLinkedinAdsResponse) GetContentType ¶

func (o *DeleteSourceLinkedinAdsResponse) GetContentType() string

func (*DeleteSourceLinkedinAdsResponse) GetRawResponse ¶

func (o *DeleteSourceLinkedinAdsResponse) GetRawResponse() *http.Response

func (*DeleteSourceLinkedinAdsResponse) GetStatusCode ¶

func (o *DeleteSourceLinkedinAdsResponse) GetStatusCode() int

type DeleteSourceLinkedinPagesRequest ¶

type DeleteSourceLinkedinPagesRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceLinkedinPagesRequest) GetSourceID ¶

func (o *DeleteSourceLinkedinPagesRequest) GetSourceID() string

type DeleteSourceLinkedinPagesResponse ¶

type DeleteSourceLinkedinPagesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceLinkedinPagesResponse) GetContentType ¶

func (o *DeleteSourceLinkedinPagesResponse) GetContentType() string

func (*DeleteSourceLinkedinPagesResponse) GetRawResponse ¶

func (o *DeleteSourceLinkedinPagesResponse) GetRawResponse() *http.Response

func (*DeleteSourceLinkedinPagesResponse) GetStatusCode ¶

func (o *DeleteSourceLinkedinPagesResponse) GetStatusCode() int

type DeleteSourceLinnworksRequest ¶

type DeleteSourceLinnworksRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceLinnworksRequest) GetSourceID ¶

func (o *DeleteSourceLinnworksRequest) GetSourceID() string

type DeleteSourceLinnworksResponse ¶

type DeleteSourceLinnworksResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceLinnworksResponse) GetContentType ¶

func (o *DeleteSourceLinnworksResponse) GetContentType() string

func (*DeleteSourceLinnworksResponse) GetRawResponse ¶

func (o *DeleteSourceLinnworksResponse) GetRawResponse() *http.Response

func (*DeleteSourceLinnworksResponse) GetStatusCode ¶

func (o *DeleteSourceLinnworksResponse) GetStatusCode() int

type DeleteSourceLokaliseRequest ¶

type DeleteSourceLokaliseRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceLokaliseRequest) GetSourceID ¶

func (o *DeleteSourceLokaliseRequest) GetSourceID() string

type DeleteSourceLokaliseResponse ¶

type DeleteSourceLokaliseResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceLokaliseResponse) GetContentType ¶

func (o *DeleteSourceLokaliseResponse) GetContentType() string

func (*DeleteSourceLokaliseResponse) GetRawResponse ¶

func (o *DeleteSourceLokaliseResponse) GetRawResponse() *http.Response

func (*DeleteSourceLokaliseResponse) GetStatusCode ¶

func (o *DeleteSourceLokaliseResponse) GetStatusCode() int

type DeleteSourceMailchimpRequest ¶

type DeleteSourceMailchimpRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceMailchimpRequest) GetSourceID ¶

func (o *DeleteSourceMailchimpRequest) GetSourceID() string

type DeleteSourceMailchimpResponse ¶

type DeleteSourceMailchimpResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceMailchimpResponse) GetContentType ¶

func (o *DeleteSourceMailchimpResponse) GetContentType() string

func (*DeleteSourceMailchimpResponse) GetRawResponse ¶

func (o *DeleteSourceMailchimpResponse) GetRawResponse() *http.Response

func (*DeleteSourceMailchimpResponse) GetStatusCode ¶

func (o *DeleteSourceMailchimpResponse) GetStatusCode() int

type DeleteSourceMailgunRequest ¶

type DeleteSourceMailgunRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceMailgunRequest) GetSourceID ¶

func (o *DeleteSourceMailgunRequest) GetSourceID() string

type DeleteSourceMailgunResponse ¶

type DeleteSourceMailgunResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceMailgunResponse) GetContentType ¶

func (o *DeleteSourceMailgunResponse) GetContentType() string

func (*DeleteSourceMailgunResponse) GetRawResponse ¶

func (o *DeleteSourceMailgunResponse) GetRawResponse() *http.Response

func (*DeleteSourceMailgunResponse) GetStatusCode ¶

func (o *DeleteSourceMailgunResponse) GetStatusCode() int

type DeleteSourceMailjetSmsRequest ¶

type DeleteSourceMailjetSmsRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceMailjetSmsRequest) GetSourceID ¶

func (o *DeleteSourceMailjetSmsRequest) GetSourceID() string

type DeleteSourceMailjetSmsResponse ¶

type DeleteSourceMailjetSmsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceMailjetSmsResponse) GetContentType ¶

func (o *DeleteSourceMailjetSmsResponse) GetContentType() string

func (*DeleteSourceMailjetSmsResponse) GetRawResponse ¶

func (o *DeleteSourceMailjetSmsResponse) GetRawResponse() *http.Response

func (*DeleteSourceMailjetSmsResponse) GetStatusCode ¶

func (o *DeleteSourceMailjetSmsResponse) GetStatusCode() int

type DeleteSourceMarketoRequest ¶

type DeleteSourceMarketoRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceMarketoRequest) GetSourceID ¶

func (o *DeleteSourceMarketoRequest) GetSourceID() string

type DeleteSourceMarketoResponse ¶

type DeleteSourceMarketoResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceMarketoResponse) GetContentType ¶

func (o *DeleteSourceMarketoResponse) GetContentType() string

func (*DeleteSourceMarketoResponse) GetRawResponse ¶

func (o *DeleteSourceMarketoResponse) GetRawResponse() *http.Response

func (*DeleteSourceMarketoResponse) GetStatusCode ¶

func (o *DeleteSourceMarketoResponse) GetStatusCode() int

type DeleteSourceMetabaseRequest ¶

type DeleteSourceMetabaseRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceMetabaseRequest) GetSourceID ¶

func (o *DeleteSourceMetabaseRequest) GetSourceID() string

type DeleteSourceMetabaseResponse ¶

type DeleteSourceMetabaseResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceMetabaseResponse) GetContentType ¶

func (o *DeleteSourceMetabaseResponse) GetContentType() string

func (*DeleteSourceMetabaseResponse) GetRawResponse ¶

func (o *DeleteSourceMetabaseResponse) GetRawResponse() *http.Response

func (*DeleteSourceMetabaseResponse) GetStatusCode ¶

func (o *DeleteSourceMetabaseResponse) GetStatusCode() int

type DeleteSourceMicrosoftOnedriveRequest ¶

type DeleteSourceMicrosoftOnedriveRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceMicrosoftOnedriveRequest) GetSourceID ¶

type DeleteSourceMicrosoftOnedriveResponse ¶

type DeleteSourceMicrosoftOnedriveResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceMicrosoftOnedriveResponse) GetContentType ¶

func (o *DeleteSourceMicrosoftOnedriveResponse) GetContentType() string

func (*DeleteSourceMicrosoftOnedriveResponse) GetRawResponse ¶

func (*DeleteSourceMicrosoftOnedriveResponse) GetStatusCode ¶

func (o *DeleteSourceMicrosoftOnedriveResponse) GetStatusCode() int

type DeleteSourceMicrosoftSharepointRequest ¶

type DeleteSourceMicrosoftSharepointRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceMicrosoftSharepointRequest) GetSourceID ¶

type DeleteSourceMicrosoftSharepointResponse ¶

type DeleteSourceMicrosoftSharepointResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceMicrosoftSharepointResponse) GetContentType ¶

func (o *DeleteSourceMicrosoftSharepointResponse) GetContentType() string

func (*DeleteSourceMicrosoftSharepointResponse) GetRawResponse ¶

func (*DeleteSourceMicrosoftSharepointResponse) GetStatusCode ¶

func (o *DeleteSourceMicrosoftSharepointResponse) GetStatusCode() int

type DeleteSourceMicrosoftTeamsRequest ¶

type DeleteSourceMicrosoftTeamsRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceMicrosoftTeamsRequest) GetSourceID ¶

func (o *DeleteSourceMicrosoftTeamsRequest) GetSourceID() string

type DeleteSourceMicrosoftTeamsResponse ¶

type DeleteSourceMicrosoftTeamsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceMicrosoftTeamsResponse) GetContentType ¶

func (o *DeleteSourceMicrosoftTeamsResponse) GetContentType() string

func (*DeleteSourceMicrosoftTeamsResponse) GetRawResponse ¶

func (o *DeleteSourceMicrosoftTeamsResponse) GetRawResponse() *http.Response

func (*DeleteSourceMicrosoftTeamsResponse) GetStatusCode ¶

func (o *DeleteSourceMicrosoftTeamsResponse) GetStatusCode() int

type DeleteSourceMixpanelRequest ¶

type DeleteSourceMixpanelRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceMixpanelRequest) GetSourceID ¶

func (o *DeleteSourceMixpanelRequest) GetSourceID() string

type DeleteSourceMixpanelResponse ¶

type DeleteSourceMixpanelResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceMixpanelResponse) GetContentType ¶

func (o *DeleteSourceMixpanelResponse) GetContentType() string

func (*DeleteSourceMixpanelResponse) GetRawResponse ¶

func (o *DeleteSourceMixpanelResponse) GetRawResponse() *http.Response

func (*DeleteSourceMixpanelResponse) GetStatusCode ¶

func (o *DeleteSourceMixpanelResponse) GetStatusCode() int

type DeleteSourceMondayRequest ¶

type DeleteSourceMondayRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceMondayRequest) GetSourceID ¶

func (o *DeleteSourceMondayRequest) GetSourceID() string

type DeleteSourceMondayResponse ¶

type DeleteSourceMondayResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceMondayResponse) GetContentType ¶

func (o *DeleteSourceMondayResponse) GetContentType() string

func (*DeleteSourceMondayResponse) GetRawResponse ¶

func (o *DeleteSourceMondayResponse) GetRawResponse() *http.Response

func (*DeleteSourceMondayResponse) GetStatusCode ¶

func (o *DeleteSourceMondayResponse) GetStatusCode() int

type DeleteSourceMongodbInternalPocRequest ¶

type DeleteSourceMongodbInternalPocRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceMongodbInternalPocRequest) GetSourceID ¶

type DeleteSourceMongodbInternalPocResponse ¶

type DeleteSourceMongodbInternalPocResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceMongodbInternalPocResponse) GetContentType ¶

func (o *DeleteSourceMongodbInternalPocResponse) GetContentType() string

func (*DeleteSourceMongodbInternalPocResponse) GetRawResponse ¶

func (*DeleteSourceMongodbInternalPocResponse) GetStatusCode ¶

func (o *DeleteSourceMongodbInternalPocResponse) GetStatusCode() int

type DeleteSourceMongodbV2Request ¶

type DeleteSourceMongodbV2Request struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceMongodbV2Request) GetSourceID ¶

func (o *DeleteSourceMongodbV2Request) GetSourceID() string

type DeleteSourceMongodbV2Response ¶

type DeleteSourceMongodbV2Response struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceMongodbV2Response) GetContentType ¶

func (o *DeleteSourceMongodbV2Response) GetContentType() string

func (*DeleteSourceMongodbV2Response) GetRawResponse ¶

func (o *DeleteSourceMongodbV2Response) GetRawResponse() *http.Response

func (*DeleteSourceMongodbV2Response) GetStatusCode ¶

func (o *DeleteSourceMongodbV2Response) GetStatusCode() int

type DeleteSourceMssqlRequest ¶

type DeleteSourceMssqlRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceMssqlRequest) GetSourceID ¶

func (o *DeleteSourceMssqlRequest) GetSourceID() string

type DeleteSourceMssqlResponse ¶

type DeleteSourceMssqlResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceMssqlResponse) GetContentType ¶

func (o *DeleteSourceMssqlResponse) GetContentType() string

func (*DeleteSourceMssqlResponse) GetRawResponse ¶

func (o *DeleteSourceMssqlResponse) GetRawResponse() *http.Response

func (*DeleteSourceMssqlResponse) GetStatusCode ¶

func (o *DeleteSourceMssqlResponse) GetStatusCode() int

type DeleteSourceMyHoursRequest ¶

type DeleteSourceMyHoursRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceMyHoursRequest) GetSourceID ¶

func (o *DeleteSourceMyHoursRequest) GetSourceID() string

type DeleteSourceMyHoursResponse ¶

type DeleteSourceMyHoursResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceMyHoursResponse) GetContentType ¶

func (o *DeleteSourceMyHoursResponse) GetContentType() string

func (*DeleteSourceMyHoursResponse) GetRawResponse ¶

func (o *DeleteSourceMyHoursResponse) GetRawResponse() *http.Response

func (*DeleteSourceMyHoursResponse) GetStatusCode ¶

func (o *DeleteSourceMyHoursResponse) GetStatusCode() int

type DeleteSourceMysqlRequest ¶

type DeleteSourceMysqlRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceMysqlRequest) GetSourceID ¶

func (o *DeleteSourceMysqlRequest) GetSourceID() string

type DeleteSourceMysqlResponse ¶

type DeleteSourceMysqlResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceMysqlResponse) GetContentType ¶

func (o *DeleteSourceMysqlResponse) GetContentType() string

func (*DeleteSourceMysqlResponse) GetRawResponse ¶

func (o *DeleteSourceMysqlResponse) GetRawResponse() *http.Response

func (*DeleteSourceMysqlResponse) GetStatusCode ¶

func (o *DeleteSourceMysqlResponse) GetStatusCode() int

type DeleteSourceNetsuiteRequest ¶

type DeleteSourceNetsuiteRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceNetsuiteRequest) GetSourceID ¶

func (o *DeleteSourceNetsuiteRequest) GetSourceID() string

type DeleteSourceNetsuiteResponse ¶

type DeleteSourceNetsuiteResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceNetsuiteResponse) GetContentType ¶

func (o *DeleteSourceNetsuiteResponse) GetContentType() string

func (*DeleteSourceNetsuiteResponse) GetRawResponse ¶

func (o *DeleteSourceNetsuiteResponse) GetRawResponse() *http.Response

func (*DeleteSourceNetsuiteResponse) GetStatusCode ¶

func (o *DeleteSourceNetsuiteResponse) GetStatusCode() int

type DeleteSourceNotionRequest ¶

type DeleteSourceNotionRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceNotionRequest) GetSourceID ¶

func (o *DeleteSourceNotionRequest) GetSourceID() string

type DeleteSourceNotionResponse ¶

type DeleteSourceNotionResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceNotionResponse) GetContentType ¶

func (o *DeleteSourceNotionResponse) GetContentType() string

func (*DeleteSourceNotionResponse) GetRawResponse ¶

func (o *DeleteSourceNotionResponse) GetRawResponse() *http.Response

func (*DeleteSourceNotionResponse) GetStatusCode ¶

func (o *DeleteSourceNotionResponse) GetStatusCode() int

type DeleteSourceNytimesRequest ¶

type DeleteSourceNytimesRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceNytimesRequest) GetSourceID ¶

func (o *DeleteSourceNytimesRequest) GetSourceID() string

type DeleteSourceNytimesResponse ¶

type DeleteSourceNytimesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceNytimesResponse) GetContentType ¶

func (o *DeleteSourceNytimesResponse) GetContentType() string

func (*DeleteSourceNytimesResponse) GetRawResponse ¶

func (o *DeleteSourceNytimesResponse) GetRawResponse() *http.Response

func (*DeleteSourceNytimesResponse) GetStatusCode ¶

func (o *DeleteSourceNytimesResponse) GetStatusCode() int

type DeleteSourceOktaRequest ¶

type DeleteSourceOktaRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceOktaRequest) GetSourceID ¶

func (o *DeleteSourceOktaRequest) GetSourceID() string

type DeleteSourceOktaResponse ¶

type DeleteSourceOktaResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceOktaResponse) GetContentType ¶

func (o *DeleteSourceOktaResponse) GetContentType() string

func (*DeleteSourceOktaResponse) GetRawResponse ¶

func (o *DeleteSourceOktaResponse) GetRawResponse() *http.Response

func (*DeleteSourceOktaResponse) GetStatusCode ¶

func (o *DeleteSourceOktaResponse) GetStatusCode() int

type DeleteSourceOmnisendRequest ¶

type DeleteSourceOmnisendRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceOmnisendRequest) GetSourceID ¶

func (o *DeleteSourceOmnisendRequest) GetSourceID() string

type DeleteSourceOmnisendResponse ¶

type DeleteSourceOmnisendResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceOmnisendResponse) GetContentType ¶

func (o *DeleteSourceOmnisendResponse) GetContentType() string

func (*DeleteSourceOmnisendResponse) GetRawResponse ¶

func (o *DeleteSourceOmnisendResponse) GetRawResponse() *http.Response

func (*DeleteSourceOmnisendResponse) GetStatusCode ¶

func (o *DeleteSourceOmnisendResponse) GetStatusCode() int

type DeleteSourceOnesignalRequest ¶

type DeleteSourceOnesignalRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceOnesignalRequest) GetSourceID ¶

func (o *DeleteSourceOnesignalRequest) GetSourceID() string

type DeleteSourceOnesignalResponse ¶

type DeleteSourceOnesignalResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceOnesignalResponse) GetContentType ¶

func (o *DeleteSourceOnesignalResponse) GetContentType() string

func (*DeleteSourceOnesignalResponse) GetRawResponse ¶

func (o *DeleteSourceOnesignalResponse) GetRawResponse() *http.Response

func (*DeleteSourceOnesignalResponse) GetStatusCode ¶

func (o *DeleteSourceOnesignalResponse) GetStatusCode() int

type DeleteSourceOracleRequest ¶

type DeleteSourceOracleRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceOracleRequest) GetSourceID ¶

func (o *DeleteSourceOracleRequest) GetSourceID() string

type DeleteSourceOracleResponse ¶

type DeleteSourceOracleResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceOracleResponse) GetContentType ¶

func (o *DeleteSourceOracleResponse) GetContentType() string

func (*DeleteSourceOracleResponse) GetRawResponse ¶

func (o *DeleteSourceOracleResponse) GetRawResponse() *http.Response

func (*DeleteSourceOracleResponse) GetStatusCode ¶

func (o *DeleteSourceOracleResponse) GetStatusCode() int

type DeleteSourceOrbRequest ¶

type DeleteSourceOrbRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceOrbRequest) GetSourceID ¶

func (o *DeleteSourceOrbRequest) GetSourceID() string

type DeleteSourceOrbResponse ¶

type DeleteSourceOrbResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceOrbResponse) GetContentType ¶

func (o *DeleteSourceOrbResponse) GetContentType() string

func (*DeleteSourceOrbResponse) GetRawResponse ¶

func (o *DeleteSourceOrbResponse) GetRawResponse() *http.Response

func (*DeleteSourceOrbResponse) GetStatusCode ¶

func (o *DeleteSourceOrbResponse) GetStatusCode() int

type DeleteSourceOrbitRequest ¶

type DeleteSourceOrbitRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceOrbitRequest) GetSourceID ¶

func (o *DeleteSourceOrbitRequest) GetSourceID() string

type DeleteSourceOrbitResponse ¶

type DeleteSourceOrbitResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceOrbitResponse) GetContentType ¶

func (o *DeleteSourceOrbitResponse) GetContentType() string

func (*DeleteSourceOrbitResponse) GetRawResponse ¶

func (o *DeleteSourceOrbitResponse) GetRawResponse() *http.Response

func (*DeleteSourceOrbitResponse) GetStatusCode ¶

func (o *DeleteSourceOrbitResponse) GetStatusCode() int

type DeleteSourceOutbrainAmplifyRequest ¶

type DeleteSourceOutbrainAmplifyRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceOutbrainAmplifyRequest) GetSourceID ¶

func (o *DeleteSourceOutbrainAmplifyRequest) GetSourceID() string

type DeleteSourceOutbrainAmplifyResponse ¶

type DeleteSourceOutbrainAmplifyResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceOutbrainAmplifyResponse) GetContentType ¶

func (o *DeleteSourceOutbrainAmplifyResponse) GetContentType() string

func (*DeleteSourceOutbrainAmplifyResponse) GetRawResponse ¶

func (o *DeleteSourceOutbrainAmplifyResponse) GetRawResponse() *http.Response

func (*DeleteSourceOutbrainAmplifyResponse) GetStatusCode ¶

func (o *DeleteSourceOutbrainAmplifyResponse) GetStatusCode() int

type DeleteSourceOutreachRequest ¶

type DeleteSourceOutreachRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceOutreachRequest) GetSourceID ¶

func (o *DeleteSourceOutreachRequest) GetSourceID() string

type DeleteSourceOutreachResponse ¶

type DeleteSourceOutreachResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceOutreachResponse) GetContentType ¶

func (o *DeleteSourceOutreachResponse) GetContentType() string

func (*DeleteSourceOutreachResponse) GetRawResponse ¶

func (o *DeleteSourceOutreachResponse) GetRawResponse() *http.Response

func (*DeleteSourceOutreachResponse) GetStatusCode ¶

func (o *DeleteSourceOutreachResponse) GetStatusCode() int

type DeleteSourcePaypalTransactionRequest ¶

type DeleteSourcePaypalTransactionRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourcePaypalTransactionRequest) GetSourceID ¶

type DeleteSourcePaypalTransactionResponse ¶

type DeleteSourcePaypalTransactionResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourcePaypalTransactionResponse) GetContentType ¶

func (o *DeleteSourcePaypalTransactionResponse) GetContentType() string

func (*DeleteSourcePaypalTransactionResponse) GetRawResponse ¶

func (*DeleteSourcePaypalTransactionResponse) GetStatusCode ¶

func (o *DeleteSourcePaypalTransactionResponse) GetStatusCode() int

type DeleteSourcePaystackRequest ¶

type DeleteSourcePaystackRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourcePaystackRequest) GetSourceID ¶

func (o *DeleteSourcePaystackRequest) GetSourceID() string

type DeleteSourcePaystackResponse ¶

type DeleteSourcePaystackResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourcePaystackResponse) GetContentType ¶

func (o *DeleteSourcePaystackResponse) GetContentType() string

func (*DeleteSourcePaystackResponse) GetRawResponse ¶

func (o *DeleteSourcePaystackResponse) GetRawResponse() *http.Response

func (*DeleteSourcePaystackResponse) GetStatusCode ¶

func (o *DeleteSourcePaystackResponse) GetStatusCode() int

type DeleteSourcePendoRequest ¶

type DeleteSourcePendoRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourcePendoRequest) GetSourceID ¶

func (o *DeleteSourcePendoRequest) GetSourceID() string

type DeleteSourcePendoResponse ¶

type DeleteSourcePendoResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourcePendoResponse) GetContentType ¶

func (o *DeleteSourcePendoResponse) GetContentType() string

func (*DeleteSourcePendoResponse) GetRawResponse ¶

func (o *DeleteSourcePendoResponse) GetRawResponse() *http.Response

func (*DeleteSourcePendoResponse) GetStatusCode ¶

func (o *DeleteSourcePendoResponse) GetStatusCode() int

type DeleteSourcePersistiqRequest ¶

type DeleteSourcePersistiqRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourcePersistiqRequest) GetSourceID ¶

func (o *DeleteSourcePersistiqRequest) GetSourceID() string

type DeleteSourcePersistiqResponse ¶

type DeleteSourcePersistiqResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourcePersistiqResponse) GetContentType ¶

func (o *DeleteSourcePersistiqResponse) GetContentType() string

func (*DeleteSourcePersistiqResponse) GetRawResponse ¶

func (o *DeleteSourcePersistiqResponse) GetRawResponse() *http.Response

func (*DeleteSourcePersistiqResponse) GetStatusCode ¶

func (o *DeleteSourcePersistiqResponse) GetStatusCode() int

type DeleteSourcePexelsAPIRequest ¶

type DeleteSourcePexelsAPIRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourcePexelsAPIRequest) GetSourceID ¶

func (o *DeleteSourcePexelsAPIRequest) GetSourceID() string

type DeleteSourcePexelsAPIResponse ¶

type DeleteSourcePexelsAPIResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourcePexelsAPIResponse) GetContentType ¶

func (o *DeleteSourcePexelsAPIResponse) GetContentType() string

func (*DeleteSourcePexelsAPIResponse) GetRawResponse ¶

func (o *DeleteSourcePexelsAPIResponse) GetRawResponse() *http.Response

func (*DeleteSourcePexelsAPIResponse) GetStatusCode ¶

func (o *DeleteSourcePexelsAPIResponse) GetStatusCode() int

type DeleteSourcePinterestRequest ¶

type DeleteSourcePinterestRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourcePinterestRequest) GetSourceID ¶

func (o *DeleteSourcePinterestRequest) GetSourceID() string

type DeleteSourcePinterestResponse ¶

type DeleteSourcePinterestResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourcePinterestResponse) GetContentType ¶

func (o *DeleteSourcePinterestResponse) GetContentType() string

func (*DeleteSourcePinterestResponse) GetRawResponse ¶

func (o *DeleteSourcePinterestResponse) GetRawResponse() *http.Response

func (*DeleteSourcePinterestResponse) GetStatusCode ¶

func (o *DeleteSourcePinterestResponse) GetStatusCode() int

type DeleteSourcePipedriveRequest ¶

type DeleteSourcePipedriveRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourcePipedriveRequest) GetSourceID ¶

func (o *DeleteSourcePipedriveRequest) GetSourceID() string

type DeleteSourcePipedriveResponse ¶

type DeleteSourcePipedriveResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourcePipedriveResponse) GetContentType ¶

func (o *DeleteSourcePipedriveResponse) GetContentType() string

func (*DeleteSourcePipedriveResponse) GetRawResponse ¶

func (o *DeleteSourcePipedriveResponse) GetRawResponse() *http.Response

func (*DeleteSourcePipedriveResponse) GetStatusCode ¶

func (o *DeleteSourcePipedriveResponse) GetStatusCode() int

type DeleteSourcePocketRequest ¶

type DeleteSourcePocketRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourcePocketRequest) GetSourceID ¶

func (o *DeleteSourcePocketRequest) GetSourceID() string

type DeleteSourcePocketResponse ¶

type DeleteSourcePocketResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourcePocketResponse) GetContentType ¶

func (o *DeleteSourcePocketResponse) GetContentType() string

func (*DeleteSourcePocketResponse) GetRawResponse ¶

func (o *DeleteSourcePocketResponse) GetRawResponse() *http.Response

func (*DeleteSourcePocketResponse) GetStatusCode ¶

func (o *DeleteSourcePocketResponse) GetStatusCode() int

type DeleteSourcePokeapiRequest ¶

type DeleteSourcePokeapiRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourcePokeapiRequest) GetSourceID ¶

func (o *DeleteSourcePokeapiRequest) GetSourceID() string

type DeleteSourcePokeapiResponse ¶

type DeleteSourcePokeapiResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourcePokeapiResponse) GetContentType ¶

func (o *DeleteSourcePokeapiResponse) GetContentType() string

func (*DeleteSourcePokeapiResponse) GetRawResponse ¶

func (o *DeleteSourcePokeapiResponse) GetRawResponse() *http.Response

func (*DeleteSourcePokeapiResponse) GetStatusCode ¶

func (o *DeleteSourcePokeapiResponse) GetStatusCode() int

type DeleteSourcePolygonStockAPIRequest ¶

type DeleteSourcePolygonStockAPIRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourcePolygonStockAPIRequest) GetSourceID ¶

func (o *DeleteSourcePolygonStockAPIRequest) GetSourceID() string

type DeleteSourcePolygonStockAPIResponse ¶

type DeleteSourcePolygonStockAPIResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourcePolygonStockAPIResponse) GetContentType ¶

func (o *DeleteSourcePolygonStockAPIResponse) GetContentType() string

func (*DeleteSourcePolygonStockAPIResponse) GetRawResponse ¶

func (o *DeleteSourcePolygonStockAPIResponse) GetRawResponse() *http.Response

func (*DeleteSourcePolygonStockAPIResponse) GetStatusCode ¶

func (o *DeleteSourcePolygonStockAPIResponse) GetStatusCode() int

type DeleteSourcePostgresRequest ¶

type DeleteSourcePostgresRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourcePostgresRequest) GetSourceID ¶

func (o *DeleteSourcePostgresRequest) GetSourceID() string

type DeleteSourcePostgresResponse ¶

type DeleteSourcePostgresResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourcePostgresResponse) GetContentType ¶

func (o *DeleteSourcePostgresResponse) GetContentType() string

func (*DeleteSourcePostgresResponse) GetRawResponse ¶

func (o *DeleteSourcePostgresResponse) GetRawResponse() *http.Response

func (*DeleteSourcePostgresResponse) GetStatusCode ¶

func (o *DeleteSourcePostgresResponse) GetStatusCode() int

type DeleteSourcePosthogRequest ¶

type DeleteSourcePosthogRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourcePosthogRequest) GetSourceID ¶

func (o *DeleteSourcePosthogRequest) GetSourceID() string

type DeleteSourcePosthogResponse ¶

type DeleteSourcePosthogResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourcePosthogResponse) GetContentType ¶

func (o *DeleteSourcePosthogResponse) GetContentType() string

func (*DeleteSourcePosthogResponse) GetRawResponse ¶

func (o *DeleteSourcePosthogResponse) GetRawResponse() *http.Response

func (*DeleteSourcePosthogResponse) GetStatusCode ¶

func (o *DeleteSourcePosthogResponse) GetStatusCode() int

type DeleteSourcePostmarkappRequest ¶

type DeleteSourcePostmarkappRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourcePostmarkappRequest) GetSourceID ¶

func (o *DeleteSourcePostmarkappRequest) GetSourceID() string

type DeleteSourcePostmarkappResponse ¶

type DeleteSourcePostmarkappResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourcePostmarkappResponse) GetContentType ¶

func (o *DeleteSourcePostmarkappResponse) GetContentType() string

func (*DeleteSourcePostmarkappResponse) GetRawResponse ¶

func (o *DeleteSourcePostmarkappResponse) GetRawResponse() *http.Response

func (*DeleteSourcePostmarkappResponse) GetStatusCode ¶

func (o *DeleteSourcePostmarkappResponse) GetStatusCode() int

type DeleteSourcePrestashopRequest ¶

type DeleteSourcePrestashopRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourcePrestashopRequest) GetSourceID ¶

func (o *DeleteSourcePrestashopRequest) GetSourceID() string

type DeleteSourcePrestashopResponse ¶

type DeleteSourcePrestashopResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourcePrestashopResponse) GetContentType ¶

func (o *DeleteSourcePrestashopResponse) GetContentType() string

func (*DeleteSourcePrestashopResponse) GetRawResponse ¶

func (o *DeleteSourcePrestashopResponse) GetRawResponse() *http.Response

func (*DeleteSourcePrestashopResponse) GetStatusCode ¶

func (o *DeleteSourcePrestashopResponse) GetStatusCode() int

type DeleteSourcePunkAPIRequest ¶

type DeleteSourcePunkAPIRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourcePunkAPIRequest) GetSourceID ¶

func (o *DeleteSourcePunkAPIRequest) GetSourceID() string

type DeleteSourcePunkAPIResponse ¶

type DeleteSourcePunkAPIResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourcePunkAPIResponse) GetContentType ¶

func (o *DeleteSourcePunkAPIResponse) GetContentType() string

func (*DeleteSourcePunkAPIResponse) GetRawResponse ¶

func (o *DeleteSourcePunkAPIResponse) GetRawResponse() *http.Response

func (*DeleteSourcePunkAPIResponse) GetStatusCode ¶

func (o *DeleteSourcePunkAPIResponse) GetStatusCode() int

type DeleteSourcePypiRequest ¶

type DeleteSourcePypiRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourcePypiRequest) GetSourceID ¶

func (o *DeleteSourcePypiRequest) GetSourceID() string

type DeleteSourcePypiResponse ¶

type DeleteSourcePypiResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourcePypiResponse) GetContentType ¶

func (o *DeleteSourcePypiResponse) GetContentType() string

func (*DeleteSourcePypiResponse) GetRawResponse ¶

func (o *DeleteSourcePypiResponse) GetRawResponse() *http.Response

func (*DeleteSourcePypiResponse) GetStatusCode ¶

func (o *DeleteSourcePypiResponse) GetStatusCode() int

type DeleteSourceQualarooRequest ¶

type DeleteSourceQualarooRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceQualarooRequest) GetSourceID ¶

func (o *DeleteSourceQualarooRequest) GetSourceID() string

type DeleteSourceQualarooResponse ¶

type DeleteSourceQualarooResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceQualarooResponse) GetContentType ¶

func (o *DeleteSourceQualarooResponse) GetContentType() string

func (*DeleteSourceQualarooResponse) GetRawResponse ¶

func (o *DeleteSourceQualarooResponse) GetRawResponse() *http.Response

func (*DeleteSourceQualarooResponse) GetStatusCode ¶

func (o *DeleteSourceQualarooResponse) GetStatusCode() int

type DeleteSourceRailzRequest ¶

type DeleteSourceRailzRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceRailzRequest) GetSourceID ¶

func (o *DeleteSourceRailzRequest) GetSourceID() string

type DeleteSourceRailzResponse ¶

type DeleteSourceRailzResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceRailzResponse) GetContentType ¶

func (o *DeleteSourceRailzResponse) GetContentType() string

func (*DeleteSourceRailzResponse) GetRawResponse ¶

func (o *DeleteSourceRailzResponse) GetRawResponse() *http.Response

func (*DeleteSourceRailzResponse) GetStatusCode ¶

func (o *DeleteSourceRailzResponse) GetStatusCode() int

type DeleteSourceRechargeRequest ¶

type DeleteSourceRechargeRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceRechargeRequest) GetSourceID ¶

func (o *DeleteSourceRechargeRequest) GetSourceID() string

type DeleteSourceRechargeResponse ¶

type DeleteSourceRechargeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceRechargeResponse) GetContentType ¶

func (o *DeleteSourceRechargeResponse) GetContentType() string

func (*DeleteSourceRechargeResponse) GetRawResponse ¶

func (o *DeleteSourceRechargeResponse) GetRawResponse() *http.Response

func (*DeleteSourceRechargeResponse) GetStatusCode ¶

func (o *DeleteSourceRechargeResponse) GetStatusCode() int

type DeleteSourceRecreationRequest ¶

type DeleteSourceRecreationRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceRecreationRequest) GetSourceID ¶

func (o *DeleteSourceRecreationRequest) GetSourceID() string

type DeleteSourceRecreationResponse ¶

type DeleteSourceRecreationResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceRecreationResponse) GetContentType ¶

func (o *DeleteSourceRecreationResponse) GetContentType() string

func (*DeleteSourceRecreationResponse) GetRawResponse ¶

func (o *DeleteSourceRecreationResponse) GetRawResponse() *http.Response

func (*DeleteSourceRecreationResponse) GetStatusCode ¶

func (o *DeleteSourceRecreationResponse) GetStatusCode() int

type DeleteSourceRecruiteeRequest ¶

type DeleteSourceRecruiteeRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceRecruiteeRequest) GetSourceID ¶

func (o *DeleteSourceRecruiteeRequest) GetSourceID() string

type DeleteSourceRecruiteeResponse ¶

type DeleteSourceRecruiteeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceRecruiteeResponse) GetContentType ¶

func (o *DeleteSourceRecruiteeResponse) GetContentType() string

func (*DeleteSourceRecruiteeResponse) GetRawResponse ¶

func (o *DeleteSourceRecruiteeResponse) GetRawResponse() *http.Response

func (*DeleteSourceRecruiteeResponse) GetStatusCode ¶

func (o *DeleteSourceRecruiteeResponse) GetStatusCode() int

type DeleteSourceRecurlyRequest ¶

type DeleteSourceRecurlyRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceRecurlyRequest) GetSourceID ¶

func (o *DeleteSourceRecurlyRequest) GetSourceID() string

type DeleteSourceRecurlyResponse ¶

type DeleteSourceRecurlyResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceRecurlyResponse) GetContentType ¶

func (o *DeleteSourceRecurlyResponse) GetContentType() string

func (*DeleteSourceRecurlyResponse) GetRawResponse ¶

func (o *DeleteSourceRecurlyResponse) GetRawResponse() *http.Response

func (*DeleteSourceRecurlyResponse) GetStatusCode ¶

func (o *DeleteSourceRecurlyResponse) GetStatusCode() int

type DeleteSourceRedshiftRequest ¶

type DeleteSourceRedshiftRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceRedshiftRequest) GetSourceID ¶

func (o *DeleteSourceRedshiftRequest) GetSourceID() string

type DeleteSourceRedshiftResponse ¶

type DeleteSourceRedshiftResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceRedshiftResponse) GetContentType ¶

func (o *DeleteSourceRedshiftResponse) GetContentType() string

func (*DeleteSourceRedshiftResponse) GetRawResponse ¶

func (o *DeleteSourceRedshiftResponse) GetRawResponse() *http.Response

func (*DeleteSourceRedshiftResponse) GetStatusCode ¶

func (o *DeleteSourceRedshiftResponse) GetStatusCode() int

type DeleteSourceRequest ¶

type DeleteSourceRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceRequest) GetSourceID ¶

func (o *DeleteSourceRequest) GetSourceID() string

type DeleteSourceResponse ¶

type DeleteSourceResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceResponse) GetContentType ¶

func (o *DeleteSourceResponse) GetContentType() string

func (*DeleteSourceResponse) GetRawResponse ¶

func (o *DeleteSourceResponse) GetRawResponse() *http.Response

func (*DeleteSourceResponse) GetStatusCode ¶

func (o *DeleteSourceResponse) GetStatusCode() int

type DeleteSourceRetentlyRequest ¶

type DeleteSourceRetentlyRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceRetentlyRequest) GetSourceID ¶

func (o *DeleteSourceRetentlyRequest) GetSourceID() string

type DeleteSourceRetentlyResponse ¶

type DeleteSourceRetentlyResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceRetentlyResponse) GetContentType ¶

func (o *DeleteSourceRetentlyResponse) GetContentType() string

func (*DeleteSourceRetentlyResponse) GetRawResponse ¶

func (o *DeleteSourceRetentlyResponse) GetRawResponse() *http.Response

func (*DeleteSourceRetentlyResponse) GetStatusCode ¶

func (o *DeleteSourceRetentlyResponse) GetStatusCode() int

type DeleteSourceRkiCovidRequest ¶

type DeleteSourceRkiCovidRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceRkiCovidRequest) GetSourceID ¶

func (o *DeleteSourceRkiCovidRequest) GetSourceID() string

type DeleteSourceRkiCovidResponse ¶

type DeleteSourceRkiCovidResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceRkiCovidResponse) GetContentType ¶

func (o *DeleteSourceRkiCovidResponse) GetContentType() string

func (*DeleteSourceRkiCovidResponse) GetRawResponse ¶

func (o *DeleteSourceRkiCovidResponse) GetRawResponse() *http.Response

func (*DeleteSourceRkiCovidResponse) GetStatusCode ¶

func (o *DeleteSourceRkiCovidResponse) GetStatusCode() int

type DeleteSourceRssRequest ¶

type DeleteSourceRssRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceRssRequest) GetSourceID ¶

func (o *DeleteSourceRssRequest) GetSourceID() string

type DeleteSourceRssResponse ¶

type DeleteSourceRssResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceRssResponse) GetContentType ¶

func (o *DeleteSourceRssResponse) GetContentType() string

func (*DeleteSourceRssResponse) GetRawResponse ¶

func (o *DeleteSourceRssResponse) GetRawResponse() *http.Response

func (*DeleteSourceRssResponse) GetStatusCode ¶

func (o *DeleteSourceRssResponse) GetStatusCode() int

type DeleteSourceS3Request ¶

type DeleteSourceS3Request struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceS3Request) GetSourceID ¶

func (o *DeleteSourceS3Request) GetSourceID() string

type DeleteSourceS3Response ¶

type DeleteSourceS3Response struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceS3Response) GetContentType ¶

func (o *DeleteSourceS3Response) GetContentType() string

func (*DeleteSourceS3Response) GetRawResponse ¶

func (o *DeleteSourceS3Response) GetRawResponse() *http.Response

func (*DeleteSourceS3Response) GetStatusCode ¶

func (o *DeleteSourceS3Response) GetStatusCode() int

type DeleteSourceSalesforceRequest ¶

type DeleteSourceSalesforceRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceSalesforceRequest) GetSourceID ¶

func (o *DeleteSourceSalesforceRequest) GetSourceID() string

type DeleteSourceSalesforceResponse ¶

type DeleteSourceSalesforceResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceSalesforceResponse) GetContentType ¶

func (o *DeleteSourceSalesforceResponse) GetContentType() string

func (*DeleteSourceSalesforceResponse) GetRawResponse ¶

func (o *DeleteSourceSalesforceResponse) GetRawResponse() *http.Response

func (*DeleteSourceSalesforceResponse) GetStatusCode ¶

func (o *DeleteSourceSalesforceResponse) GetStatusCode() int

type DeleteSourceSalesloftRequest ¶

type DeleteSourceSalesloftRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceSalesloftRequest) GetSourceID ¶

func (o *DeleteSourceSalesloftRequest) GetSourceID() string

type DeleteSourceSalesloftResponse ¶

type DeleteSourceSalesloftResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceSalesloftResponse) GetContentType ¶

func (o *DeleteSourceSalesloftResponse) GetContentType() string

func (*DeleteSourceSalesloftResponse) GetRawResponse ¶

func (o *DeleteSourceSalesloftResponse) GetRawResponse() *http.Response

func (*DeleteSourceSalesloftResponse) GetStatusCode ¶

func (o *DeleteSourceSalesloftResponse) GetStatusCode() int

type DeleteSourceSapFieldglassRequest ¶

type DeleteSourceSapFieldglassRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceSapFieldglassRequest) GetSourceID ¶

func (o *DeleteSourceSapFieldglassRequest) GetSourceID() string

type DeleteSourceSapFieldglassResponse ¶

type DeleteSourceSapFieldglassResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceSapFieldglassResponse) GetContentType ¶

func (o *DeleteSourceSapFieldglassResponse) GetContentType() string

func (*DeleteSourceSapFieldglassResponse) GetRawResponse ¶

func (o *DeleteSourceSapFieldglassResponse) GetRawResponse() *http.Response

func (*DeleteSourceSapFieldglassResponse) GetStatusCode ¶

func (o *DeleteSourceSapFieldglassResponse) GetStatusCode() int

type DeleteSourceSecodaRequest ¶

type DeleteSourceSecodaRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceSecodaRequest) GetSourceID ¶

func (o *DeleteSourceSecodaRequest) GetSourceID() string

type DeleteSourceSecodaResponse ¶

type DeleteSourceSecodaResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceSecodaResponse) GetContentType ¶

func (o *DeleteSourceSecodaResponse) GetContentType() string

func (*DeleteSourceSecodaResponse) GetRawResponse ¶

func (o *DeleteSourceSecodaResponse) GetRawResponse() *http.Response

func (*DeleteSourceSecodaResponse) GetStatusCode ¶

func (o *DeleteSourceSecodaResponse) GetStatusCode() int

type DeleteSourceSendgridRequest ¶

type DeleteSourceSendgridRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceSendgridRequest) GetSourceID ¶

func (o *DeleteSourceSendgridRequest) GetSourceID() string

type DeleteSourceSendgridResponse ¶

type DeleteSourceSendgridResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceSendgridResponse) GetContentType ¶

func (o *DeleteSourceSendgridResponse) GetContentType() string

func (*DeleteSourceSendgridResponse) GetRawResponse ¶

func (o *DeleteSourceSendgridResponse) GetRawResponse() *http.Response

func (*DeleteSourceSendgridResponse) GetStatusCode ¶

func (o *DeleteSourceSendgridResponse) GetStatusCode() int

type DeleteSourceSendinblueRequest ¶

type DeleteSourceSendinblueRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceSendinblueRequest) GetSourceID ¶

func (o *DeleteSourceSendinblueRequest) GetSourceID() string

type DeleteSourceSendinblueResponse ¶

type DeleteSourceSendinblueResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceSendinblueResponse) GetContentType ¶

func (o *DeleteSourceSendinblueResponse) GetContentType() string

func (*DeleteSourceSendinblueResponse) GetRawResponse ¶

func (o *DeleteSourceSendinblueResponse) GetRawResponse() *http.Response

func (*DeleteSourceSendinblueResponse) GetStatusCode ¶

func (o *DeleteSourceSendinblueResponse) GetStatusCode() int

type DeleteSourceSenseforceRequest ¶

type DeleteSourceSenseforceRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceSenseforceRequest) GetSourceID ¶

func (o *DeleteSourceSenseforceRequest) GetSourceID() string

type DeleteSourceSenseforceResponse ¶

type DeleteSourceSenseforceResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceSenseforceResponse) GetContentType ¶

func (o *DeleteSourceSenseforceResponse) GetContentType() string

func (*DeleteSourceSenseforceResponse) GetRawResponse ¶

func (o *DeleteSourceSenseforceResponse) GetRawResponse() *http.Response

func (*DeleteSourceSenseforceResponse) GetStatusCode ¶

func (o *DeleteSourceSenseforceResponse) GetStatusCode() int

type DeleteSourceSentryRequest ¶

type DeleteSourceSentryRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceSentryRequest) GetSourceID ¶

func (o *DeleteSourceSentryRequest) GetSourceID() string

type DeleteSourceSentryResponse ¶

type DeleteSourceSentryResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceSentryResponse) GetContentType ¶

func (o *DeleteSourceSentryResponse) GetContentType() string

func (*DeleteSourceSentryResponse) GetRawResponse ¶

func (o *DeleteSourceSentryResponse) GetRawResponse() *http.Response

func (*DeleteSourceSentryResponse) GetStatusCode ¶

func (o *DeleteSourceSentryResponse) GetStatusCode() int

type DeleteSourceSftpBulkRequest ¶

type DeleteSourceSftpBulkRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceSftpBulkRequest) GetSourceID ¶

func (o *DeleteSourceSftpBulkRequest) GetSourceID() string

type DeleteSourceSftpBulkResponse ¶

type DeleteSourceSftpBulkResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceSftpBulkResponse) GetContentType ¶

func (o *DeleteSourceSftpBulkResponse) GetContentType() string

func (*DeleteSourceSftpBulkResponse) GetRawResponse ¶

func (o *DeleteSourceSftpBulkResponse) GetRawResponse() *http.Response

func (*DeleteSourceSftpBulkResponse) GetStatusCode ¶

func (o *DeleteSourceSftpBulkResponse) GetStatusCode() int

type DeleteSourceSftpRequest ¶

type DeleteSourceSftpRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceSftpRequest) GetSourceID ¶

func (o *DeleteSourceSftpRequest) GetSourceID() string

type DeleteSourceSftpResponse ¶

type DeleteSourceSftpResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceSftpResponse) GetContentType ¶

func (o *DeleteSourceSftpResponse) GetContentType() string

func (*DeleteSourceSftpResponse) GetRawResponse ¶

func (o *DeleteSourceSftpResponse) GetRawResponse() *http.Response

func (*DeleteSourceSftpResponse) GetStatusCode ¶

func (o *DeleteSourceSftpResponse) GetStatusCode() int

type DeleteSourceShopifyRequest ¶

type DeleteSourceShopifyRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceShopifyRequest) GetSourceID ¶

func (o *DeleteSourceShopifyRequest) GetSourceID() string

type DeleteSourceShopifyResponse ¶

type DeleteSourceShopifyResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceShopifyResponse) GetContentType ¶

func (o *DeleteSourceShopifyResponse) GetContentType() string

func (*DeleteSourceShopifyResponse) GetRawResponse ¶

func (o *DeleteSourceShopifyResponse) GetRawResponse() *http.Response

func (*DeleteSourceShopifyResponse) GetStatusCode ¶

func (o *DeleteSourceShopifyResponse) GetStatusCode() int

type DeleteSourceShortioRequest ¶

type DeleteSourceShortioRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceShortioRequest) GetSourceID ¶

func (o *DeleteSourceShortioRequest) GetSourceID() string

type DeleteSourceShortioResponse ¶

type DeleteSourceShortioResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceShortioResponse) GetContentType ¶

func (o *DeleteSourceShortioResponse) GetContentType() string

func (*DeleteSourceShortioResponse) GetRawResponse ¶

func (o *DeleteSourceShortioResponse) GetRawResponse() *http.Response

func (*DeleteSourceShortioResponse) GetStatusCode ¶

func (o *DeleteSourceShortioResponse) GetStatusCode() int

type DeleteSourceSlackRequest ¶

type DeleteSourceSlackRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceSlackRequest) GetSourceID ¶

func (o *DeleteSourceSlackRequest) GetSourceID() string

type DeleteSourceSlackResponse ¶

type DeleteSourceSlackResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceSlackResponse) GetContentType ¶

func (o *DeleteSourceSlackResponse) GetContentType() string

func (*DeleteSourceSlackResponse) GetRawResponse ¶

func (o *DeleteSourceSlackResponse) GetRawResponse() *http.Response

func (*DeleteSourceSlackResponse) GetStatusCode ¶

func (o *DeleteSourceSlackResponse) GetStatusCode() int

type DeleteSourceSmailyRequest ¶

type DeleteSourceSmailyRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceSmailyRequest) GetSourceID ¶

func (o *DeleteSourceSmailyRequest) GetSourceID() string

type DeleteSourceSmailyResponse ¶

type DeleteSourceSmailyResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceSmailyResponse) GetContentType ¶

func (o *DeleteSourceSmailyResponse) GetContentType() string

func (*DeleteSourceSmailyResponse) GetRawResponse ¶

func (o *DeleteSourceSmailyResponse) GetRawResponse() *http.Response

func (*DeleteSourceSmailyResponse) GetStatusCode ¶

func (o *DeleteSourceSmailyResponse) GetStatusCode() int

type DeleteSourceSmartengageRequest ¶

type DeleteSourceSmartengageRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceSmartengageRequest) GetSourceID ¶

func (o *DeleteSourceSmartengageRequest) GetSourceID() string

type DeleteSourceSmartengageResponse ¶

type DeleteSourceSmartengageResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceSmartengageResponse) GetContentType ¶

func (o *DeleteSourceSmartengageResponse) GetContentType() string

func (*DeleteSourceSmartengageResponse) GetRawResponse ¶

func (o *DeleteSourceSmartengageResponse) GetRawResponse() *http.Response

func (*DeleteSourceSmartengageResponse) GetStatusCode ¶

func (o *DeleteSourceSmartengageResponse) GetStatusCode() int

type DeleteSourceSmartsheetsRequest ¶

type DeleteSourceSmartsheetsRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceSmartsheetsRequest) GetSourceID ¶

func (o *DeleteSourceSmartsheetsRequest) GetSourceID() string

type DeleteSourceSmartsheetsResponse ¶

type DeleteSourceSmartsheetsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceSmartsheetsResponse) GetContentType ¶

func (o *DeleteSourceSmartsheetsResponse) GetContentType() string

func (*DeleteSourceSmartsheetsResponse) GetRawResponse ¶

func (o *DeleteSourceSmartsheetsResponse) GetRawResponse() *http.Response

func (*DeleteSourceSmartsheetsResponse) GetStatusCode ¶

func (o *DeleteSourceSmartsheetsResponse) GetStatusCode() int

type DeleteSourceSnapchatMarketingRequest ¶

type DeleteSourceSnapchatMarketingRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceSnapchatMarketingRequest) GetSourceID ¶

type DeleteSourceSnapchatMarketingResponse ¶

type DeleteSourceSnapchatMarketingResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceSnapchatMarketingResponse) GetContentType ¶

func (o *DeleteSourceSnapchatMarketingResponse) GetContentType() string

func (*DeleteSourceSnapchatMarketingResponse) GetRawResponse ¶

func (*DeleteSourceSnapchatMarketingResponse) GetStatusCode ¶

func (o *DeleteSourceSnapchatMarketingResponse) GetStatusCode() int

type DeleteSourceSnowflakeRequest ¶

type DeleteSourceSnowflakeRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceSnowflakeRequest) GetSourceID ¶

func (o *DeleteSourceSnowflakeRequest) GetSourceID() string

type DeleteSourceSnowflakeResponse ¶

type DeleteSourceSnowflakeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceSnowflakeResponse) GetContentType ¶

func (o *DeleteSourceSnowflakeResponse) GetContentType() string

func (*DeleteSourceSnowflakeResponse) GetRawResponse ¶

func (o *DeleteSourceSnowflakeResponse) GetRawResponse() *http.Response

func (*DeleteSourceSnowflakeResponse) GetStatusCode ¶

func (o *DeleteSourceSnowflakeResponse) GetStatusCode() int

type DeleteSourceSonarCloudRequest ¶

type DeleteSourceSonarCloudRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceSonarCloudRequest) GetSourceID ¶

func (o *DeleteSourceSonarCloudRequest) GetSourceID() string

type DeleteSourceSonarCloudResponse ¶

type DeleteSourceSonarCloudResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceSonarCloudResponse) GetContentType ¶

func (o *DeleteSourceSonarCloudResponse) GetContentType() string

func (*DeleteSourceSonarCloudResponse) GetRawResponse ¶

func (o *DeleteSourceSonarCloudResponse) GetRawResponse() *http.Response

func (*DeleteSourceSonarCloudResponse) GetStatusCode ¶

func (o *DeleteSourceSonarCloudResponse) GetStatusCode() int

type DeleteSourceSpacexAPIRequest ¶

type DeleteSourceSpacexAPIRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceSpacexAPIRequest) GetSourceID ¶

func (o *DeleteSourceSpacexAPIRequest) GetSourceID() string

type DeleteSourceSpacexAPIResponse ¶

type DeleteSourceSpacexAPIResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceSpacexAPIResponse) GetContentType ¶

func (o *DeleteSourceSpacexAPIResponse) GetContentType() string

func (*DeleteSourceSpacexAPIResponse) GetRawResponse ¶

func (o *DeleteSourceSpacexAPIResponse) GetRawResponse() *http.Response

func (*DeleteSourceSpacexAPIResponse) GetStatusCode ¶

func (o *DeleteSourceSpacexAPIResponse) GetStatusCode() int

type DeleteSourceSquareRequest ¶

type DeleteSourceSquareRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceSquareRequest) GetSourceID ¶

func (o *DeleteSourceSquareRequest) GetSourceID() string

type DeleteSourceSquareResponse ¶

type DeleteSourceSquareResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceSquareResponse) GetContentType ¶

func (o *DeleteSourceSquareResponse) GetContentType() string

func (*DeleteSourceSquareResponse) GetRawResponse ¶

func (o *DeleteSourceSquareResponse) GetRawResponse() *http.Response

func (*DeleteSourceSquareResponse) GetStatusCode ¶

func (o *DeleteSourceSquareResponse) GetStatusCode() int

type DeleteSourceStravaRequest ¶

type DeleteSourceStravaRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceStravaRequest) GetSourceID ¶

func (o *DeleteSourceStravaRequest) GetSourceID() string

type DeleteSourceStravaResponse ¶

type DeleteSourceStravaResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceStravaResponse) GetContentType ¶

func (o *DeleteSourceStravaResponse) GetContentType() string

func (*DeleteSourceStravaResponse) GetRawResponse ¶

func (o *DeleteSourceStravaResponse) GetRawResponse() *http.Response

func (*DeleteSourceStravaResponse) GetStatusCode ¶

func (o *DeleteSourceStravaResponse) GetStatusCode() int

type DeleteSourceStripeRequest ¶

type DeleteSourceStripeRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceStripeRequest) GetSourceID ¶

func (o *DeleteSourceStripeRequest) GetSourceID() string

type DeleteSourceStripeResponse ¶

type DeleteSourceStripeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceStripeResponse) GetContentType ¶

func (o *DeleteSourceStripeResponse) GetContentType() string

func (*DeleteSourceStripeResponse) GetRawResponse ¶

func (o *DeleteSourceStripeResponse) GetRawResponse() *http.Response

func (*DeleteSourceStripeResponse) GetStatusCode ¶

func (o *DeleteSourceStripeResponse) GetStatusCode() int

type DeleteSourceSurveySparrowRequest ¶

type DeleteSourceSurveySparrowRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceSurveySparrowRequest) GetSourceID ¶

func (o *DeleteSourceSurveySparrowRequest) GetSourceID() string

type DeleteSourceSurveySparrowResponse ¶

type DeleteSourceSurveySparrowResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceSurveySparrowResponse) GetContentType ¶

func (o *DeleteSourceSurveySparrowResponse) GetContentType() string

func (*DeleteSourceSurveySparrowResponse) GetRawResponse ¶

func (o *DeleteSourceSurveySparrowResponse) GetRawResponse() *http.Response

func (*DeleteSourceSurveySparrowResponse) GetStatusCode ¶

func (o *DeleteSourceSurveySparrowResponse) GetStatusCode() int

type DeleteSourceSurveymonkeyRequest ¶

type DeleteSourceSurveymonkeyRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceSurveymonkeyRequest) GetSourceID ¶

func (o *DeleteSourceSurveymonkeyRequest) GetSourceID() string

type DeleteSourceSurveymonkeyResponse ¶

type DeleteSourceSurveymonkeyResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceSurveymonkeyResponse) GetContentType ¶

func (o *DeleteSourceSurveymonkeyResponse) GetContentType() string

func (*DeleteSourceSurveymonkeyResponse) GetRawResponse ¶

func (o *DeleteSourceSurveymonkeyResponse) GetRawResponse() *http.Response

func (*DeleteSourceSurveymonkeyResponse) GetStatusCode ¶

func (o *DeleteSourceSurveymonkeyResponse) GetStatusCode() int

type DeleteSourceTempoRequest ¶

type DeleteSourceTempoRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceTempoRequest) GetSourceID ¶

func (o *DeleteSourceTempoRequest) GetSourceID() string

type DeleteSourceTempoResponse ¶

type DeleteSourceTempoResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceTempoResponse) GetContentType ¶

func (o *DeleteSourceTempoResponse) GetContentType() string

func (*DeleteSourceTempoResponse) GetRawResponse ¶

func (o *DeleteSourceTempoResponse) GetRawResponse() *http.Response

func (*DeleteSourceTempoResponse) GetStatusCode ¶

func (o *DeleteSourceTempoResponse) GetStatusCode() int

type DeleteSourceTheGuardianAPIRequest ¶

type DeleteSourceTheGuardianAPIRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceTheGuardianAPIRequest) GetSourceID ¶

func (o *DeleteSourceTheGuardianAPIRequest) GetSourceID() string

type DeleteSourceTheGuardianAPIResponse ¶

type DeleteSourceTheGuardianAPIResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceTheGuardianAPIResponse) GetContentType ¶

func (o *DeleteSourceTheGuardianAPIResponse) GetContentType() string

func (*DeleteSourceTheGuardianAPIResponse) GetRawResponse ¶

func (o *DeleteSourceTheGuardianAPIResponse) GetRawResponse() *http.Response

func (*DeleteSourceTheGuardianAPIResponse) GetStatusCode ¶

func (o *DeleteSourceTheGuardianAPIResponse) GetStatusCode() int

type DeleteSourceTiktokMarketingRequest ¶

type DeleteSourceTiktokMarketingRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceTiktokMarketingRequest) GetSourceID ¶

func (o *DeleteSourceTiktokMarketingRequest) GetSourceID() string

type DeleteSourceTiktokMarketingResponse ¶

type DeleteSourceTiktokMarketingResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceTiktokMarketingResponse) GetContentType ¶

func (o *DeleteSourceTiktokMarketingResponse) GetContentType() string

func (*DeleteSourceTiktokMarketingResponse) GetRawResponse ¶

func (o *DeleteSourceTiktokMarketingResponse) GetRawResponse() *http.Response

func (*DeleteSourceTiktokMarketingResponse) GetStatusCode ¶

func (o *DeleteSourceTiktokMarketingResponse) GetStatusCode() int

type DeleteSourceTrelloRequest ¶

type DeleteSourceTrelloRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceTrelloRequest) GetSourceID ¶

func (o *DeleteSourceTrelloRequest) GetSourceID() string

type DeleteSourceTrelloResponse ¶

type DeleteSourceTrelloResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceTrelloResponse) GetContentType ¶

func (o *DeleteSourceTrelloResponse) GetContentType() string

func (*DeleteSourceTrelloResponse) GetRawResponse ¶

func (o *DeleteSourceTrelloResponse) GetRawResponse() *http.Response

func (*DeleteSourceTrelloResponse) GetStatusCode ¶

func (o *DeleteSourceTrelloResponse) GetStatusCode() int

type DeleteSourceTrustpilotRequest ¶

type DeleteSourceTrustpilotRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceTrustpilotRequest) GetSourceID ¶

func (o *DeleteSourceTrustpilotRequest) GetSourceID() string

type DeleteSourceTrustpilotResponse ¶

type DeleteSourceTrustpilotResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceTrustpilotResponse) GetContentType ¶

func (o *DeleteSourceTrustpilotResponse) GetContentType() string

func (*DeleteSourceTrustpilotResponse) GetRawResponse ¶

func (o *DeleteSourceTrustpilotResponse) GetRawResponse() *http.Response

func (*DeleteSourceTrustpilotResponse) GetStatusCode ¶

func (o *DeleteSourceTrustpilotResponse) GetStatusCode() int

type DeleteSourceTvmazeScheduleRequest ¶

type DeleteSourceTvmazeScheduleRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceTvmazeScheduleRequest) GetSourceID ¶

func (o *DeleteSourceTvmazeScheduleRequest) GetSourceID() string

type DeleteSourceTvmazeScheduleResponse ¶

type DeleteSourceTvmazeScheduleResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceTvmazeScheduleResponse) GetContentType ¶

func (o *DeleteSourceTvmazeScheduleResponse) GetContentType() string

func (*DeleteSourceTvmazeScheduleResponse) GetRawResponse ¶

func (o *DeleteSourceTvmazeScheduleResponse) GetRawResponse() *http.Response

func (*DeleteSourceTvmazeScheduleResponse) GetStatusCode ¶

func (o *DeleteSourceTvmazeScheduleResponse) GetStatusCode() int

type DeleteSourceTwilioRequest ¶

type DeleteSourceTwilioRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceTwilioRequest) GetSourceID ¶

func (o *DeleteSourceTwilioRequest) GetSourceID() string

type DeleteSourceTwilioResponse ¶

type DeleteSourceTwilioResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceTwilioResponse) GetContentType ¶

func (o *DeleteSourceTwilioResponse) GetContentType() string

func (*DeleteSourceTwilioResponse) GetRawResponse ¶

func (o *DeleteSourceTwilioResponse) GetRawResponse() *http.Response

func (*DeleteSourceTwilioResponse) GetStatusCode ¶

func (o *DeleteSourceTwilioResponse) GetStatusCode() int

type DeleteSourceTwilioTaskrouterRequest ¶

type DeleteSourceTwilioTaskrouterRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceTwilioTaskrouterRequest) GetSourceID ¶

type DeleteSourceTwilioTaskrouterResponse ¶

type DeleteSourceTwilioTaskrouterResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceTwilioTaskrouterResponse) GetContentType ¶

func (o *DeleteSourceTwilioTaskrouterResponse) GetContentType() string

func (*DeleteSourceTwilioTaskrouterResponse) GetRawResponse ¶

func (o *DeleteSourceTwilioTaskrouterResponse) GetRawResponse() *http.Response

func (*DeleteSourceTwilioTaskrouterResponse) GetStatusCode ¶

func (o *DeleteSourceTwilioTaskrouterResponse) GetStatusCode() int

type DeleteSourceTwitterRequest ¶

type DeleteSourceTwitterRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceTwitterRequest) GetSourceID ¶

func (o *DeleteSourceTwitterRequest) GetSourceID() string

type DeleteSourceTwitterResponse ¶

type DeleteSourceTwitterResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceTwitterResponse) GetContentType ¶

func (o *DeleteSourceTwitterResponse) GetContentType() string

func (*DeleteSourceTwitterResponse) GetRawResponse ¶

func (o *DeleteSourceTwitterResponse) GetRawResponse() *http.Response

func (*DeleteSourceTwitterResponse) GetStatusCode ¶

func (o *DeleteSourceTwitterResponse) GetStatusCode() int

type DeleteSourceTypeformRequest ¶

type DeleteSourceTypeformRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceTypeformRequest) GetSourceID ¶

func (o *DeleteSourceTypeformRequest) GetSourceID() string

type DeleteSourceTypeformResponse ¶

type DeleteSourceTypeformResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceTypeformResponse) GetContentType ¶

func (o *DeleteSourceTypeformResponse) GetContentType() string

func (*DeleteSourceTypeformResponse) GetRawResponse ¶

func (o *DeleteSourceTypeformResponse) GetRawResponse() *http.Response

func (*DeleteSourceTypeformResponse) GetStatusCode ¶

func (o *DeleteSourceTypeformResponse) GetStatusCode() int

type DeleteSourceUsCensusRequest ¶

type DeleteSourceUsCensusRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceUsCensusRequest) GetSourceID ¶

func (o *DeleteSourceUsCensusRequest) GetSourceID() string

type DeleteSourceUsCensusResponse ¶

type DeleteSourceUsCensusResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceUsCensusResponse) GetContentType ¶

func (o *DeleteSourceUsCensusResponse) GetContentType() string

func (*DeleteSourceUsCensusResponse) GetRawResponse ¶

func (o *DeleteSourceUsCensusResponse) GetRawResponse() *http.Response

func (*DeleteSourceUsCensusResponse) GetStatusCode ¶

func (o *DeleteSourceUsCensusResponse) GetStatusCode() int

type DeleteSourceVantageRequest ¶

type DeleteSourceVantageRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceVantageRequest) GetSourceID ¶

func (o *DeleteSourceVantageRequest) GetSourceID() string

type DeleteSourceVantageResponse ¶

type DeleteSourceVantageResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceVantageResponse) GetContentType ¶

func (o *DeleteSourceVantageResponse) GetContentType() string

func (*DeleteSourceVantageResponse) GetRawResponse ¶

func (o *DeleteSourceVantageResponse) GetRawResponse() *http.Response

func (*DeleteSourceVantageResponse) GetStatusCode ¶

func (o *DeleteSourceVantageResponse) GetStatusCode() int

type DeleteSourceWebflowRequest ¶

type DeleteSourceWebflowRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceWebflowRequest) GetSourceID ¶

func (o *DeleteSourceWebflowRequest) GetSourceID() string

type DeleteSourceWebflowResponse ¶

type DeleteSourceWebflowResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceWebflowResponse) GetContentType ¶

func (o *DeleteSourceWebflowResponse) GetContentType() string

func (*DeleteSourceWebflowResponse) GetRawResponse ¶

func (o *DeleteSourceWebflowResponse) GetRawResponse() *http.Response

func (*DeleteSourceWebflowResponse) GetStatusCode ¶

func (o *DeleteSourceWebflowResponse) GetStatusCode() int

type DeleteSourceWhiskyHunterRequest ¶

type DeleteSourceWhiskyHunterRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceWhiskyHunterRequest) GetSourceID ¶

func (o *DeleteSourceWhiskyHunterRequest) GetSourceID() string

type DeleteSourceWhiskyHunterResponse ¶

type DeleteSourceWhiskyHunterResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceWhiskyHunterResponse) GetContentType ¶

func (o *DeleteSourceWhiskyHunterResponse) GetContentType() string

func (*DeleteSourceWhiskyHunterResponse) GetRawResponse ¶

func (o *DeleteSourceWhiskyHunterResponse) GetRawResponse() *http.Response

func (*DeleteSourceWhiskyHunterResponse) GetStatusCode ¶

func (o *DeleteSourceWhiskyHunterResponse) GetStatusCode() int

type DeleteSourceWikipediaPageviewsRequest ¶

type DeleteSourceWikipediaPageviewsRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceWikipediaPageviewsRequest) GetSourceID ¶

type DeleteSourceWikipediaPageviewsResponse ¶

type DeleteSourceWikipediaPageviewsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceWikipediaPageviewsResponse) GetContentType ¶

func (o *DeleteSourceWikipediaPageviewsResponse) GetContentType() string

func (*DeleteSourceWikipediaPageviewsResponse) GetRawResponse ¶

func (*DeleteSourceWikipediaPageviewsResponse) GetStatusCode ¶

func (o *DeleteSourceWikipediaPageviewsResponse) GetStatusCode() int

type DeleteSourceWoocommerceRequest ¶

type DeleteSourceWoocommerceRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceWoocommerceRequest) GetSourceID ¶

func (o *DeleteSourceWoocommerceRequest) GetSourceID() string

type DeleteSourceWoocommerceResponse ¶

type DeleteSourceWoocommerceResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceWoocommerceResponse) GetContentType ¶

func (o *DeleteSourceWoocommerceResponse) GetContentType() string

func (*DeleteSourceWoocommerceResponse) GetRawResponse ¶

func (o *DeleteSourceWoocommerceResponse) GetRawResponse() *http.Response

func (*DeleteSourceWoocommerceResponse) GetStatusCode ¶

func (o *DeleteSourceWoocommerceResponse) GetStatusCode() int

type DeleteSourceXkcdRequest ¶

type DeleteSourceXkcdRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceXkcdRequest) GetSourceID ¶

func (o *DeleteSourceXkcdRequest) GetSourceID() string

type DeleteSourceXkcdResponse ¶

type DeleteSourceXkcdResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceXkcdResponse) GetContentType ¶

func (o *DeleteSourceXkcdResponse) GetContentType() string

func (*DeleteSourceXkcdResponse) GetRawResponse ¶

func (o *DeleteSourceXkcdResponse) GetRawResponse() *http.Response

func (*DeleteSourceXkcdResponse) GetStatusCode ¶

func (o *DeleteSourceXkcdResponse) GetStatusCode() int

type DeleteSourceYandexMetricaRequest ¶

type DeleteSourceYandexMetricaRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceYandexMetricaRequest) GetSourceID ¶

func (o *DeleteSourceYandexMetricaRequest) GetSourceID() string

type DeleteSourceYandexMetricaResponse ¶

type DeleteSourceYandexMetricaResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceYandexMetricaResponse) GetContentType ¶

func (o *DeleteSourceYandexMetricaResponse) GetContentType() string

func (*DeleteSourceYandexMetricaResponse) GetRawResponse ¶

func (o *DeleteSourceYandexMetricaResponse) GetRawResponse() *http.Response

func (*DeleteSourceYandexMetricaResponse) GetStatusCode ¶

func (o *DeleteSourceYandexMetricaResponse) GetStatusCode() int

type DeleteSourceYotpoRequest ¶

type DeleteSourceYotpoRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceYotpoRequest) GetSourceID ¶

func (o *DeleteSourceYotpoRequest) GetSourceID() string

type DeleteSourceYotpoResponse ¶

type DeleteSourceYotpoResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceYotpoResponse) GetContentType ¶

func (o *DeleteSourceYotpoResponse) GetContentType() string

func (*DeleteSourceYotpoResponse) GetRawResponse ¶

func (o *DeleteSourceYotpoResponse) GetRawResponse() *http.Response

func (*DeleteSourceYotpoResponse) GetStatusCode ¶

func (o *DeleteSourceYotpoResponse) GetStatusCode() int

type DeleteSourceYoutubeAnalyticsRequest ¶

type DeleteSourceYoutubeAnalyticsRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceYoutubeAnalyticsRequest) GetSourceID ¶

type DeleteSourceYoutubeAnalyticsResponse ¶

type DeleteSourceYoutubeAnalyticsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceYoutubeAnalyticsResponse) GetContentType ¶

func (o *DeleteSourceYoutubeAnalyticsResponse) GetContentType() string

func (*DeleteSourceYoutubeAnalyticsResponse) GetRawResponse ¶

func (o *DeleteSourceYoutubeAnalyticsResponse) GetRawResponse() *http.Response

func (*DeleteSourceYoutubeAnalyticsResponse) GetStatusCode ¶

func (o *DeleteSourceYoutubeAnalyticsResponse) GetStatusCode() int

type DeleteSourceZendeskChatRequest ¶

type DeleteSourceZendeskChatRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceZendeskChatRequest) GetSourceID ¶

func (o *DeleteSourceZendeskChatRequest) GetSourceID() string

type DeleteSourceZendeskChatResponse ¶

type DeleteSourceZendeskChatResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceZendeskChatResponse) GetContentType ¶

func (o *DeleteSourceZendeskChatResponse) GetContentType() string

func (*DeleteSourceZendeskChatResponse) GetRawResponse ¶

func (o *DeleteSourceZendeskChatResponse) GetRawResponse() *http.Response

func (*DeleteSourceZendeskChatResponse) GetStatusCode ¶

func (o *DeleteSourceZendeskChatResponse) GetStatusCode() int

type DeleteSourceZendeskSellRequest ¶

type DeleteSourceZendeskSellRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceZendeskSellRequest) GetSourceID ¶

func (o *DeleteSourceZendeskSellRequest) GetSourceID() string

type DeleteSourceZendeskSellResponse ¶

type DeleteSourceZendeskSellResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceZendeskSellResponse) GetContentType ¶

func (o *DeleteSourceZendeskSellResponse) GetContentType() string

func (*DeleteSourceZendeskSellResponse) GetRawResponse ¶

func (o *DeleteSourceZendeskSellResponse) GetRawResponse() *http.Response

func (*DeleteSourceZendeskSellResponse) GetStatusCode ¶

func (o *DeleteSourceZendeskSellResponse) GetStatusCode() int

type DeleteSourceZendeskSunshineRequest ¶

type DeleteSourceZendeskSunshineRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceZendeskSunshineRequest) GetSourceID ¶

func (o *DeleteSourceZendeskSunshineRequest) GetSourceID() string

type DeleteSourceZendeskSunshineResponse ¶

type DeleteSourceZendeskSunshineResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceZendeskSunshineResponse) GetContentType ¶

func (o *DeleteSourceZendeskSunshineResponse) GetContentType() string

func (*DeleteSourceZendeskSunshineResponse) GetRawResponse ¶

func (o *DeleteSourceZendeskSunshineResponse) GetRawResponse() *http.Response

func (*DeleteSourceZendeskSunshineResponse) GetStatusCode ¶

func (o *DeleteSourceZendeskSunshineResponse) GetStatusCode() int

type DeleteSourceZendeskSupportRequest ¶

type DeleteSourceZendeskSupportRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceZendeskSupportRequest) GetSourceID ¶

func (o *DeleteSourceZendeskSupportRequest) GetSourceID() string

type DeleteSourceZendeskSupportResponse ¶

type DeleteSourceZendeskSupportResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceZendeskSupportResponse) GetContentType ¶

func (o *DeleteSourceZendeskSupportResponse) GetContentType() string

func (*DeleteSourceZendeskSupportResponse) GetRawResponse ¶

func (o *DeleteSourceZendeskSupportResponse) GetRawResponse() *http.Response

func (*DeleteSourceZendeskSupportResponse) GetStatusCode ¶

func (o *DeleteSourceZendeskSupportResponse) GetStatusCode() int

type DeleteSourceZendeskTalkRequest ¶

type DeleteSourceZendeskTalkRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceZendeskTalkRequest) GetSourceID ¶

func (o *DeleteSourceZendeskTalkRequest) GetSourceID() string

type DeleteSourceZendeskTalkResponse ¶

type DeleteSourceZendeskTalkResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceZendeskTalkResponse) GetContentType ¶

func (o *DeleteSourceZendeskTalkResponse) GetContentType() string

func (*DeleteSourceZendeskTalkResponse) GetRawResponse ¶

func (o *DeleteSourceZendeskTalkResponse) GetRawResponse() *http.Response

func (*DeleteSourceZendeskTalkResponse) GetStatusCode ¶

func (o *DeleteSourceZendeskTalkResponse) GetStatusCode() int

type DeleteSourceZenloopRequest ¶

type DeleteSourceZenloopRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceZenloopRequest) GetSourceID ¶

func (o *DeleteSourceZenloopRequest) GetSourceID() string

type DeleteSourceZenloopResponse ¶

type DeleteSourceZenloopResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceZenloopResponse) GetContentType ¶

func (o *DeleteSourceZenloopResponse) GetContentType() string

func (*DeleteSourceZenloopResponse) GetRawResponse ¶

func (o *DeleteSourceZenloopResponse) GetRawResponse() *http.Response

func (*DeleteSourceZenloopResponse) GetStatusCode ¶

func (o *DeleteSourceZenloopResponse) GetStatusCode() int

type DeleteSourceZohoCrmRequest ¶

type DeleteSourceZohoCrmRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceZohoCrmRequest) GetSourceID ¶

func (o *DeleteSourceZohoCrmRequest) GetSourceID() string

type DeleteSourceZohoCrmResponse ¶

type DeleteSourceZohoCrmResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceZohoCrmResponse) GetContentType ¶

func (o *DeleteSourceZohoCrmResponse) GetContentType() string

func (*DeleteSourceZohoCrmResponse) GetRawResponse ¶

func (o *DeleteSourceZohoCrmResponse) GetRawResponse() *http.Response

func (*DeleteSourceZohoCrmResponse) GetStatusCode ¶

func (o *DeleteSourceZohoCrmResponse) GetStatusCode() int

type DeleteSourceZoomRequest ¶

type DeleteSourceZoomRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*DeleteSourceZoomRequest) GetSourceID ¶

func (o *DeleteSourceZoomRequest) GetSourceID() string

type DeleteSourceZoomResponse ¶

type DeleteSourceZoomResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteSourceZoomResponse) GetContentType ¶

func (o *DeleteSourceZoomResponse) GetContentType() string

func (*DeleteSourceZoomResponse) GetRawResponse ¶

func (o *DeleteSourceZoomResponse) GetRawResponse() *http.Response

func (*DeleteSourceZoomResponse) GetStatusCode ¶

func (o *DeleteSourceZoomResponse) GetStatusCode() int

type DeleteWorkspaceRequest ¶

type DeleteWorkspaceRequest struct {
	WorkspaceID string `pathParam:"style=simple,explode=false,name=workspaceId"`
}

func (*DeleteWorkspaceRequest) GetWorkspaceID ¶

func (o *DeleteWorkspaceRequest) GetWorkspaceID() string

type DeleteWorkspaceResponse ¶

type DeleteWorkspaceResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*DeleteWorkspaceResponse) GetContentType ¶

func (o *DeleteWorkspaceResponse) GetContentType() string

func (*DeleteWorkspaceResponse) GetRawResponse ¶

func (o *DeleteWorkspaceResponse) GetRawResponse() *http.Response

func (*DeleteWorkspaceResponse) GetStatusCode ¶

func (o *DeleteWorkspaceResponse) GetStatusCode() int

type GetConnectionRequest ¶

type GetConnectionRequest struct {
	ConnectionID string `pathParam:"style=simple,explode=false,name=connectionId"`
}

func (*GetConnectionRequest) GetConnectionID ¶

func (o *GetConnectionRequest) GetConnectionID() string

type GetConnectionResponse ¶

type GetConnectionResponse struct {
	// Get a Connection by the id in the path.
	ConnectionResponse *shared.ConnectionResponse
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetConnectionResponse) GetConnectionResponse ¶

func (o *GetConnectionResponse) GetConnectionResponse() *shared.ConnectionResponse

func (*GetConnectionResponse) GetContentType ¶

func (o *GetConnectionResponse) GetContentType() string

func (*GetConnectionResponse) GetRawResponse ¶

func (o *GetConnectionResponse) GetRawResponse() *http.Response

func (*GetConnectionResponse) GetStatusCode ¶

func (o *GetConnectionResponse) GetStatusCode() int

type GetDestinationAstraRequest ¶

type GetDestinationAstraRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*GetDestinationAstraRequest) GetDestinationID ¶

func (o *GetDestinationAstraRequest) GetDestinationID() string

type GetDestinationAstraResponse ¶

type GetDestinationAstraResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Destination by the id in the path.
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetDestinationAstraResponse) GetContentType ¶

func (o *GetDestinationAstraResponse) GetContentType() string

func (*GetDestinationAstraResponse) GetDestinationResponse ¶

func (o *GetDestinationAstraResponse) GetDestinationResponse() *shared.DestinationResponse

func (*GetDestinationAstraResponse) GetRawResponse ¶

func (o *GetDestinationAstraResponse) GetRawResponse() *http.Response

func (*GetDestinationAstraResponse) GetStatusCode ¶

func (o *GetDestinationAstraResponse) GetStatusCode() int

type GetDestinationAwsDatalakeRequest ¶

type GetDestinationAwsDatalakeRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*GetDestinationAwsDatalakeRequest) GetDestinationID ¶

func (o *GetDestinationAwsDatalakeRequest) GetDestinationID() string

type GetDestinationAwsDatalakeResponse ¶

type GetDestinationAwsDatalakeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Destination by the id in the path.
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetDestinationAwsDatalakeResponse) GetContentType ¶

func (o *GetDestinationAwsDatalakeResponse) GetContentType() string

func (*GetDestinationAwsDatalakeResponse) GetDestinationResponse ¶

func (o *GetDestinationAwsDatalakeResponse) GetDestinationResponse() *shared.DestinationResponse

func (*GetDestinationAwsDatalakeResponse) GetRawResponse ¶

func (o *GetDestinationAwsDatalakeResponse) GetRawResponse() *http.Response

func (*GetDestinationAwsDatalakeResponse) GetStatusCode ¶

func (o *GetDestinationAwsDatalakeResponse) GetStatusCode() int

type GetDestinationAzureBlobStorageRequest ¶

type GetDestinationAzureBlobStorageRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*GetDestinationAzureBlobStorageRequest) GetDestinationID ¶

func (o *GetDestinationAzureBlobStorageRequest) GetDestinationID() string

type GetDestinationAzureBlobStorageResponse ¶

type GetDestinationAzureBlobStorageResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Destination by the id in the path.
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetDestinationAzureBlobStorageResponse) GetContentType ¶

func (o *GetDestinationAzureBlobStorageResponse) GetContentType() string

func (*GetDestinationAzureBlobStorageResponse) GetDestinationResponse ¶

func (*GetDestinationAzureBlobStorageResponse) GetRawResponse ¶

func (*GetDestinationAzureBlobStorageResponse) GetStatusCode ¶

func (o *GetDestinationAzureBlobStorageResponse) GetStatusCode() int

type GetDestinationBigqueryRequest ¶

type GetDestinationBigqueryRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*GetDestinationBigqueryRequest) GetDestinationID ¶

func (o *GetDestinationBigqueryRequest) GetDestinationID() string

type GetDestinationBigqueryResponse ¶

type GetDestinationBigqueryResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Destination by the id in the path.
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetDestinationBigqueryResponse) GetContentType ¶

func (o *GetDestinationBigqueryResponse) GetContentType() string

func (*GetDestinationBigqueryResponse) GetDestinationResponse ¶

func (o *GetDestinationBigqueryResponse) GetDestinationResponse() *shared.DestinationResponse

func (*GetDestinationBigqueryResponse) GetRawResponse ¶

func (o *GetDestinationBigqueryResponse) GetRawResponse() *http.Response

func (*GetDestinationBigqueryResponse) GetStatusCode ¶

func (o *GetDestinationBigqueryResponse) GetStatusCode() int

type GetDestinationClickhouseRequest ¶

type GetDestinationClickhouseRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*GetDestinationClickhouseRequest) GetDestinationID ¶

func (o *GetDestinationClickhouseRequest) GetDestinationID() string

type GetDestinationClickhouseResponse ¶

type GetDestinationClickhouseResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Destination by the id in the path.
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetDestinationClickhouseResponse) GetContentType ¶

func (o *GetDestinationClickhouseResponse) GetContentType() string

func (*GetDestinationClickhouseResponse) GetDestinationResponse ¶

func (o *GetDestinationClickhouseResponse) GetDestinationResponse() *shared.DestinationResponse

func (*GetDestinationClickhouseResponse) GetRawResponse ¶

func (o *GetDestinationClickhouseResponse) GetRawResponse() *http.Response

func (*GetDestinationClickhouseResponse) GetStatusCode ¶

func (o *GetDestinationClickhouseResponse) GetStatusCode() int

type GetDestinationConvexRequest ¶

type GetDestinationConvexRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*GetDestinationConvexRequest) GetDestinationID ¶

func (o *GetDestinationConvexRequest) GetDestinationID() string

type GetDestinationConvexResponse ¶

type GetDestinationConvexResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Destination by the id in the path.
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetDestinationConvexResponse) GetContentType ¶

func (o *GetDestinationConvexResponse) GetContentType() string

func (*GetDestinationConvexResponse) GetDestinationResponse ¶

func (o *GetDestinationConvexResponse) GetDestinationResponse() *shared.DestinationResponse

func (*GetDestinationConvexResponse) GetRawResponse ¶

func (o *GetDestinationConvexResponse) GetRawResponse() *http.Response

func (*GetDestinationConvexResponse) GetStatusCode ¶

func (o *GetDestinationConvexResponse) GetStatusCode() int

type GetDestinationCustomRequest ¶

type GetDestinationCustomRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*GetDestinationCustomRequest) GetDestinationID ¶

func (o *GetDestinationCustomRequest) GetDestinationID() string

type GetDestinationCustomResponse ¶

type GetDestinationCustomResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Destination by the id in the path.
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetDestinationCustomResponse) GetContentType ¶

func (o *GetDestinationCustomResponse) GetContentType() string

func (*GetDestinationCustomResponse) GetDestinationResponse ¶

func (o *GetDestinationCustomResponse) GetDestinationResponse() *shared.DestinationResponse

func (*GetDestinationCustomResponse) GetRawResponse ¶

func (o *GetDestinationCustomResponse) GetRawResponse() *http.Response

func (*GetDestinationCustomResponse) GetStatusCode ¶

func (o *GetDestinationCustomResponse) GetStatusCode() int

type GetDestinationDatabricksRequest ¶

type GetDestinationDatabricksRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*GetDestinationDatabricksRequest) GetDestinationID ¶

func (o *GetDestinationDatabricksRequest) GetDestinationID() string

type GetDestinationDatabricksResponse ¶

type GetDestinationDatabricksResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Destination by the id in the path.
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetDestinationDatabricksResponse) GetContentType ¶

func (o *GetDestinationDatabricksResponse) GetContentType() string

func (*GetDestinationDatabricksResponse) GetDestinationResponse ¶

func (o *GetDestinationDatabricksResponse) GetDestinationResponse() *shared.DestinationResponse

func (*GetDestinationDatabricksResponse) GetRawResponse ¶

func (o *GetDestinationDatabricksResponse) GetRawResponse() *http.Response

func (*GetDestinationDatabricksResponse) GetStatusCode ¶

func (o *GetDestinationDatabricksResponse) GetStatusCode() int

type GetDestinationDevNullRequest ¶

type GetDestinationDevNullRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*GetDestinationDevNullRequest) GetDestinationID ¶

func (o *GetDestinationDevNullRequest) GetDestinationID() string

type GetDestinationDevNullResponse ¶

type GetDestinationDevNullResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Destination by the id in the path.
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetDestinationDevNullResponse) GetContentType ¶

func (o *GetDestinationDevNullResponse) GetContentType() string

func (*GetDestinationDevNullResponse) GetDestinationResponse ¶

func (o *GetDestinationDevNullResponse) GetDestinationResponse() *shared.DestinationResponse

func (*GetDestinationDevNullResponse) GetRawResponse ¶

func (o *GetDestinationDevNullResponse) GetRawResponse() *http.Response

func (*GetDestinationDevNullResponse) GetStatusCode ¶

func (o *GetDestinationDevNullResponse) GetStatusCode() int

type GetDestinationDuckdbRequest ¶

type GetDestinationDuckdbRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*GetDestinationDuckdbRequest) GetDestinationID ¶

func (o *GetDestinationDuckdbRequest) GetDestinationID() string

type GetDestinationDuckdbResponse ¶

type GetDestinationDuckdbResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Destination by the id in the path.
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetDestinationDuckdbResponse) GetContentType ¶

func (o *GetDestinationDuckdbResponse) GetContentType() string

func (*GetDestinationDuckdbResponse) GetDestinationResponse ¶

func (o *GetDestinationDuckdbResponse) GetDestinationResponse() *shared.DestinationResponse

func (*GetDestinationDuckdbResponse) GetRawResponse ¶

func (o *GetDestinationDuckdbResponse) GetRawResponse() *http.Response

func (*GetDestinationDuckdbResponse) GetStatusCode ¶

func (o *GetDestinationDuckdbResponse) GetStatusCode() int

type GetDestinationDynamodbRequest ¶

type GetDestinationDynamodbRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*GetDestinationDynamodbRequest) GetDestinationID ¶

func (o *GetDestinationDynamodbRequest) GetDestinationID() string

type GetDestinationDynamodbResponse ¶

type GetDestinationDynamodbResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Destination by the id in the path.
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetDestinationDynamodbResponse) GetContentType ¶

func (o *GetDestinationDynamodbResponse) GetContentType() string

func (*GetDestinationDynamodbResponse) GetDestinationResponse ¶

func (o *GetDestinationDynamodbResponse) GetDestinationResponse() *shared.DestinationResponse

func (*GetDestinationDynamodbResponse) GetRawResponse ¶

func (o *GetDestinationDynamodbResponse) GetRawResponse() *http.Response

func (*GetDestinationDynamodbResponse) GetStatusCode ¶

func (o *GetDestinationDynamodbResponse) GetStatusCode() int

type GetDestinationElasticsearchRequest ¶

type GetDestinationElasticsearchRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*GetDestinationElasticsearchRequest) GetDestinationID ¶

func (o *GetDestinationElasticsearchRequest) GetDestinationID() string

type GetDestinationElasticsearchResponse ¶

type GetDestinationElasticsearchResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Destination by the id in the path.
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetDestinationElasticsearchResponse) GetContentType ¶

func (o *GetDestinationElasticsearchResponse) GetContentType() string

func (*GetDestinationElasticsearchResponse) GetDestinationResponse ¶

func (o *GetDestinationElasticsearchResponse) GetDestinationResponse() *shared.DestinationResponse

func (*GetDestinationElasticsearchResponse) GetRawResponse ¶

func (o *GetDestinationElasticsearchResponse) GetRawResponse() *http.Response

func (*GetDestinationElasticsearchResponse) GetStatusCode ¶

func (o *GetDestinationElasticsearchResponse) GetStatusCode() int

type GetDestinationFireboltRequest ¶ added in v0.5.1

type GetDestinationFireboltRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*GetDestinationFireboltRequest) GetDestinationID ¶ added in v0.5.1

func (o *GetDestinationFireboltRequest) GetDestinationID() string

type GetDestinationFireboltResponse ¶ added in v0.5.1

type GetDestinationFireboltResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Destination by the id in the path.
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetDestinationFireboltResponse) GetContentType ¶ added in v0.5.1

func (o *GetDestinationFireboltResponse) GetContentType() string

func (*GetDestinationFireboltResponse) GetDestinationResponse ¶ added in v0.5.1

func (o *GetDestinationFireboltResponse) GetDestinationResponse() *shared.DestinationResponse

func (*GetDestinationFireboltResponse) GetRawResponse ¶ added in v0.5.1

func (o *GetDestinationFireboltResponse) GetRawResponse() *http.Response

func (*GetDestinationFireboltResponse) GetStatusCode ¶ added in v0.5.1

func (o *GetDestinationFireboltResponse) GetStatusCode() int

type GetDestinationFirestoreRequest ¶

type GetDestinationFirestoreRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*GetDestinationFirestoreRequest) GetDestinationID ¶

func (o *GetDestinationFirestoreRequest) GetDestinationID() string

type GetDestinationFirestoreResponse ¶

type GetDestinationFirestoreResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Destination by the id in the path.
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetDestinationFirestoreResponse) GetContentType ¶

func (o *GetDestinationFirestoreResponse) GetContentType() string

func (*GetDestinationFirestoreResponse) GetDestinationResponse ¶

func (o *GetDestinationFirestoreResponse) GetDestinationResponse() *shared.DestinationResponse

func (*GetDestinationFirestoreResponse) GetRawResponse ¶

func (o *GetDestinationFirestoreResponse) GetRawResponse() *http.Response

func (*GetDestinationFirestoreResponse) GetStatusCode ¶

func (o *GetDestinationFirestoreResponse) GetStatusCode() int

type GetDestinationGcsRequest ¶

type GetDestinationGcsRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*GetDestinationGcsRequest) GetDestinationID ¶

func (o *GetDestinationGcsRequest) GetDestinationID() string

type GetDestinationGcsResponse ¶

type GetDestinationGcsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Destination by the id in the path.
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetDestinationGcsResponse) GetContentType ¶

func (o *GetDestinationGcsResponse) GetContentType() string

func (*GetDestinationGcsResponse) GetDestinationResponse ¶

func (o *GetDestinationGcsResponse) GetDestinationResponse() *shared.DestinationResponse

func (*GetDestinationGcsResponse) GetRawResponse ¶

func (o *GetDestinationGcsResponse) GetRawResponse() *http.Response

func (*GetDestinationGcsResponse) GetStatusCode ¶

func (o *GetDestinationGcsResponse) GetStatusCode() int

type GetDestinationGoogleSheetsRequest ¶

type GetDestinationGoogleSheetsRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*GetDestinationGoogleSheetsRequest) GetDestinationID ¶

func (o *GetDestinationGoogleSheetsRequest) GetDestinationID() string

type GetDestinationGoogleSheetsResponse ¶

type GetDestinationGoogleSheetsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Destination by the id in the path.
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetDestinationGoogleSheetsResponse) GetContentType ¶

func (o *GetDestinationGoogleSheetsResponse) GetContentType() string

func (*GetDestinationGoogleSheetsResponse) GetDestinationResponse ¶

func (o *GetDestinationGoogleSheetsResponse) GetDestinationResponse() *shared.DestinationResponse

func (*GetDestinationGoogleSheetsResponse) GetRawResponse ¶

func (o *GetDestinationGoogleSheetsResponse) GetRawResponse() *http.Response

func (*GetDestinationGoogleSheetsResponse) GetStatusCode ¶

func (o *GetDestinationGoogleSheetsResponse) GetStatusCode() int

type GetDestinationLangchainRequest ¶

type GetDestinationLangchainRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*GetDestinationLangchainRequest) GetDestinationID ¶

func (o *GetDestinationLangchainRequest) GetDestinationID() string

type GetDestinationLangchainResponse ¶

type GetDestinationLangchainResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Destination by the id in the path.
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetDestinationLangchainResponse) GetContentType ¶

func (o *GetDestinationLangchainResponse) GetContentType() string

func (*GetDestinationLangchainResponse) GetDestinationResponse ¶

func (o *GetDestinationLangchainResponse) GetDestinationResponse() *shared.DestinationResponse

func (*GetDestinationLangchainResponse) GetRawResponse ¶

func (o *GetDestinationLangchainResponse) GetRawResponse() *http.Response

func (*GetDestinationLangchainResponse) GetStatusCode ¶

func (o *GetDestinationLangchainResponse) GetStatusCode() int

type GetDestinationMilvusRequest ¶

type GetDestinationMilvusRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*GetDestinationMilvusRequest) GetDestinationID ¶

func (o *GetDestinationMilvusRequest) GetDestinationID() string

type GetDestinationMilvusResponse ¶

type GetDestinationMilvusResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Destination by the id in the path.
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetDestinationMilvusResponse) GetContentType ¶

func (o *GetDestinationMilvusResponse) GetContentType() string

func (*GetDestinationMilvusResponse) GetDestinationResponse ¶

func (o *GetDestinationMilvusResponse) GetDestinationResponse() *shared.DestinationResponse

func (*GetDestinationMilvusResponse) GetRawResponse ¶

func (o *GetDestinationMilvusResponse) GetRawResponse() *http.Response

func (*GetDestinationMilvusResponse) GetStatusCode ¶

func (o *GetDestinationMilvusResponse) GetStatusCode() int

type GetDestinationMongodbRequest ¶

type GetDestinationMongodbRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*GetDestinationMongodbRequest) GetDestinationID ¶

func (o *GetDestinationMongodbRequest) GetDestinationID() string

type GetDestinationMongodbResponse ¶

type GetDestinationMongodbResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Destination by the id in the path.
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetDestinationMongodbResponse) GetContentType ¶

func (o *GetDestinationMongodbResponse) GetContentType() string

func (*GetDestinationMongodbResponse) GetDestinationResponse ¶

func (o *GetDestinationMongodbResponse) GetDestinationResponse() *shared.DestinationResponse

func (*GetDestinationMongodbResponse) GetRawResponse ¶

func (o *GetDestinationMongodbResponse) GetRawResponse() *http.Response

func (*GetDestinationMongodbResponse) GetStatusCode ¶

func (o *GetDestinationMongodbResponse) GetStatusCode() int

type GetDestinationMssqlRequest ¶

type GetDestinationMssqlRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*GetDestinationMssqlRequest) GetDestinationID ¶

func (o *GetDestinationMssqlRequest) GetDestinationID() string

type GetDestinationMssqlResponse ¶

type GetDestinationMssqlResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Destination by the id in the path.
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetDestinationMssqlResponse) GetContentType ¶

func (o *GetDestinationMssqlResponse) GetContentType() string

func (*GetDestinationMssqlResponse) GetDestinationResponse ¶

func (o *GetDestinationMssqlResponse) GetDestinationResponse() *shared.DestinationResponse

func (*GetDestinationMssqlResponse) GetRawResponse ¶

func (o *GetDestinationMssqlResponse) GetRawResponse() *http.Response

func (*GetDestinationMssqlResponse) GetStatusCode ¶

func (o *GetDestinationMssqlResponse) GetStatusCode() int

type GetDestinationMysqlRequest ¶

type GetDestinationMysqlRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*GetDestinationMysqlRequest) GetDestinationID ¶

func (o *GetDestinationMysqlRequest) GetDestinationID() string

type GetDestinationMysqlResponse ¶

type GetDestinationMysqlResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Destination by the id in the path.
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetDestinationMysqlResponse) GetContentType ¶

func (o *GetDestinationMysqlResponse) GetContentType() string

func (*GetDestinationMysqlResponse) GetDestinationResponse ¶

func (o *GetDestinationMysqlResponse) GetDestinationResponse() *shared.DestinationResponse

func (*GetDestinationMysqlResponse) GetRawResponse ¶

func (o *GetDestinationMysqlResponse) GetRawResponse() *http.Response

func (*GetDestinationMysqlResponse) GetStatusCode ¶

func (o *GetDestinationMysqlResponse) GetStatusCode() int

type GetDestinationOracleRequest ¶

type GetDestinationOracleRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*GetDestinationOracleRequest) GetDestinationID ¶

func (o *GetDestinationOracleRequest) GetDestinationID() string

type GetDestinationOracleResponse ¶

type GetDestinationOracleResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Destination by the id in the path.
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetDestinationOracleResponse) GetContentType ¶

func (o *GetDestinationOracleResponse) GetContentType() string

func (*GetDestinationOracleResponse) GetDestinationResponse ¶

func (o *GetDestinationOracleResponse) GetDestinationResponse() *shared.DestinationResponse

func (*GetDestinationOracleResponse) GetRawResponse ¶

func (o *GetDestinationOracleResponse) GetRawResponse() *http.Response

func (*GetDestinationOracleResponse) GetStatusCode ¶

func (o *GetDestinationOracleResponse) GetStatusCode() int

type GetDestinationPineconeRequest ¶

type GetDestinationPineconeRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*GetDestinationPineconeRequest) GetDestinationID ¶

func (o *GetDestinationPineconeRequest) GetDestinationID() string

type GetDestinationPineconeResponse ¶

type GetDestinationPineconeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Destination by the id in the path.
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetDestinationPineconeResponse) GetContentType ¶

func (o *GetDestinationPineconeResponse) GetContentType() string

func (*GetDestinationPineconeResponse) GetDestinationResponse ¶

func (o *GetDestinationPineconeResponse) GetDestinationResponse() *shared.DestinationResponse

func (*GetDestinationPineconeResponse) GetRawResponse ¶

func (o *GetDestinationPineconeResponse) GetRawResponse() *http.Response

func (*GetDestinationPineconeResponse) GetStatusCode ¶

func (o *GetDestinationPineconeResponse) GetStatusCode() int

type GetDestinationPostgresRequest ¶

type GetDestinationPostgresRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*GetDestinationPostgresRequest) GetDestinationID ¶

func (o *GetDestinationPostgresRequest) GetDestinationID() string

type GetDestinationPostgresResponse ¶

type GetDestinationPostgresResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Destination by the id in the path.
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetDestinationPostgresResponse) GetContentType ¶

func (o *GetDestinationPostgresResponse) GetContentType() string

func (*GetDestinationPostgresResponse) GetDestinationResponse ¶

func (o *GetDestinationPostgresResponse) GetDestinationResponse() *shared.DestinationResponse

func (*GetDestinationPostgresResponse) GetRawResponse ¶

func (o *GetDestinationPostgresResponse) GetRawResponse() *http.Response

func (*GetDestinationPostgresResponse) GetStatusCode ¶

func (o *GetDestinationPostgresResponse) GetStatusCode() int

type GetDestinationPubsubRequest ¶

type GetDestinationPubsubRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*GetDestinationPubsubRequest) GetDestinationID ¶

func (o *GetDestinationPubsubRequest) GetDestinationID() string

type GetDestinationPubsubResponse ¶

type GetDestinationPubsubResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Destination by the id in the path.
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetDestinationPubsubResponse) GetContentType ¶

func (o *GetDestinationPubsubResponse) GetContentType() string

func (*GetDestinationPubsubResponse) GetDestinationResponse ¶

func (o *GetDestinationPubsubResponse) GetDestinationResponse() *shared.DestinationResponse

func (*GetDestinationPubsubResponse) GetRawResponse ¶

func (o *GetDestinationPubsubResponse) GetRawResponse() *http.Response

func (*GetDestinationPubsubResponse) GetStatusCode ¶

func (o *GetDestinationPubsubResponse) GetStatusCode() int

type GetDestinationQdrantRequest ¶

type GetDestinationQdrantRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*GetDestinationQdrantRequest) GetDestinationID ¶

func (o *GetDestinationQdrantRequest) GetDestinationID() string

type GetDestinationQdrantResponse ¶

type GetDestinationQdrantResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Destination by the id in the path.
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetDestinationQdrantResponse) GetContentType ¶

func (o *GetDestinationQdrantResponse) GetContentType() string

func (*GetDestinationQdrantResponse) GetDestinationResponse ¶

func (o *GetDestinationQdrantResponse) GetDestinationResponse() *shared.DestinationResponse

func (*GetDestinationQdrantResponse) GetRawResponse ¶

func (o *GetDestinationQdrantResponse) GetRawResponse() *http.Response

func (*GetDestinationQdrantResponse) GetStatusCode ¶

func (o *GetDestinationQdrantResponse) GetStatusCode() int

type GetDestinationRedisRequest ¶

type GetDestinationRedisRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*GetDestinationRedisRequest) GetDestinationID ¶

func (o *GetDestinationRedisRequest) GetDestinationID() string

type GetDestinationRedisResponse ¶

type GetDestinationRedisResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Destination by the id in the path.
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetDestinationRedisResponse) GetContentType ¶

func (o *GetDestinationRedisResponse) GetContentType() string

func (*GetDestinationRedisResponse) GetDestinationResponse ¶

func (o *GetDestinationRedisResponse) GetDestinationResponse() *shared.DestinationResponse

func (*GetDestinationRedisResponse) GetRawResponse ¶

func (o *GetDestinationRedisResponse) GetRawResponse() *http.Response

func (*GetDestinationRedisResponse) GetStatusCode ¶

func (o *GetDestinationRedisResponse) GetStatusCode() int

type GetDestinationRedshiftRequest ¶

type GetDestinationRedshiftRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*GetDestinationRedshiftRequest) GetDestinationID ¶

func (o *GetDestinationRedshiftRequest) GetDestinationID() string

type GetDestinationRedshiftResponse ¶

type GetDestinationRedshiftResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Destination by the id in the path.
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetDestinationRedshiftResponse) GetContentType ¶

func (o *GetDestinationRedshiftResponse) GetContentType() string

func (*GetDestinationRedshiftResponse) GetDestinationResponse ¶

func (o *GetDestinationRedshiftResponse) GetDestinationResponse() *shared.DestinationResponse

func (*GetDestinationRedshiftResponse) GetRawResponse ¶

func (o *GetDestinationRedshiftResponse) GetRawResponse() *http.Response

func (*GetDestinationRedshiftResponse) GetStatusCode ¶

func (o *GetDestinationRedshiftResponse) GetStatusCode() int

type GetDestinationRequest ¶

type GetDestinationRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*GetDestinationRequest) GetDestinationID ¶

func (o *GetDestinationRequest) GetDestinationID() string

type GetDestinationResponse ¶

type GetDestinationResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Destination by the id in the path.
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetDestinationResponse) GetContentType ¶

func (o *GetDestinationResponse) GetContentType() string

func (*GetDestinationResponse) GetDestinationResponse ¶

func (o *GetDestinationResponse) GetDestinationResponse() *shared.DestinationResponse

func (*GetDestinationResponse) GetRawResponse ¶

func (o *GetDestinationResponse) GetRawResponse() *http.Response

func (*GetDestinationResponse) GetStatusCode ¶

func (o *GetDestinationResponse) GetStatusCode() int

type GetDestinationS3GlueRequest ¶

type GetDestinationS3GlueRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*GetDestinationS3GlueRequest) GetDestinationID ¶

func (o *GetDestinationS3GlueRequest) GetDestinationID() string

type GetDestinationS3GlueResponse ¶

type GetDestinationS3GlueResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Destination by the id in the path.
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetDestinationS3GlueResponse) GetContentType ¶

func (o *GetDestinationS3GlueResponse) GetContentType() string

func (*GetDestinationS3GlueResponse) GetDestinationResponse ¶

func (o *GetDestinationS3GlueResponse) GetDestinationResponse() *shared.DestinationResponse

func (*GetDestinationS3GlueResponse) GetRawResponse ¶

func (o *GetDestinationS3GlueResponse) GetRawResponse() *http.Response

func (*GetDestinationS3GlueResponse) GetStatusCode ¶

func (o *GetDestinationS3GlueResponse) GetStatusCode() int

type GetDestinationS3Request ¶

type GetDestinationS3Request struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*GetDestinationS3Request) GetDestinationID ¶

func (o *GetDestinationS3Request) GetDestinationID() string

type GetDestinationS3Response ¶

type GetDestinationS3Response struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Destination by the id in the path.
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetDestinationS3Response) GetContentType ¶

func (o *GetDestinationS3Response) GetContentType() string

func (*GetDestinationS3Response) GetDestinationResponse ¶

func (o *GetDestinationS3Response) GetDestinationResponse() *shared.DestinationResponse

func (*GetDestinationS3Response) GetRawResponse ¶

func (o *GetDestinationS3Response) GetRawResponse() *http.Response

func (*GetDestinationS3Response) GetStatusCode ¶

func (o *GetDestinationS3Response) GetStatusCode() int

type GetDestinationSftpJSONRequest ¶

type GetDestinationSftpJSONRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*GetDestinationSftpJSONRequest) GetDestinationID ¶

func (o *GetDestinationSftpJSONRequest) GetDestinationID() string

type GetDestinationSftpJSONResponse ¶

type GetDestinationSftpJSONResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Destination by the id in the path.
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetDestinationSftpJSONResponse) GetContentType ¶

func (o *GetDestinationSftpJSONResponse) GetContentType() string

func (*GetDestinationSftpJSONResponse) GetDestinationResponse ¶

func (o *GetDestinationSftpJSONResponse) GetDestinationResponse() *shared.DestinationResponse

func (*GetDestinationSftpJSONResponse) GetRawResponse ¶

func (o *GetDestinationSftpJSONResponse) GetRawResponse() *http.Response

func (*GetDestinationSftpJSONResponse) GetStatusCode ¶

func (o *GetDestinationSftpJSONResponse) GetStatusCode() int

type GetDestinationSnowflakeCortexRequest ¶

type GetDestinationSnowflakeCortexRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*GetDestinationSnowflakeCortexRequest) GetDestinationID ¶

func (o *GetDestinationSnowflakeCortexRequest) GetDestinationID() string

type GetDestinationSnowflakeCortexResponse ¶

type GetDestinationSnowflakeCortexResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Destination by the id in the path.
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetDestinationSnowflakeCortexResponse) GetContentType ¶

func (o *GetDestinationSnowflakeCortexResponse) GetContentType() string

func (*GetDestinationSnowflakeCortexResponse) GetDestinationResponse ¶

func (*GetDestinationSnowflakeCortexResponse) GetRawResponse ¶

func (*GetDestinationSnowflakeCortexResponse) GetStatusCode ¶

func (o *GetDestinationSnowflakeCortexResponse) GetStatusCode() int

type GetDestinationSnowflakeRequest ¶

type GetDestinationSnowflakeRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*GetDestinationSnowflakeRequest) GetDestinationID ¶

func (o *GetDestinationSnowflakeRequest) GetDestinationID() string

type GetDestinationSnowflakeResponse ¶

type GetDestinationSnowflakeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Destination by the id in the path.
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetDestinationSnowflakeResponse) GetContentType ¶

func (o *GetDestinationSnowflakeResponse) GetContentType() string

func (*GetDestinationSnowflakeResponse) GetDestinationResponse ¶

func (o *GetDestinationSnowflakeResponse) GetDestinationResponse() *shared.DestinationResponse

func (*GetDestinationSnowflakeResponse) GetRawResponse ¶

func (o *GetDestinationSnowflakeResponse) GetRawResponse() *http.Response

func (*GetDestinationSnowflakeResponse) GetStatusCode ¶

func (o *GetDestinationSnowflakeResponse) GetStatusCode() int

type GetDestinationTeradataRequest ¶

type GetDestinationTeradataRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*GetDestinationTeradataRequest) GetDestinationID ¶

func (o *GetDestinationTeradataRequest) GetDestinationID() string

type GetDestinationTeradataResponse ¶

type GetDestinationTeradataResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Destination by the id in the path.
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetDestinationTeradataResponse) GetContentType ¶

func (o *GetDestinationTeradataResponse) GetContentType() string

func (*GetDestinationTeradataResponse) GetDestinationResponse ¶

func (o *GetDestinationTeradataResponse) GetDestinationResponse() *shared.DestinationResponse

func (*GetDestinationTeradataResponse) GetRawResponse ¶

func (o *GetDestinationTeradataResponse) GetRawResponse() *http.Response

func (*GetDestinationTeradataResponse) GetStatusCode ¶

func (o *GetDestinationTeradataResponse) GetStatusCode() int

type GetDestinationTypesenseRequest ¶

type GetDestinationTypesenseRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*GetDestinationTypesenseRequest) GetDestinationID ¶

func (o *GetDestinationTypesenseRequest) GetDestinationID() string

type GetDestinationTypesenseResponse ¶

type GetDestinationTypesenseResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Destination by the id in the path.
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetDestinationTypesenseResponse) GetContentType ¶

func (o *GetDestinationTypesenseResponse) GetContentType() string

func (*GetDestinationTypesenseResponse) GetDestinationResponse ¶

func (o *GetDestinationTypesenseResponse) GetDestinationResponse() *shared.DestinationResponse

func (*GetDestinationTypesenseResponse) GetRawResponse ¶

func (o *GetDestinationTypesenseResponse) GetRawResponse() *http.Response

func (*GetDestinationTypesenseResponse) GetStatusCode ¶

func (o *GetDestinationTypesenseResponse) GetStatusCode() int

type GetDestinationVectaraRequest ¶

type GetDestinationVectaraRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*GetDestinationVectaraRequest) GetDestinationID ¶

func (o *GetDestinationVectaraRequest) GetDestinationID() string

type GetDestinationVectaraResponse ¶

type GetDestinationVectaraResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Destination by the id in the path.
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetDestinationVectaraResponse) GetContentType ¶

func (o *GetDestinationVectaraResponse) GetContentType() string

func (*GetDestinationVectaraResponse) GetDestinationResponse ¶

func (o *GetDestinationVectaraResponse) GetDestinationResponse() *shared.DestinationResponse

func (*GetDestinationVectaraResponse) GetRawResponse ¶

func (o *GetDestinationVectaraResponse) GetRawResponse() *http.Response

func (*GetDestinationVectaraResponse) GetStatusCode ¶

func (o *GetDestinationVectaraResponse) GetStatusCode() int

type GetDestinationWeaviateRequest ¶

type GetDestinationWeaviateRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*GetDestinationWeaviateRequest) GetDestinationID ¶

func (o *GetDestinationWeaviateRequest) GetDestinationID() string

type GetDestinationWeaviateResponse ¶

type GetDestinationWeaviateResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Destination by the id in the path.
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetDestinationWeaviateResponse) GetContentType ¶

func (o *GetDestinationWeaviateResponse) GetContentType() string

func (*GetDestinationWeaviateResponse) GetDestinationResponse ¶

func (o *GetDestinationWeaviateResponse) GetDestinationResponse() *shared.DestinationResponse

func (*GetDestinationWeaviateResponse) GetRawResponse ¶

func (o *GetDestinationWeaviateResponse) GetRawResponse() *http.Response

func (*GetDestinationWeaviateResponse) GetStatusCode ¶

func (o *GetDestinationWeaviateResponse) GetStatusCode() int

type GetDestinationYellowbrickRequest ¶

type GetDestinationYellowbrickRequest struct {
	DestinationID string `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*GetDestinationYellowbrickRequest) GetDestinationID ¶

func (o *GetDestinationYellowbrickRequest) GetDestinationID() string

type GetDestinationYellowbrickResponse ¶

type GetDestinationYellowbrickResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Destination by the id in the path.
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetDestinationYellowbrickResponse) GetContentType ¶

func (o *GetDestinationYellowbrickResponse) GetContentType() string

func (*GetDestinationYellowbrickResponse) GetDestinationResponse ¶

func (o *GetDestinationYellowbrickResponse) GetDestinationResponse() *shared.DestinationResponse

func (*GetDestinationYellowbrickResponse) GetRawResponse ¶

func (o *GetDestinationYellowbrickResponse) GetRawResponse() *http.Response

func (*GetDestinationYellowbrickResponse) GetStatusCode ¶

func (o *GetDestinationYellowbrickResponse) GetStatusCode() int

type GetHealthCheckResponse ¶

type GetHealthCheckResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetHealthCheckResponse) GetContentType ¶

func (o *GetHealthCheckResponse) GetContentType() string

func (*GetHealthCheckResponse) GetRawResponse ¶

func (o *GetHealthCheckResponse) GetRawResponse() *http.Response

func (*GetHealthCheckResponse) GetStatusCode ¶

func (o *GetHealthCheckResponse) GetStatusCode() int

type GetJobRequest ¶

type GetJobRequest struct {
	JobID int64 `pathParam:"style=simple,explode=false,name=jobId"`
}

func (*GetJobRequest) GetJobID ¶

func (o *GetJobRequest) GetJobID() int64

type GetJobResponse ¶

type GetJobResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Job by the id in the path.
	JobResponse *shared.JobResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetJobResponse) GetContentType ¶

func (o *GetJobResponse) GetContentType() string

func (*GetJobResponse) GetJobResponse ¶

func (o *GetJobResponse) GetJobResponse() *shared.JobResponse

func (*GetJobResponse) GetRawResponse ¶

func (o *GetJobResponse) GetRawResponse() *http.Response

func (*GetJobResponse) GetStatusCode ¶

func (o *GetJobResponse) GetStatusCode() int

type GetPermissionRequest ¶

type GetPermissionRequest struct {
	PermissionID string `pathParam:"style=simple,explode=false,name=permissionId"`
}

func (*GetPermissionRequest) GetPermissionID ¶

func (o *GetPermissionRequest) GetPermissionID() string

type GetPermissionResponse ¶

type GetPermissionResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Permission by the id in the path.
	PermissionResponse *shared.PermissionResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetPermissionResponse) GetContentType ¶

func (o *GetPermissionResponse) GetContentType() string

func (*GetPermissionResponse) GetPermissionResponse ¶

func (o *GetPermissionResponse) GetPermissionResponse() *shared.PermissionResponse

func (*GetPermissionResponse) GetRawResponse ¶

func (o *GetPermissionResponse) GetRawResponse() *http.Response

func (*GetPermissionResponse) GetStatusCode ¶

func (o *GetPermissionResponse) GetStatusCode() int

type GetSourceAhaRequest ¶

type GetSourceAhaRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceAhaRequest) GetSourceID ¶

func (o *GetSourceAhaRequest) GetSourceID() string

type GetSourceAhaResponse ¶

type GetSourceAhaResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceAhaResponse) GetContentType ¶

func (o *GetSourceAhaResponse) GetContentType() string

func (*GetSourceAhaResponse) GetRawResponse ¶

func (o *GetSourceAhaResponse) GetRawResponse() *http.Response

func (*GetSourceAhaResponse) GetSourceResponse ¶

func (o *GetSourceAhaResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceAhaResponse) GetStatusCode ¶

func (o *GetSourceAhaResponse) GetStatusCode() int

type GetSourceAircallRequest ¶

type GetSourceAircallRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceAircallRequest) GetSourceID ¶

func (o *GetSourceAircallRequest) GetSourceID() string

type GetSourceAircallResponse ¶

type GetSourceAircallResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceAircallResponse) GetContentType ¶

func (o *GetSourceAircallResponse) GetContentType() string

func (*GetSourceAircallResponse) GetRawResponse ¶

func (o *GetSourceAircallResponse) GetRawResponse() *http.Response

func (*GetSourceAircallResponse) GetSourceResponse ¶

func (o *GetSourceAircallResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceAircallResponse) GetStatusCode ¶

func (o *GetSourceAircallResponse) GetStatusCode() int

type GetSourceAirtableRequest ¶

type GetSourceAirtableRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceAirtableRequest) GetSourceID ¶

func (o *GetSourceAirtableRequest) GetSourceID() string

type GetSourceAirtableResponse ¶

type GetSourceAirtableResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceAirtableResponse) GetContentType ¶

func (o *GetSourceAirtableResponse) GetContentType() string

func (*GetSourceAirtableResponse) GetRawResponse ¶

func (o *GetSourceAirtableResponse) GetRawResponse() *http.Response

func (*GetSourceAirtableResponse) GetSourceResponse ¶

func (o *GetSourceAirtableResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceAirtableResponse) GetStatusCode ¶

func (o *GetSourceAirtableResponse) GetStatusCode() int

type GetSourceAmazonAdsRequest ¶

type GetSourceAmazonAdsRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceAmazonAdsRequest) GetSourceID ¶

func (o *GetSourceAmazonAdsRequest) GetSourceID() string

type GetSourceAmazonAdsResponse ¶

type GetSourceAmazonAdsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceAmazonAdsResponse) GetContentType ¶

func (o *GetSourceAmazonAdsResponse) GetContentType() string

func (*GetSourceAmazonAdsResponse) GetRawResponse ¶

func (o *GetSourceAmazonAdsResponse) GetRawResponse() *http.Response

func (*GetSourceAmazonAdsResponse) GetSourceResponse ¶

func (o *GetSourceAmazonAdsResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceAmazonAdsResponse) GetStatusCode ¶

func (o *GetSourceAmazonAdsResponse) GetStatusCode() int

type GetSourceAmazonSellerPartnerRequest ¶

type GetSourceAmazonSellerPartnerRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceAmazonSellerPartnerRequest) GetSourceID ¶

type GetSourceAmazonSellerPartnerResponse ¶

type GetSourceAmazonSellerPartnerResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceAmazonSellerPartnerResponse) GetContentType ¶

func (o *GetSourceAmazonSellerPartnerResponse) GetContentType() string

func (*GetSourceAmazonSellerPartnerResponse) GetRawResponse ¶

func (o *GetSourceAmazonSellerPartnerResponse) GetRawResponse() *http.Response

func (*GetSourceAmazonSellerPartnerResponse) GetSourceResponse ¶

func (*GetSourceAmazonSellerPartnerResponse) GetStatusCode ¶

func (o *GetSourceAmazonSellerPartnerResponse) GetStatusCode() int

type GetSourceAmazonSqsRequest ¶

type GetSourceAmazonSqsRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceAmazonSqsRequest) GetSourceID ¶

func (o *GetSourceAmazonSqsRequest) GetSourceID() string

type GetSourceAmazonSqsResponse ¶

type GetSourceAmazonSqsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceAmazonSqsResponse) GetContentType ¶

func (o *GetSourceAmazonSqsResponse) GetContentType() string

func (*GetSourceAmazonSqsResponse) GetRawResponse ¶

func (o *GetSourceAmazonSqsResponse) GetRawResponse() *http.Response

func (*GetSourceAmazonSqsResponse) GetSourceResponse ¶

func (o *GetSourceAmazonSqsResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceAmazonSqsResponse) GetStatusCode ¶

func (o *GetSourceAmazonSqsResponse) GetStatusCode() int

type GetSourceAmplitudeRequest ¶

type GetSourceAmplitudeRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceAmplitudeRequest) GetSourceID ¶

func (o *GetSourceAmplitudeRequest) GetSourceID() string

type GetSourceAmplitudeResponse ¶

type GetSourceAmplitudeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceAmplitudeResponse) GetContentType ¶

func (o *GetSourceAmplitudeResponse) GetContentType() string

func (*GetSourceAmplitudeResponse) GetRawResponse ¶

func (o *GetSourceAmplitudeResponse) GetRawResponse() *http.Response

func (*GetSourceAmplitudeResponse) GetSourceResponse ¶

func (o *GetSourceAmplitudeResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceAmplitudeResponse) GetStatusCode ¶

func (o *GetSourceAmplitudeResponse) GetStatusCode() int

type GetSourceApifyDatasetRequest ¶

type GetSourceApifyDatasetRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceApifyDatasetRequest) GetSourceID ¶

func (o *GetSourceApifyDatasetRequest) GetSourceID() string

type GetSourceApifyDatasetResponse ¶

type GetSourceApifyDatasetResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceApifyDatasetResponse) GetContentType ¶

func (o *GetSourceApifyDatasetResponse) GetContentType() string

func (*GetSourceApifyDatasetResponse) GetRawResponse ¶

func (o *GetSourceApifyDatasetResponse) GetRawResponse() *http.Response

func (*GetSourceApifyDatasetResponse) GetSourceResponse ¶

func (o *GetSourceApifyDatasetResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceApifyDatasetResponse) GetStatusCode ¶

func (o *GetSourceApifyDatasetResponse) GetStatusCode() int

type GetSourceAppfollowRequest ¶

type GetSourceAppfollowRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceAppfollowRequest) GetSourceID ¶

func (o *GetSourceAppfollowRequest) GetSourceID() string

type GetSourceAppfollowResponse ¶

type GetSourceAppfollowResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceAppfollowResponse) GetContentType ¶

func (o *GetSourceAppfollowResponse) GetContentType() string

func (*GetSourceAppfollowResponse) GetRawResponse ¶

func (o *GetSourceAppfollowResponse) GetRawResponse() *http.Response

func (*GetSourceAppfollowResponse) GetSourceResponse ¶

func (o *GetSourceAppfollowResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceAppfollowResponse) GetStatusCode ¶

func (o *GetSourceAppfollowResponse) GetStatusCode() int

type GetSourceAsanaRequest ¶

type GetSourceAsanaRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceAsanaRequest) GetSourceID ¶

func (o *GetSourceAsanaRequest) GetSourceID() string

type GetSourceAsanaResponse ¶

type GetSourceAsanaResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceAsanaResponse) GetContentType ¶

func (o *GetSourceAsanaResponse) GetContentType() string

func (*GetSourceAsanaResponse) GetRawResponse ¶

func (o *GetSourceAsanaResponse) GetRawResponse() *http.Response

func (*GetSourceAsanaResponse) GetSourceResponse ¶

func (o *GetSourceAsanaResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceAsanaResponse) GetStatusCode ¶

func (o *GetSourceAsanaResponse) GetStatusCode() int

type GetSourceAuth0Request ¶

type GetSourceAuth0Request struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceAuth0Request) GetSourceID ¶

func (o *GetSourceAuth0Request) GetSourceID() string

type GetSourceAuth0Response ¶

type GetSourceAuth0Response struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceAuth0Response) GetContentType ¶

func (o *GetSourceAuth0Response) GetContentType() string

func (*GetSourceAuth0Response) GetRawResponse ¶

func (o *GetSourceAuth0Response) GetRawResponse() *http.Response

func (*GetSourceAuth0Response) GetSourceResponse ¶

func (o *GetSourceAuth0Response) GetSourceResponse() *shared.SourceResponse

func (*GetSourceAuth0Response) GetStatusCode ¶

func (o *GetSourceAuth0Response) GetStatusCode() int

type GetSourceAwsCloudtrailRequest ¶

type GetSourceAwsCloudtrailRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceAwsCloudtrailRequest) GetSourceID ¶

func (o *GetSourceAwsCloudtrailRequest) GetSourceID() string

type GetSourceAwsCloudtrailResponse ¶

type GetSourceAwsCloudtrailResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceAwsCloudtrailResponse) GetContentType ¶

func (o *GetSourceAwsCloudtrailResponse) GetContentType() string

func (*GetSourceAwsCloudtrailResponse) GetRawResponse ¶

func (o *GetSourceAwsCloudtrailResponse) GetRawResponse() *http.Response

func (*GetSourceAwsCloudtrailResponse) GetSourceResponse ¶

func (o *GetSourceAwsCloudtrailResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceAwsCloudtrailResponse) GetStatusCode ¶

func (o *GetSourceAwsCloudtrailResponse) GetStatusCode() int

type GetSourceAzureBlobStorageRequest ¶

type GetSourceAzureBlobStorageRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceAzureBlobStorageRequest) GetSourceID ¶

func (o *GetSourceAzureBlobStorageRequest) GetSourceID() string

type GetSourceAzureBlobStorageResponse ¶

type GetSourceAzureBlobStorageResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceAzureBlobStorageResponse) GetContentType ¶

func (o *GetSourceAzureBlobStorageResponse) GetContentType() string

func (*GetSourceAzureBlobStorageResponse) GetRawResponse ¶

func (o *GetSourceAzureBlobStorageResponse) GetRawResponse() *http.Response

func (*GetSourceAzureBlobStorageResponse) GetSourceResponse ¶

func (*GetSourceAzureBlobStorageResponse) GetStatusCode ¶

func (o *GetSourceAzureBlobStorageResponse) GetStatusCode() int

type GetSourceAzureTableRequest ¶

type GetSourceAzureTableRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceAzureTableRequest) GetSourceID ¶

func (o *GetSourceAzureTableRequest) GetSourceID() string

type GetSourceAzureTableResponse ¶

type GetSourceAzureTableResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceAzureTableResponse) GetContentType ¶

func (o *GetSourceAzureTableResponse) GetContentType() string

func (*GetSourceAzureTableResponse) GetRawResponse ¶

func (o *GetSourceAzureTableResponse) GetRawResponse() *http.Response

func (*GetSourceAzureTableResponse) GetSourceResponse ¶

func (o *GetSourceAzureTableResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceAzureTableResponse) GetStatusCode ¶

func (o *GetSourceAzureTableResponse) GetStatusCode() int

type GetSourceBambooHrRequest ¶

type GetSourceBambooHrRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceBambooHrRequest) GetSourceID ¶

func (o *GetSourceBambooHrRequest) GetSourceID() string

type GetSourceBambooHrResponse ¶

type GetSourceBambooHrResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceBambooHrResponse) GetContentType ¶

func (o *GetSourceBambooHrResponse) GetContentType() string

func (*GetSourceBambooHrResponse) GetRawResponse ¶

func (o *GetSourceBambooHrResponse) GetRawResponse() *http.Response

func (*GetSourceBambooHrResponse) GetSourceResponse ¶

func (o *GetSourceBambooHrResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceBambooHrResponse) GetStatusCode ¶

func (o *GetSourceBambooHrResponse) GetStatusCode() int

type GetSourceBigqueryRequest ¶

type GetSourceBigqueryRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceBigqueryRequest) GetSourceID ¶

func (o *GetSourceBigqueryRequest) GetSourceID() string

type GetSourceBigqueryResponse ¶

type GetSourceBigqueryResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceBigqueryResponse) GetContentType ¶

func (o *GetSourceBigqueryResponse) GetContentType() string

func (*GetSourceBigqueryResponse) GetRawResponse ¶

func (o *GetSourceBigqueryResponse) GetRawResponse() *http.Response

func (*GetSourceBigqueryResponse) GetSourceResponse ¶

func (o *GetSourceBigqueryResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceBigqueryResponse) GetStatusCode ¶

func (o *GetSourceBigqueryResponse) GetStatusCode() int

type GetSourceBingAdsRequest ¶

type GetSourceBingAdsRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceBingAdsRequest) GetSourceID ¶

func (o *GetSourceBingAdsRequest) GetSourceID() string

type GetSourceBingAdsResponse ¶

type GetSourceBingAdsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceBingAdsResponse) GetContentType ¶

func (o *GetSourceBingAdsResponse) GetContentType() string

func (*GetSourceBingAdsResponse) GetRawResponse ¶

func (o *GetSourceBingAdsResponse) GetRawResponse() *http.Response

func (*GetSourceBingAdsResponse) GetSourceResponse ¶

func (o *GetSourceBingAdsResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceBingAdsResponse) GetStatusCode ¶

func (o *GetSourceBingAdsResponse) GetStatusCode() int

type GetSourceBraintreeRequest ¶

type GetSourceBraintreeRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceBraintreeRequest) GetSourceID ¶

func (o *GetSourceBraintreeRequest) GetSourceID() string

type GetSourceBraintreeResponse ¶

type GetSourceBraintreeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceBraintreeResponse) GetContentType ¶

func (o *GetSourceBraintreeResponse) GetContentType() string

func (*GetSourceBraintreeResponse) GetRawResponse ¶

func (o *GetSourceBraintreeResponse) GetRawResponse() *http.Response

func (*GetSourceBraintreeResponse) GetSourceResponse ¶

func (o *GetSourceBraintreeResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceBraintreeResponse) GetStatusCode ¶

func (o *GetSourceBraintreeResponse) GetStatusCode() int

type GetSourceBrazeRequest ¶

type GetSourceBrazeRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceBrazeRequest) GetSourceID ¶

func (o *GetSourceBrazeRequest) GetSourceID() string

type GetSourceBrazeResponse ¶

type GetSourceBrazeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceBrazeResponse) GetContentType ¶

func (o *GetSourceBrazeResponse) GetContentType() string

func (*GetSourceBrazeResponse) GetRawResponse ¶

func (o *GetSourceBrazeResponse) GetRawResponse() *http.Response

func (*GetSourceBrazeResponse) GetSourceResponse ¶

func (o *GetSourceBrazeResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceBrazeResponse) GetStatusCode ¶

func (o *GetSourceBrazeResponse) GetStatusCode() int

type GetSourceCartRequest ¶

type GetSourceCartRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceCartRequest) GetSourceID ¶

func (o *GetSourceCartRequest) GetSourceID() string

type GetSourceCartResponse ¶

type GetSourceCartResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceCartResponse) GetContentType ¶

func (o *GetSourceCartResponse) GetContentType() string

func (*GetSourceCartResponse) GetRawResponse ¶

func (o *GetSourceCartResponse) GetRawResponse() *http.Response

func (*GetSourceCartResponse) GetSourceResponse ¶

func (o *GetSourceCartResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceCartResponse) GetStatusCode ¶

func (o *GetSourceCartResponse) GetStatusCode() int

type GetSourceChargebeeRequest ¶

type GetSourceChargebeeRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceChargebeeRequest) GetSourceID ¶

func (o *GetSourceChargebeeRequest) GetSourceID() string

type GetSourceChargebeeResponse ¶

type GetSourceChargebeeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceChargebeeResponse) GetContentType ¶

func (o *GetSourceChargebeeResponse) GetContentType() string

func (*GetSourceChargebeeResponse) GetRawResponse ¶

func (o *GetSourceChargebeeResponse) GetRawResponse() *http.Response

func (*GetSourceChargebeeResponse) GetSourceResponse ¶

func (o *GetSourceChargebeeResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceChargebeeResponse) GetStatusCode ¶

func (o *GetSourceChargebeeResponse) GetStatusCode() int

type GetSourceChartmogulRequest ¶

type GetSourceChartmogulRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceChartmogulRequest) GetSourceID ¶

func (o *GetSourceChartmogulRequest) GetSourceID() string

type GetSourceChartmogulResponse ¶

type GetSourceChartmogulResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceChartmogulResponse) GetContentType ¶

func (o *GetSourceChartmogulResponse) GetContentType() string

func (*GetSourceChartmogulResponse) GetRawResponse ¶

func (o *GetSourceChartmogulResponse) GetRawResponse() *http.Response

func (*GetSourceChartmogulResponse) GetSourceResponse ¶

func (o *GetSourceChartmogulResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceChartmogulResponse) GetStatusCode ¶

func (o *GetSourceChartmogulResponse) GetStatusCode() int

type GetSourceClickhouseRequest ¶

type GetSourceClickhouseRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceClickhouseRequest) GetSourceID ¶

func (o *GetSourceClickhouseRequest) GetSourceID() string

type GetSourceClickhouseResponse ¶

type GetSourceClickhouseResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceClickhouseResponse) GetContentType ¶

func (o *GetSourceClickhouseResponse) GetContentType() string

func (*GetSourceClickhouseResponse) GetRawResponse ¶

func (o *GetSourceClickhouseResponse) GetRawResponse() *http.Response

func (*GetSourceClickhouseResponse) GetSourceResponse ¶

func (o *GetSourceClickhouseResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceClickhouseResponse) GetStatusCode ¶

func (o *GetSourceClickhouseResponse) GetStatusCode() int

type GetSourceClickupAPIRequest ¶

type GetSourceClickupAPIRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceClickupAPIRequest) GetSourceID ¶

func (o *GetSourceClickupAPIRequest) GetSourceID() string

type GetSourceClickupAPIResponse ¶

type GetSourceClickupAPIResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceClickupAPIResponse) GetContentType ¶

func (o *GetSourceClickupAPIResponse) GetContentType() string

func (*GetSourceClickupAPIResponse) GetRawResponse ¶

func (o *GetSourceClickupAPIResponse) GetRawResponse() *http.Response

func (*GetSourceClickupAPIResponse) GetSourceResponse ¶

func (o *GetSourceClickupAPIResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceClickupAPIResponse) GetStatusCode ¶

func (o *GetSourceClickupAPIResponse) GetStatusCode() int

type GetSourceClockifyRequest ¶

type GetSourceClockifyRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceClockifyRequest) GetSourceID ¶

func (o *GetSourceClockifyRequest) GetSourceID() string

type GetSourceClockifyResponse ¶

type GetSourceClockifyResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceClockifyResponse) GetContentType ¶

func (o *GetSourceClockifyResponse) GetContentType() string

func (*GetSourceClockifyResponse) GetRawResponse ¶

func (o *GetSourceClockifyResponse) GetRawResponse() *http.Response

func (*GetSourceClockifyResponse) GetSourceResponse ¶

func (o *GetSourceClockifyResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceClockifyResponse) GetStatusCode ¶

func (o *GetSourceClockifyResponse) GetStatusCode() int

type GetSourceCloseComRequest ¶

type GetSourceCloseComRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceCloseComRequest) GetSourceID ¶

func (o *GetSourceCloseComRequest) GetSourceID() string

type GetSourceCloseComResponse ¶

type GetSourceCloseComResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceCloseComResponse) GetContentType ¶

func (o *GetSourceCloseComResponse) GetContentType() string

func (*GetSourceCloseComResponse) GetRawResponse ¶

func (o *GetSourceCloseComResponse) GetRawResponse() *http.Response

func (*GetSourceCloseComResponse) GetSourceResponse ¶

func (o *GetSourceCloseComResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceCloseComResponse) GetStatusCode ¶

func (o *GetSourceCloseComResponse) GetStatusCode() int

type GetSourceCodaRequest ¶

type GetSourceCodaRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceCodaRequest) GetSourceID ¶

func (o *GetSourceCodaRequest) GetSourceID() string

type GetSourceCodaResponse ¶

type GetSourceCodaResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceCodaResponse) GetContentType ¶

func (o *GetSourceCodaResponse) GetContentType() string

func (*GetSourceCodaResponse) GetRawResponse ¶

func (o *GetSourceCodaResponse) GetRawResponse() *http.Response

func (*GetSourceCodaResponse) GetSourceResponse ¶

func (o *GetSourceCodaResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceCodaResponse) GetStatusCode ¶

func (o *GetSourceCodaResponse) GetStatusCode() int

type GetSourceCoinAPIRequest ¶

type GetSourceCoinAPIRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceCoinAPIRequest) GetSourceID ¶

func (o *GetSourceCoinAPIRequest) GetSourceID() string

type GetSourceCoinAPIResponse ¶

type GetSourceCoinAPIResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceCoinAPIResponse) GetContentType ¶

func (o *GetSourceCoinAPIResponse) GetContentType() string

func (*GetSourceCoinAPIResponse) GetRawResponse ¶

func (o *GetSourceCoinAPIResponse) GetRawResponse() *http.Response

func (*GetSourceCoinAPIResponse) GetSourceResponse ¶

func (o *GetSourceCoinAPIResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceCoinAPIResponse) GetStatusCode ¶

func (o *GetSourceCoinAPIResponse) GetStatusCode() int

type GetSourceCoinmarketcapRequest ¶

type GetSourceCoinmarketcapRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceCoinmarketcapRequest) GetSourceID ¶

func (o *GetSourceCoinmarketcapRequest) GetSourceID() string

type GetSourceCoinmarketcapResponse ¶

type GetSourceCoinmarketcapResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceCoinmarketcapResponse) GetContentType ¶

func (o *GetSourceCoinmarketcapResponse) GetContentType() string

func (*GetSourceCoinmarketcapResponse) GetRawResponse ¶

func (o *GetSourceCoinmarketcapResponse) GetRawResponse() *http.Response

func (*GetSourceCoinmarketcapResponse) GetSourceResponse ¶

func (o *GetSourceCoinmarketcapResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceCoinmarketcapResponse) GetStatusCode ¶

func (o *GetSourceCoinmarketcapResponse) GetStatusCode() int

type GetSourceConfigcatRequest ¶

type GetSourceConfigcatRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceConfigcatRequest) GetSourceID ¶

func (o *GetSourceConfigcatRequest) GetSourceID() string

type GetSourceConfigcatResponse ¶

type GetSourceConfigcatResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceConfigcatResponse) GetContentType ¶

func (o *GetSourceConfigcatResponse) GetContentType() string

func (*GetSourceConfigcatResponse) GetRawResponse ¶

func (o *GetSourceConfigcatResponse) GetRawResponse() *http.Response

func (*GetSourceConfigcatResponse) GetSourceResponse ¶

func (o *GetSourceConfigcatResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceConfigcatResponse) GetStatusCode ¶

func (o *GetSourceConfigcatResponse) GetStatusCode() int

type GetSourceConfluenceRequest ¶

type GetSourceConfluenceRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceConfluenceRequest) GetSourceID ¶

func (o *GetSourceConfluenceRequest) GetSourceID() string

type GetSourceConfluenceResponse ¶

type GetSourceConfluenceResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceConfluenceResponse) GetContentType ¶

func (o *GetSourceConfluenceResponse) GetContentType() string

func (*GetSourceConfluenceResponse) GetRawResponse ¶

func (o *GetSourceConfluenceResponse) GetRawResponse() *http.Response

func (*GetSourceConfluenceResponse) GetSourceResponse ¶

func (o *GetSourceConfluenceResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceConfluenceResponse) GetStatusCode ¶

func (o *GetSourceConfluenceResponse) GetStatusCode() int

type GetSourceConvexRequest ¶

type GetSourceConvexRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceConvexRequest) GetSourceID ¶

func (o *GetSourceConvexRequest) GetSourceID() string

type GetSourceConvexResponse ¶

type GetSourceConvexResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceConvexResponse) GetContentType ¶

func (o *GetSourceConvexResponse) GetContentType() string

func (*GetSourceConvexResponse) GetRawResponse ¶

func (o *GetSourceConvexResponse) GetRawResponse() *http.Response

func (*GetSourceConvexResponse) GetSourceResponse ¶

func (o *GetSourceConvexResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceConvexResponse) GetStatusCode ¶

func (o *GetSourceConvexResponse) GetStatusCode() int

type GetSourceCustomRequest ¶

type GetSourceCustomRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceCustomRequest) GetSourceID ¶

func (o *GetSourceCustomRequest) GetSourceID() string

type GetSourceCustomResponse ¶

type GetSourceCustomResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceCustomResponse) GetContentType ¶

func (o *GetSourceCustomResponse) GetContentType() string

func (*GetSourceCustomResponse) GetRawResponse ¶

func (o *GetSourceCustomResponse) GetRawResponse() *http.Response

func (*GetSourceCustomResponse) GetSourceResponse ¶

func (o *GetSourceCustomResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceCustomResponse) GetStatusCode ¶

func (o *GetSourceCustomResponse) GetStatusCode() int

type GetSourceDatascopeRequest ¶

type GetSourceDatascopeRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceDatascopeRequest) GetSourceID ¶

func (o *GetSourceDatascopeRequest) GetSourceID() string

type GetSourceDatascopeResponse ¶

type GetSourceDatascopeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceDatascopeResponse) GetContentType ¶

func (o *GetSourceDatascopeResponse) GetContentType() string

func (*GetSourceDatascopeResponse) GetRawResponse ¶

func (o *GetSourceDatascopeResponse) GetRawResponse() *http.Response

func (*GetSourceDatascopeResponse) GetSourceResponse ¶

func (o *GetSourceDatascopeResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceDatascopeResponse) GetStatusCode ¶

func (o *GetSourceDatascopeResponse) GetStatusCode() int

type GetSourceDelightedRequest ¶

type GetSourceDelightedRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceDelightedRequest) GetSourceID ¶

func (o *GetSourceDelightedRequest) GetSourceID() string

type GetSourceDelightedResponse ¶

type GetSourceDelightedResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceDelightedResponse) GetContentType ¶

func (o *GetSourceDelightedResponse) GetContentType() string

func (*GetSourceDelightedResponse) GetRawResponse ¶

func (o *GetSourceDelightedResponse) GetRawResponse() *http.Response

func (*GetSourceDelightedResponse) GetSourceResponse ¶

func (o *GetSourceDelightedResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceDelightedResponse) GetStatusCode ¶

func (o *GetSourceDelightedResponse) GetStatusCode() int

type GetSourceDixaRequest ¶

type GetSourceDixaRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceDixaRequest) GetSourceID ¶

func (o *GetSourceDixaRequest) GetSourceID() string

type GetSourceDixaResponse ¶

type GetSourceDixaResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceDixaResponse) GetContentType ¶

func (o *GetSourceDixaResponse) GetContentType() string

func (*GetSourceDixaResponse) GetRawResponse ¶

func (o *GetSourceDixaResponse) GetRawResponse() *http.Response

func (*GetSourceDixaResponse) GetSourceResponse ¶

func (o *GetSourceDixaResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceDixaResponse) GetStatusCode ¶

func (o *GetSourceDixaResponse) GetStatusCode() int

type GetSourceDockerhubRequest ¶

type GetSourceDockerhubRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceDockerhubRequest) GetSourceID ¶

func (o *GetSourceDockerhubRequest) GetSourceID() string

type GetSourceDockerhubResponse ¶

type GetSourceDockerhubResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceDockerhubResponse) GetContentType ¶

func (o *GetSourceDockerhubResponse) GetContentType() string

func (*GetSourceDockerhubResponse) GetRawResponse ¶

func (o *GetSourceDockerhubResponse) GetRawResponse() *http.Response

func (*GetSourceDockerhubResponse) GetSourceResponse ¶

func (o *GetSourceDockerhubResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceDockerhubResponse) GetStatusCode ¶

func (o *GetSourceDockerhubResponse) GetStatusCode() int

type GetSourceDremioRequest ¶

type GetSourceDremioRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceDremioRequest) GetSourceID ¶

func (o *GetSourceDremioRequest) GetSourceID() string

type GetSourceDremioResponse ¶

type GetSourceDremioResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceDremioResponse) GetContentType ¶

func (o *GetSourceDremioResponse) GetContentType() string

func (*GetSourceDremioResponse) GetRawResponse ¶

func (o *GetSourceDremioResponse) GetRawResponse() *http.Response

func (*GetSourceDremioResponse) GetSourceResponse ¶

func (o *GetSourceDremioResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceDremioResponse) GetStatusCode ¶

func (o *GetSourceDremioResponse) GetStatusCode() int

type GetSourceDynamodbRequest ¶

type GetSourceDynamodbRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceDynamodbRequest) GetSourceID ¶

func (o *GetSourceDynamodbRequest) GetSourceID() string

type GetSourceDynamodbResponse ¶

type GetSourceDynamodbResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceDynamodbResponse) GetContentType ¶

func (o *GetSourceDynamodbResponse) GetContentType() string

func (*GetSourceDynamodbResponse) GetRawResponse ¶

func (o *GetSourceDynamodbResponse) GetRawResponse() *http.Response

func (*GetSourceDynamodbResponse) GetSourceResponse ¶

func (o *GetSourceDynamodbResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceDynamodbResponse) GetStatusCode ¶

func (o *GetSourceDynamodbResponse) GetStatusCode() int

type GetSourceEmailoctopusRequest ¶

type GetSourceEmailoctopusRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceEmailoctopusRequest) GetSourceID ¶

func (o *GetSourceEmailoctopusRequest) GetSourceID() string

type GetSourceEmailoctopusResponse ¶

type GetSourceEmailoctopusResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceEmailoctopusResponse) GetContentType ¶

func (o *GetSourceEmailoctopusResponse) GetContentType() string

func (*GetSourceEmailoctopusResponse) GetRawResponse ¶

func (o *GetSourceEmailoctopusResponse) GetRawResponse() *http.Response

func (*GetSourceEmailoctopusResponse) GetSourceResponse ¶

func (o *GetSourceEmailoctopusResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceEmailoctopusResponse) GetStatusCode ¶

func (o *GetSourceEmailoctopusResponse) GetStatusCode() int

type GetSourceExchangeRatesRequest ¶

type GetSourceExchangeRatesRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceExchangeRatesRequest) GetSourceID ¶

func (o *GetSourceExchangeRatesRequest) GetSourceID() string

type GetSourceExchangeRatesResponse ¶

type GetSourceExchangeRatesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceExchangeRatesResponse) GetContentType ¶

func (o *GetSourceExchangeRatesResponse) GetContentType() string

func (*GetSourceExchangeRatesResponse) GetRawResponse ¶

func (o *GetSourceExchangeRatesResponse) GetRawResponse() *http.Response

func (*GetSourceExchangeRatesResponse) GetSourceResponse ¶

func (o *GetSourceExchangeRatesResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceExchangeRatesResponse) GetStatusCode ¶

func (o *GetSourceExchangeRatesResponse) GetStatusCode() int

type GetSourceFacebookMarketingRequest ¶

type GetSourceFacebookMarketingRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceFacebookMarketingRequest) GetSourceID ¶

func (o *GetSourceFacebookMarketingRequest) GetSourceID() string

type GetSourceFacebookMarketingResponse ¶

type GetSourceFacebookMarketingResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceFacebookMarketingResponse) GetContentType ¶

func (o *GetSourceFacebookMarketingResponse) GetContentType() string

func (*GetSourceFacebookMarketingResponse) GetRawResponse ¶

func (o *GetSourceFacebookMarketingResponse) GetRawResponse() *http.Response

func (*GetSourceFacebookMarketingResponse) GetSourceResponse ¶

func (*GetSourceFacebookMarketingResponse) GetStatusCode ¶

func (o *GetSourceFacebookMarketingResponse) GetStatusCode() int

type GetSourceFakerRequest ¶

type GetSourceFakerRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceFakerRequest) GetSourceID ¶

func (o *GetSourceFakerRequest) GetSourceID() string

type GetSourceFakerResponse ¶

type GetSourceFakerResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceFakerResponse) GetContentType ¶

func (o *GetSourceFakerResponse) GetContentType() string

func (*GetSourceFakerResponse) GetRawResponse ¶

func (o *GetSourceFakerResponse) GetRawResponse() *http.Response

func (*GetSourceFakerResponse) GetSourceResponse ¶

func (o *GetSourceFakerResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceFakerResponse) GetStatusCode ¶

func (o *GetSourceFakerResponse) GetStatusCode() int

type GetSourceFaunaRequest ¶

type GetSourceFaunaRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceFaunaRequest) GetSourceID ¶

func (o *GetSourceFaunaRequest) GetSourceID() string

type GetSourceFaunaResponse ¶

type GetSourceFaunaResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceFaunaResponse) GetContentType ¶

func (o *GetSourceFaunaResponse) GetContentType() string

func (*GetSourceFaunaResponse) GetRawResponse ¶

func (o *GetSourceFaunaResponse) GetRawResponse() *http.Response

func (*GetSourceFaunaResponse) GetSourceResponse ¶

func (o *GetSourceFaunaResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceFaunaResponse) GetStatusCode ¶

func (o *GetSourceFaunaResponse) GetStatusCode() int

type GetSourceFileRequest ¶

type GetSourceFileRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceFileRequest) GetSourceID ¶

func (o *GetSourceFileRequest) GetSourceID() string

type GetSourceFileResponse ¶

type GetSourceFileResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceFileResponse) GetContentType ¶

func (o *GetSourceFileResponse) GetContentType() string

func (*GetSourceFileResponse) GetRawResponse ¶

func (o *GetSourceFileResponse) GetRawResponse() *http.Response

func (*GetSourceFileResponse) GetSourceResponse ¶

func (o *GetSourceFileResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceFileResponse) GetStatusCode ¶

func (o *GetSourceFileResponse) GetStatusCode() int

type GetSourceFireboltRequest ¶

type GetSourceFireboltRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceFireboltRequest) GetSourceID ¶

func (o *GetSourceFireboltRequest) GetSourceID() string

type GetSourceFireboltResponse ¶

type GetSourceFireboltResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceFireboltResponse) GetContentType ¶

func (o *GetSourceFireboltResponse) GetContentType() string

func (*GetSourceFireboltResponse) GetRawResponse ¶

func (o *GetSourceFireboltResponse) GetRawResponse() *http.Response

func (*GetSourceFireboltResponse) GetSourceResponse ¶

func (o *GetSourceFireboltResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceFireboltResponse) GetStatusCode ¶

func (o *GetSourceFireboltResponse) GetStatusCode() int

type GetSourceFleetioRequest ¶ added in v0.5.1

type GetSourceFleetioRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceFleetioRequest) GetSourceID ¶ added in v0.5.1

func (o *GetSourceFleetioRequest) GetSourceID() string

type GetSourceFleetioResponse ¶ added in v0.5.1

type GetSourceFleetioResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceFleetioResponse) GetContentType ¶ added in v0.5.1

func (o *GetSourceFleetioResponse) GetContentType() string

func (*GetSourceFleetioResponse) GetRawResponse ¶ added in v0.5.1

func (o *GetSourceFleetioResponse) GetRawResponse() *http.Response

func (*GetSourceFleetioResponse) GetSourceResponse ¶ added in v0.5.1

func (o *GetSourceFleetioResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceFleetioResponse) GetStatusCode ¶ added in v0.5.1

func (o *GetSourceFleetioResponse) GetStatusCode() int

type GetSourceFreshcallerRequest ¶

type GetSourceFreshcallerRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceFreshcallerRequest) GetSourceID ¶

func (o *GetSourceFreshcallerRequest) GetSourceID() string

type GetSourceFreshcallerResponse ¶

type GetSourceFreshcallerResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceFreshcallerResponse) GetContentType ¶

func (o *GetSourceFreshcallerResponse) GetContentType() string

func (*GetSourceFreshcallerResponse) GetRawResponse ¶

func (o *GetSourceFreshcallerResponse) GetRawResponse() *http.Response

func (*GetSourceFreshcallerResponse) GetSourceResponse ¶

func (o *GetSourceFreshcallerResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceFreshcallerResponse) GetStatusCode ¶

func (o *GetSourceFreshcallerResponse) GetStatusCode() int

type GetSourceFreshdeskRequest ¶

type GetSourceFreshdeskRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceFreshdeskRequest) GetSourceID ¶

func (o *GetSourceFreshdeskRequest) GetSourceID() string

type GetSourceFreshdeskResponse ¶

type GetSourceFreshdeskResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceFreshdeskResponse) GetContentType ¶

func (o *GetSourceFreshdeskResponse) GetContentType() string

func (*GetSourceFreshdeskResponse) GetRawResponse ¶

func (o *GetSourceFreshdeskResponse) GetRawResponse() *http.Response

func (*GetSourceFreshdeskResponse) GetSourceResponse ¶

func (o *GetSourceFreshdeskResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceFreshdeskResponse) GetStatusCode ¶

func (o *GetSourceFreshdeskResponse) GetStatusCode() int

type GetSourceFreshsalesRequest ¶

type GetSourceFreshsalesRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceFreshsalesRequest) GetSourceID ¶

func (o *GetSourceFreshsalesRequest) GetSourceID() string

type GetSourceFreshsalesResponse ¶

type GetSourceFreshsalesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceFreshsalesResponse) GetContentType ¶

func (o *GetSourceFreshsalesResponse) GetContentType() string

func (*GetSourceFreshsalesResponse) GetRawResponse ¶

func (o *GetSourceFreshsalesResponse) GetRawResponse() *http.Response

func (*GetSourceFreshsalesResponse) GetSourceResponse ¶

func (o *GetSourceFreshsalesResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceFreshsalesResponse) GetStatusCode ¶

func (o *GetSourceFreshsalesResponse) GetStatusCode() int

type GetSourceGainsightPxRequest ¶

type GetSourceGainsightPxRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceGainsightPxRequest) GetSourceID ¶

func (o *GetSourceGainsightPxRequest) GetSourceID() string

type GetSourceGainsightPxResponse ¶

type GetSourceGainsightPxResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceGainsightPxResponse) GetContentType ¶

func (o *GetSourceGainsightPxResponse) GetContentType() string

func (*GetSourceGainsightPxResponse) GetRawResponse ¶

func (o *GetSourceGainsightPxResponse) GetRawResponse() *http.Response

func (*GetSourceGainsightPxResponse) GetSourceResponse ¶

func (o *GetSourceGainsightPxResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceGainsightPxResponse) GetStatusCode ¶

func (o *GetSourceGainsightPxResponse) GetStatusCode() int

type GetSourceGcsRequest ¶

type GetSourceGcsRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceGcsRequest) GetSourceID ¶

func (o *GetSourceGcsRequest) GetSourceID() string

type GetSourceGcsResponse ¶

type GetSourceGcsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceGcsResponse) GetContentType ¶

func (o *GetSourceGcsResponse) GetContentType() string

func (*GetSourceGcsResponse) GetRawResponse ¶

func (o *GetSourceGcsResponse) GetRawResponse() *http.Response

func (*GetSourceGcsResponse) GetSourceResponse ¶

func (o *GetSourceGcsResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceGcsResponse) GetStatusCode ¶

func (o *GetSourceGcsResponse) GetStatusCode() int

type GetSourceGetlagoRequest ¶

type GetSourceGetlagoRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceGetlagoRequest) GetSourceID ¶

func (o *GetSourceGetlagoRequest) GetSourceID() string

type GetSourceGetlagoResponse ¶

type GetSourceGetlagoResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceGetlagoResponse) GetContentType ¶

func (o *GetSourceGetlagoResponse) GetContentType() string

func (*GetSourceGetlagoResponse) GetRawResponse ¶

func (o *GetSourceGetlagoResponse) GetRawResponse() *http.Response

func (*GetSourceGetlagoResponse) GetSourceResponse ¶

func (o *GetSourceGetlagoResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceGetlagoResponse) GetStatusCode ¶

func (o *GetSourceGetlagoResponse) GetStatusCode() int

type GetSourceGithubRequest ¶

type GetSourceGithubRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceGithubRequest) GetSourceID ¶

func (o *GetSourceGithubRequest) GetSourceID() string

type GetSourceGithubResponse ¶

type GetSourceGithubResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceGithubResponse) GetContentType ¶

func (o *GetSourceGithubResponse) GetContentType() string

func (*GetSourceGithubResponse) GetRawResponse ¶

func (o *GetSourceGithubResponse) GetRawResponse() *http.Response

func (*GetSourceGithubResponse) GetSourceResponse ¶

func (o *GetSourceGithubResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceGithubResponse) GetStatusCode ¶

func (o *GetSourceGithubResponse) GetStatusCode() int

type GetSourceGitlabRequest ¶

type GetSourceGitlabRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceGitlabRequest) GetSourceID ¶

func (o *GetSourceGitlabRequest) GetSourceID() string

type GetSourceGitlabResponse ¶

type GetSourceGitlabResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceGitlabResponse) GetContentType ¶

func (o *GetSourceGitlabResponse) GetContentType() string

func (*GetSourceGitlabResponse) GetRawResponse ¶

func (o *GetSourceGitlabResponse) GetRawResponse() *http.Response

func (*GetSourceGitlabResponse) GetSourceResponse ¶

func (o *GetSourceGitlabResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceGitlabResponse) GetStatusCode ¶

func (o *GetSourceGitlabResponse) GetStatusCode() int

type GetSourceGlassfrogRequest ¶

type GetSourceGlassfrogRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceGlassfrogRequest) GetSourceID ¶

func (o *GetSourceGlassfrogRequest) GetSourceID() string

type GetSourceGlassfrogResponse ¶

type GetSourceGlassfrogResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceGlassfrogResponse) GetContentType ¶

func (o *GetSourceGlassfrogResponse) GetContentType() string

func (*GetSourceGlassfrogResponse) GetRawResponse ¶

func (o *GetSourceGlassfrogResponse) GetRawResponse() *http.Response

func (*GetSourceGlassfrogResponse) GetSourceResponse ¶

func (o *GetSourceGlassfrogResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceGlassfrogResponse) GetStatusCode ¶

func (o *GetSourceGlassfrogResponse) GetStatusCode() int

type GetSourceGnewsRequest ¶

type GetSourceGnewsRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceGnewsRequest) GetSourceID ¶

func (o *GetSourceGnewsRequest) GetSourceID() string

type GetSourceGnewsResponse ¶

type GetSourceGnewsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceGnewsResponse) GetContentType ¶

func (o *GetSourceGnewsResponse) GetContentType() string

func (*GetSourceGnewsResponse) GetRawResponse ¶

func (o *GetSourceGnewsResponse) GetRawResponse() *http.Response

func (*GetSourceGnewsResponse) GetSourceResponse ¶

func (o *GetSourceGnewsResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceGnewsResponse) GetStatusCode ¶

func (o *GetSourceGnewsResponse) GetStatusCode() int

type GetSourceGoogleAdsRequest ¶

type GetSourceGoogleAdsRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceGoogleAdsRequest) GetSourceID ¶

func (o *GetSourceGoogleAdsRequest) GetSourceID() string

type GetSourceGoogleAdsResponse ¶

type GetSourceGoogleAdsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceGoogleAdsResponse) GetContentType ¶

func (o *GetSourceGoogleAdsResponse) GetContentType() string

func (*GetSourceGoogleAdsResponse) GetRawResponse ¶

func (o *GetSourceGoogleAdsResponse) GetRawResponse() *http.Response

func (*GetSourceGoogleAdsResponse) GetSourceResponse ¶

func (o *GetSourceGoogleAdsResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceGoogleAdsResponse) GetStatusCode ¶

func (o *GetSourceGoogleAdsResponse) GetStatusCode() int

type GetSourceGoogleAnalyticsDataAPIRequest ¶

type GetSourceGoogleAnalyticsDataAPIRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceGoogleAnalyticsDataAPIRequest) GetSourceID ¶

type GetSourceGoogleAnalyticsDataAPIResponse ¶

type GetSourceGoogleAnalyticsDataAPIResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceGoogleAnalyticsDataAPIResponse) GetContentType ¶

func (o *GetSourceGoogleAnalyticsDataAPIResponse) GetContentType() string

func (*GetSourceGoogleAnalyticsDataAPIResponse) GetRawResponse ¶

func (*GetSourceGoogleAnalyticsDataAPIResponse) GetSourceResponse ¶

func (*GetSourceGoogleAnalyticsDataAPIResponse) GetStatusCode ¶

func (o *GetSourceGoogleAnalyticsDataAPIResponse) GetStatusCode() int

type GetSourceGoogleAnalyticsV4ServiceAccountOnlyRequest ¶

type GetSourceGoogleAnalyticsV4ServiceAccountOnlyRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceGoogleAnalyticsV4ServiceAccountOnlyRequest) GetSourceID ¶

type GetSourceGoogleAnalyticsV4ServiceAccountOnlyResponse ¶

type GetSourceGoogleAnalyticsV4ServiceAccountOnlyResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceGoogleAnalyticsV4ServiceAccountOnlyResponse) GetContentType ¶

func (*GetSourceGoogleAnalyticsV4ServiceAccountOnlyResponse) GetRawResponse ¶

func (*GetSourceGoogleAnalyticsV4ServiceAccountOnlyResponse) GetSourceResponse ¶

func (*GetSourceGoogleAnalyticsV4ServiceAccountOnlyResponse) GetStatusCode ¶

type GetSourceGoogleDirectoryRequest ¶

type GetSourceGoogleDirectoryRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceGoogleDirectoryRequest) GetSourceID ¶

func (o *GetSourceGoogleDirectoryRequest) GetSourceID() string

type GetSourceGoogleDirectoryResponse ¶

type GetSourceGoogleDirectoryResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceGoogleDirectoryResponse) GetContentType ¶

func (o *GetSourceGoogleDirectoryResponse) GetContentType() string

func (*GetSourceGoogleDirectoryResponse) GetRawResponse ¶

func (o *GetSourceGoogleDirectoryResponse) GetRawResponse() *http.Response

func (*GetSourceGoogleDirectoryResponse) GetSourceResponse ¶

func (o *GetSourceGoogleDirectoryResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceGoogleDirectoryResponse) GetStatusCode ¶

func (o *GetSourceGoogleDirectoryResponse) GetStatusCode() int

type GetSourceGoogleDriveRequest ¶

type GetSourceGoogleDriveRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceGoogleDriveRequest) GetSourceID ¶

func (o *GetSourceGoogleDriveRequest) GetSourceID() string

type GetSourceGoogleDriveResponse ¶

type GetSourceGoogleDriveResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceGoogleDriveResponse) GetContentType ¶

func (o *GetSourceGoogleDriveResponse) GetContentType() string

func (*GetSourceGoogleDriveResponse) GetRawResponse ¶

func (o *GetSourceGoogleDriveResponse) GetRawResponse() *http.Response

func (*GetSourceGoogleDriveResponse) GetSourceResponse ¶

func (o *GetSourceGoogleDriveResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceGoogleDriveResponse) GetStatusCode ¶

func (o *GetSourceGoogleDriveResponse) GetStatusCode() int

type GetSourceGooglePagespeedInsightsRequest ¶

type GetSourceGooglePagespeedInsightsRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceGooglePagespeedInsightsRequest) GetSourceID ¶

type GetSourceGooglePagespeedInsightsResponse ¶

type GetSourceGooglePagespeedInsightsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceGooglePagespeedInsightsResponse) GetContentType ¶

func (*GetSourceGooglePagespeedInsightsResponse) GetRawResponse ¶

func (*GetSourceGooglePagespeedInsightsResponse) GetSourceResponse ¶

func (*GetSourceGooglePagespeedInsightsResponse) GetStatusCode ¶

func (o *GetSourceGooglePagespeedInsightsResponse) GetStatusCode() int

type GetSourceGoogleSearchConsoleRequest ¶

type GetSourceGoogleSearchConsoleRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceGoogleSearchConsoleRequest) GetSourceID ¶

type GetSourceGoogleSearchConsoleResponse ¶

type GetSourceGoogleSearchConsoleResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceGoogleSearchConsoleResponse) GetContentType ¶

func (o *GetSourceGoogleSearchConsoleResponse) GetContentType() string

func (*GetSourceGoogleSearchConsoleResponse) GetRawResponse ¶

func (o *GetSourceGoogleSearchConsoleResponse) GetRawResponse() *http.Response

func (*GetSourceGoogleSearchConsoleResponse) GetSourceResponse ¶

func (*GetSourceGoogleSearchConsoleResponse) GetStatusCode ¶

func (o *GetSourceGoogleSearchConsoleResponse) GetStatusCode() int

type GetSourceGoogleSheetsRequest ¶

type GetSourceGoogleSheetsRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceGoogleSheetsRequest) GetSourceID ¶

func (o *GetSourceGoogleSheetsRequest) GetSourceID() string

type GetSourceGoogleSheetsResponse ¶

type GetSourceGoogleSheetsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceGoogleSheetsResponse) GetContentType ¶

func (o *GetSourceGoogleSheetsResponse) GetContentType() string

func (*GetSourceGoogleSheetsResponse) GetRawResponse ¶

func (o *GetSourceGoogleSheetsResponse) GetRawResponse() *http.Response

func (*GetSourceGoogleSheetsResponse) GetSourceResponse ¶

func (o *GetSourceGoogleSheetsResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceGoogleSheetsResponse) GetStatusCode ¶

func (o *GetSourceGoogleSheetsResponse) GetStatusCode() int

type GetSourceGoogleWebfontsRequest ¶

type GetSourceGoogleWebfontsRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceGoogleWebfontsRequest) GetSourceID ¶

func (o *GetSourceGoogleWebfontsRequest) GetSourceID() string

type GetSourceGoogleWebfontsResponse ¶

type GetSourceGoogleWebfontsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceGoogleWebfontsResponse) GetContentType ¶

func (o *GetSourceGoogleWebfontsResponse) GetContentType() string

func (*GetSourceGoogleWebfontsResponse) GetRawResponse ¶

func (o *GetSourceGoogleWebfontsResponse) GetRawResponse() *http.Response

func (*GetSourceGoogleWebfontsResponse) GetSourceResponse ¶

func (o *GetSourceGoogleWebfontsResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceGoogleWebfontsResponse) GetStatusCode ¶

func (o *GetSourceGoogleWebfontsResponse) GetStatusCode() int

type GetSourceGreenhouseRequest ¶

type GetSourceGreenhouseRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceGreenhouseRequest) GetSourceID ¶

func (o *GetSourceGreenhouseRequest) GetSourceID() string

type GetSourceGreenhouseResponse ¶

type GetSourceGreenhouseResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceGreenhouseResponse) GetContentType ¶

func (o *GetSourceGreenhouseResponse) GetContentType() string

func (*GetSourceGreenhouseResponse) GetRawResponse ¶

func (o *GetSourceGreenhouseResponse) GetRawResponse() *http.Response

func (*GetSourceGreenhouseResponse) GetSourceResponse ¶

func (o *GetSourceGreenhouseResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceGreenhouseResponse) GetStatusCode ¶

func (o *GetSourceGreenhouseResponse) GetStatusCode() int

type GetSourceGridlyRequest ¶

type GetSourceGridlyRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceGridlyRequest) GetSourceID ¶

func (o *GetSourceGridlyRequest) GetSourceID() string

type GetSourceGridlyResponse ¶

type GetSourceGridlyResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceGridlyResponse) GetContentType ¶

func (o *GetSourceGridlyResponse) GetContentType() string

func (*GetSourceGridlyResponse) GetRawResponse ¶

func (o *GetSourceGridlyResponse) GetRawResponse() *http.Response

func (*GetSourceGridlyResponse) GetSourceResponse ¶

func (o *GetSourceGridlyResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceGridlyResponse) GetStatusCode ¶

func (o *GetSourceGridlyResponse) GetStatusCode() int

type GetSourceHarvestRequest ¶

type GetSourceHarvestRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceHarvestRequest) GetSourceID ¶

func (o *GetSourceHarvestRequest) GetSourceID() string

type GetSourceHarvestResponse ¶

type GetSourceHarvestResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceHarvestResponse) GetContentType ¶

func (o *GetSourceHarvestResponse) GetContentType() string

func (*GetSourceHarvestResponse) GetRawResponse ¶

func (o *GetSourceHarvestResponse) GetRawResponse() *http.Response

func (*GetSourceHarvestResponse) GetSourceResponse ¶

func (o *GetSourceHarvestResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceHarvestResponse) GetStatusCode ¶

func (o *GetSourceHarvestResponse) GetStatusCode() int

type GetSourceHubplannerRequest ¶

type GetSourceHubplannerRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceHubplannerRequest) GetSourceID ¶

func (o *GetSourceHubplannerRequest) GetSourceID() string

type GetSourceHubplannerResponse ¶

type GetSourceHubplannerResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceHubplannerResponse) GetContentType ¶

func (o *GetSourceHubplannerResponse) GetContentType() string

func (*GetSourceHubplannerResponse) GetRawResponse ¶

func (o *GetSourceHubplannerResponse) GetRawResponse() *http.Response

func (*GetSourceHubplannerResponse) GetSourceResponse ¶

func (o *GetSourceHubplannerResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceHubplannerResponse) GetStatusCode ¶

func (o *GetSourceHubplannerResponse) GetStatusCode() int

type GetSourceHubspotRequest ¶

type GetSourceHubspotRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceHubspotRequest) GetSourceID ¶

func (o *GetSourceHubspotRequest) GetSourceID() string

type GetSourceHubspotResponse ¶

type GetSourceHubspotResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceHubspotResponse) GetContentType ¶

func (o *GetSourceHubspotResponse) GetContentType() string

func (*GetSourceHubspotResponse) GetRawResponse ¶

func (o *GetSourceHubspotResponse) GetRawResponse() *http.Response

func (*GetSourceHubspotResponse) GetSourceResponse ¶

func (o *GetSourceHubspotResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceHubspotResponse) GetStatusCode ¶

func (o *GetSourceHubspotResponse) GetStatusCode() int

type GetSourceInsightlyRequest ¶

type GetSourceInsightlyRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceInsightlyRequest) GetSourceID ¶

func (o *GetSourceInsightlyRequest) GetSourceID() string

type GetSourceInsightlyResponse ¶

type GetSourceInsightlyResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceInsightlyResponse) GetContentType ¶

func (o *GetSourceInsightlyResponse) GetContentType() string

func (*GetSourceInsightlyResponse) GetRawResponse ¶

func (o *GetSourceInsightlyResponse) GetRawResponse() *http.Response

func (*GetSourceInsightlyResponse) GetSourceResponse ¶

func (o *GetSourceInsightlyResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceInsightlyResponse) GetStatusCode ¶

func (o *GetSourceInsightlyResponse) GetStatusCode() int

type GetSourceInstagramRequest ¶

type GetSourceInstagramRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceInstagramRequest) GetSourceID ¶

func (o *GetSourceInstagramRequest) GetSourceID() string

type GetSourceInstagramResponse ¶

type GetSourceInstagramResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceInstagramResponse) GetContentType ¶

func (o *GetSourceInstagramResponse) GetContentType() string

func (*GetSourceInstagramResponse) GetRawResponse ¶

func (o *GetSourceInstagramResponse) GetRawResponse() *http.Response

func (*GetSourceInstagramResponse) GetSourceResponse ¶

func (o *GetSourceInstagramResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceInstagramResponse) GetStatusCode ¶

func (o *GetSourceInstagramResponse) GetStatusCode() int

type GetSourceInstatusRequest ¶

type GetSourceInstatusRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceInstatusRequest) GetSourceID ¶

func (o *GetSourceInstatusRequest) GetSourceID() string

type GetSourceInstatusResponse ¶

type GetSourceInstatusResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceInstatusResponse) GetContentType ¶

func (o *GetSourceInstatusResponse) GetContentType() string

func (*GetSourceInstatusResponse) GetRawResponse ¶

func (o *GetSourceInstatusResponse) GetRawResponse() *http.Response

func (*GetSourceInstatusResponse) GetSourceResponse ¶

func (o *GetSourceInstatusResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceInstatusResponse) GetStatusCode ¶

func (o *GetSourceInstatusResponse) GetStatusCode() int

type GetSourceIntercomRequest ¶

type GetSourceIntercomRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceIntercomRequest) GetSourceID ¶

func (o *GetSourceIntercomRequest) GetSourceID() string

type GetSourceIntercomResponse ¶

type GetSourceIntercomResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceIntercomResponse) GetContentType ¶

func (o *GetSourceIntercomResponse) GetContentType() string

func (*GetSourceIntercomResponse) GetRawResponse ¶

func (o *GetSourceIntercomResponse) GetRawResponse() *http.Response

func (*GetSourceIntercomResponse) GetSourceResponse ¶

func (o *GetSourceIntercomResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceIntercomResponse) GetStatusCode ¶

func (o *GetSourceIntercomResponse) GetStatusCode() int

type GetSourceIp2whoisRequest ¶

type GetSourceIp2whoisRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceIp2whoisRequest) GetSourceID ¶

func (o *GetSourceIp2whoisRequest) GetSourceID() string

type GetSourceIp2whoisResponse ¶

type GetSourceIp2whoisResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceIp2whoisResponse) GetContentType ¶

func (o *GetSourceIp2whoisResponse) GetContentType() string

func (*GetSourceIp2whoisResponse) GetRawResponse ¶

func (o *GetSourceIp2whoisResponse) GetRawResponse() *http.Response

func (*GetSourceIp2whoisResponse) GetSourceResponse ¶

func (o *GetSourceIp2whoisResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceIp2whoisResponse) GetStatusCode ¶

func (o *GetSourceIp2whoisResponse) GetStatusCode() int

type GetSourceIterableRequest ¶

type GetSourceIterableRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceIterableRequest) GetSourceID ¶

func (o *GetSourceIterableRequest) GetSourceID() string

type GetSourceIterableResponse ¶

type GetSourceIterableResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceIterableResponse) GetContentType ¶

func (o *GetSourceIterableResponse) GetContentType() string

func (*GetSourceIterableResponse) GetRawResponse ¶

func (o *GetSourceIterableResponse) GetRawResponse() *http.Response

func (*GetSourceIterableResponse) GetSourceResponse ¶

func (o *GetSourceIterableResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceIterableResponse) GetStatusCode ¶

func (o *GetSourceIterableResponse) GetStatusCode() int

type GetSourceJiraRequest ¶

type GetSourceJiraRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceJiraRequest) GetSourceID ¶

func (o *GetSourceJiraRequest) GetSourceID() string

type GetSourceJiraResponse ¶

type GetSourceJiraResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceJiraResponse) GetContentType ¶

func (o *GetSourceJiraResponse) GetContentType() string

func (*GetSourceJiraResponse) GetRawResponse ¶

func (o *GetSourceJiraResponse) GetRawResponse() *http.Response

func (*GetSourceJiraResponse) GetSourceResponse ¶

func (o *GetSourceJiraResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceJiraResponse) GetStatusCode ¶

func (o *GetSourceJiraResponse) GetStatusCode() int

type GetSourceK6CloudRequest ¶

type GetSourceK6CloudRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceK6CloudRequest) GetSourceID ¶

func (o *GetSourceK6CloudRequest) GetSourceID() string

type GetSourceK6CloudResponse ¶

type GetSourceK6CloudResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceK6CloudResponse) GetContentType ¶

func (o *GetSourceK6CloudResponse) GetContentType() string

func (*GetSourceK6CloudResponse) GetRawResponse ¶

func (o *GetSourceK6CloudResponse) GetRawResponse() *http.Response

func (*GetSourceK6CloudResponse) GetSourceResponse ¶

func (o *GetSourceK6CloudResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceK6CloudResponse) GetStatusCode ¶

func (o *GetSourceK6CloudResponse) GetStatusCode() int

type GetSourceKlarnaRequest ¶

type GetSourceKlarnaRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceKlarnaRequest) GetSourceID ¶

func (o *GetSourceKlarnaRequest) GetSourceID() string

type GetSourceKlarnaResponse ¶

type GetSourceKlarnaResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceKlarnaResponse) GetContentType ¶

func (o *GetSourceKlarnaResponse) GetContentType() string

func (*GetSourceKlarnaResponse) GetRawResponse ¶

func (o *GetSourceKlarnaResponse) GetRawResponse() *http.Response

func (*GetSourceKlarnaResponse) GetSourceResponse ¶

func (o *GetSourceKlarnaResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceKlarnaResponse) GetStatusCode ¶

func (o *GetSourceKlarnaResponse) GetStatusCode() int

type GetSourceKlaviyoRequest ¶

type GetSourceKlaviyoRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceKlaviyoRequest) GetSourceID ¶

func (o *GetSourceKlaviyoRequest) GetSourceID() string

type GetSourceKlaviyoResponse ¶

type GetSourceKlaviyoResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceKlaviyoResponse) GetContentType ¶

func (o *GetSourceKlaviyoResponse) GetContentType() string

func (*GetSourceKlaviyoResponse) GetRawResponse ¶

func (o *GetSourceKlaviyoResponse) GetRawResponse() *http.Response

func (*GetSourceKlaviyoResponse) GetSourceResponse ¶

func (o *GetSourceKlaviyoResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceKlaviyoResponse) GetStatusCode ¶

func (o *GetSourceKlaviyoResponse) GetStatusCode() int

type GetSourceKyveRequest ¶

type GetSourceKyveRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceKyveRequest) GetSourceID ¶

func (o *GetSourceKyveRequest) GetSourceID() string

type GetSourceKyveResponse ¶

type GetSourceKyveResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceKyveResponse) GetContentType ¶

func (o *GetSourceKyveResponse) GetContentType() string

func (*GetSourceKyveResponse) GetRawResponse ¶

func (o *GetSourceKyveResponse) GetRawResponse() *http.Response

func (*GetSourceKyveResponse) GetSourceResponse ¶

func (o *GetSourceKyveResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceKyveResponse) GetStatusCode ¶

func (o *GetSourceKyveResponse) GetStatusCode() int

type GetSourceLaunchdarklyRequest ¶

type GetSourceLaunchdarklyRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceLaunchdarklyRequest) GetSourceID ¶

func (o *GetSourceLaunchdarklyRequest) GetSourceID() string

type GetSourceLaunchdarklyResponse ¶

type GetSourceLaunchdarklyResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceLaunchdarklyResponse) GetContentType ¶

func (o *GetSourceLaunchdarklyResponse) GetContentType() string

func (*GetSourceLaunchdarklyResponse) GetRawResponse ¶

func (o *GetSourceLaunchdarklyResponse) GetRawResponse() *http.Response

func (*GetSourceLaunchdarklyResponse) GetSourceResponse ¶

func (o *GetSourceLaunchdarklyResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceLaunchdarklyResponse) GetStatusCode ¶

func (o *GetSourceLaunchdarklyResponse) GetStatusCode() int

type GetSourceLemlistRequest ¶

type GetSourceLemlistRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceLemlistRequest) GetSourceID ¶

func (o *GetSourceLemlistRequest) GetSourceID() string

type GetSourceLemlistResponse ¶

type GetSourceLemlistResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceLemlistResponse) GetContentType ¶

func (o *GetSourceLemlistResponse) GetContentType() string

func (*GetSourceLemlistResponse) GetRawResponse ¶

func (o *GetSourceLemlistResponse) GetRawResponse() *http.Response

func (*GetSourceLemlistResponse) GetSourceResponse ¶

func (o *GetSourceLemlistResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceLemlistResponse) GetStatusCode ¶

func (o *GetSourceLemlistResponse) GetStatusCode() int

type GetSourceLeverHiringRequest ¶

type GetSourceLeverHiringRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceLeverHiringRequest) GetSourceID ¶

func (o *GetSourceLeverHiringRequest) GetSourceID() string

type GetSourceLeverHiringResponse ¶

type GetSourceLeverHiringResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceLeverHiringResponse) GetContentType ¶

func (o *GetSourceLeverHiringResponse) GetContentType() string

func (*GetSourceLeverHiringResponse) GetRawResponse ¶

func (o *GetSourceLeverHiringResponse) GetRawResponse() *http.Response

func (*GetSourceLeverHiringResponse) GetSourceResponse ¶

func (o *GetSourceLeverHiringResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceLeverHiringResponse) GetStatusCode ¶

func (o *GetSourceLeverHiringResponse) GetStatusCode() int

type GetSourceLinkedinAdsRequest ¶

type GetSourceLinkedinAdsRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceLinkedinAdsRequest) GetSourceID ¶

func (o *GetSourceLinkedinAdsRequest) GetSourceID() string

type GetSourceLinkedinAdsResponse ¶

type GetSourceLinkedinAdsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceLinkedinAdsResponse) GetContentType ¶

func (o *GetSourceLinkedinAdsResponse) GetContentType() string

func (*GetSourceLinkedinAdsResponse) GetRawResponse ¶

func (o *GetSourceLinkedinAdsResponse) GetRawResponse() *http.Response

func (*GetSourceLinkedinAdsResponse) GetSourceResponse ¶

func (o *GetSourceLinkedinAdsResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceLinkedinAdsResponse) GetStatusCode ¶

func (o *GetSourceLinkedinAdsResponse) GetStatusCode() int

type GetSourceLinkedinPagesRequest ¶

type GetSourceLinkedinPagesRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceLinkedinPagesRequest) GetSourceID ¶

func (o *GetSourceLinkedinPagesRequest) GetSourceID() string

type GetSourceLinkedinPagesResponse ¶

type GetSourceLinkedinPagesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceLinkedinPagesResponse) GetContentType ¶

func (o *GetSourceLinkedinPagesResponse) GetContentType() string

func (*GetSourceLinkedinPagesResponse) GetRawResponse ¶

func (o *GetSourceLinkedinPagesResponse) GetRawResponse() *http.Response

func (*GetSourceLinkedinPagesResponse) GetSourceResponse ¶

func (o *GetSourceLinkedinPagesResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceLinkedinPagesResponse) GetStatusCode ¶

func (o *GetSourceLinkedinPagesResponse) GetStatusCode() int

type GetSourceLinnworksRequest ¶

type GetSourceLinnworksRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceLinnworksRequest) GetSourceID ¶

func (o *GetSourceLinnworksRequest) GetSourceID() string

type GetSourceLinnworksResponse ¶

type GetSourceLinnworksResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceLinnworksResponse) GetContentType ¶

func (o *GetSourceLinnworksResponse) GetContentType() string

func (*GetSourceLinnworksResponse) GetRawResponse ¶

func (o *GetSourceLinnworksResponse) GetRawResponse() *http.Response

func (*GetSourceLinnworksResponse) GetSourceResponse ¶

func (o *GetSourceLinnworksResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceLinnworksResponse) GetStatusCode ¶

func (o *GetSourceLinnworksResponse) GetStatusCode() int

type GetSourceLokaliseRequest ¶

type GetSourceLokaliseRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceLokaliseRequest) GetSourceID ¶

func (o *GetSourceLokaliseRequest) GetSourceID() string

type GetSourceLokaliseResponse ¶

type GetSourceLokaliseResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceLokaliseResponse) GetContentType ¶

func (o *GetSourceLokaliseResponse) GetContentType() string

func (*GetSourceLokaliseResponse) GetRawResponse ¶

func (o *GetSourceLokaliseResponse) GetRawResponse() *http.Response

func (*GetSourceLokaliseResponse) GetSourceResponse ¶

func (o *GetSourceLokaliseResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceLokaliseResponse) GetStatusCode ¶

func (o *GetSourceLokaliseResponse) GetStatusCode() int

type GetSourceMailchimpRequest ¶

type GetSourceMailchimpRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceMailchimpRequest) GetSourceID ¶

func (o *GetSourceMailchimpRequest) GetSourceID() string

type GetSourceMailchimpResponse ¶

type GetSourceMailchimpResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceMailchimpResponse) GetContentType ¶

func (o *GetSourceMailchimpResponse) GetContentType() string

func (*GetSourceMailchimpResponse) GetRawResponse ¶

func (o *GetSourceMailchimpResponse) GetRawResponse() *http.Response

func (*GetSourceMailchimpResponse) GetSourceResponse ¶

func (o *GetSourceMailchimpResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceMailchimpResponse) GetStatusCode ¶

func (o *GetSourceMailchimpResponse) GetStatusCode() int

type GetSourceMailgunRequest ¶

type GetSourceMailgunRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceMailgunRequest) GetSourceID ¶

func (o *GetSourceMailgunRequest) GetSourceID() string

type GetSourceMailgunResponse ¶

type GetSourceMailgunResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceMailgunResponse) GetContentType ¶

func (o *GetSourceMailgunResponse) GetContentType() string

func (*GetSourceMailgunResponse) GetRawResponse ¶

func (o *GetSourceMailgunResponse) GetRawResponse() *http.Response

func (*GetSourceMailgunResponse) GetSourceResponse ¶

func (o *GetSourceMailgunResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceMailgunResponse) GetStatusCode ¶

func (o *GetSourceMailgunResponse) GetStatusCode() int

type GetSourceMailjetSmsRequest ¶

type GetSourceMailjetSmsRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceMailjetSmsRequest) GetSourceID ¶

func (o *GetSourceMailjetSmsRequest) GetSourceID() string

type GetSourceMailjetSmsResponse ¶

type GetSourceMailjetSmsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceMailjetSmsResponse) GetContentType ¶

func (o *GetSourceMailjetSmsResponse) GetContentType() string

func (*GetSourceMailjetSmsResponse) GetRawResponse ¶

func (o *GetSourceMailjetSmsResponse) GetRawResponse() *http.Response

func (*GetSourceMailjetSmsResponse) GetSourceResponse ¶

func (o *GetSourceMailjetSmsResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceMailjetSmsResponse) GetStatusCode ¶

func (o *GetSourceMailjetSmsResponse) GetStatusCode() int

type GetSourceMarketoRequest ¶

type GetSourceMarketoRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceMarketoRequest) GetSourceID ¶

func (o *GetSourceMarketoRequest) GetSourceID() string

type GetSourceMarketoResponse ¶

type GetSourceMarketoResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceMarketoResponse) GetContentType ¶

func (o *GetSourceMarketoResponse) GetContentType() string

func (*GetSourceMarketoResponse) GetRawResponse ¶

func (o *GetSourceMarketoResponse) GetRawResponse() *http.Response

func (*GetSourceMarketoResponse) GetSourceResponse ¶

func (o *GetSourceMarketoResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceMarketoResponse) GetStatusCode ¶

func (o *GetSourceMarketoResponse) GetStatusCode() int

type GetSourceMetabaseRequest ¶

type GetSourceMetabaseRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceMetabaseRequest) GetSourceID ¶

func (o *GetSourceMetabaseRequest) GetSourceID() string

type GetSourceMetabaseResponse ¶

type GetSourceMetabaseResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceMetabaseResponse) GetContentType ¶

func (o *GetSourceMetabaseResponse) GetContentType() string

func (*GetSourceMetabaseResponse) GetRawResponse ¶

func (o *GetSourceMetabaseResponse) GetRawResponse() *http.Response

func (*GetSourceMetabaseResponse) GetSourceResponse ¶

func (o *GetSourceMetabaseResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceMetabaseResponse) GetStatusCode ¶

func (o *GetSourceMetabaseResponse) GetStatusCode() int

type GetSourceMicrosoftOnedriveRequest ¶

type GetSourceMicrosoftOnedriveRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceMicrosoftOnedriveRequest) GetSourceID ¶

func (o *GetSourceMicrosoftOnedriveRequest) GetSourceID() string

type GetSourceMicrosoftOnedriveResponse ¶

type GetSourceMicrosoftOnedriveResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceMicrosoftOnedriveResponse) GetContentType ¶

func (o *GetSourceMicrosoftOnedriveResponse) GetContentType() string

func (*GetSourceMicrosoftOnedriveResponse) GetRawResponse ¶

func (o *GetSourceMicrosoftOnedriveResponse) GetRawResponse() *http.Response

func (*GetSourceMicrosoftOnedriveResponse) GetSourceResponse ¶

func (*GetSourceMicrosoftOnedriveResponse) GetStatusCode ¶

func (o *GetSourceMicrosoftOnedriveResponse) GetStatusCode() int

type GetSourceMicrosoftSharepointRequest ¶

type GetSourceMicrosoftSharepointRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceMicrosoftSharepointRequest) GetSourceID ¶

type GetSourceMicrosoftSharepointResponse ¶

type GetSourceMicrosoftSharepointResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceMicrosoftSharepointResponse) GetContentType ¶

func (o *GetSourceMicrosoftSharepointResponse) GetContentType() string

func (*GetSourceMicrosoftSharepointResponse) GetRawResponse ¶

func (o *GetSourceMicrosoftSharepointResponse) GetRawResponse() *http.Response

func (*GetSourceMicrosoftSharepointResponse) GetSourceResponse ¶

func (*GetSourceMicrosoftSharepointResponse) GetStatusCode ¶

func (o *GetSourceMicrosoftSharepointResponse) GetStatusCode() int

type GetSourceMicrosoftTeamsRequest ¶

type GetSourceMicrosoftTeamsRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceMicrosoftTeamsRequest) GetSourceID ¶

func (o *GetSourceMicrosoftTeamsRequest) GetSourceID() string

type GetSourceMicrosoftTeamsResponse ¶

type GetSourceMicrosoftTeamsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceMicrosoftTeamsResponse) GetContentType ¶

func (o *GetSourceMicrosoftTeamsResponse) GetContentType() string

func (*GetSourceMicrosoftTeamsResponse) GetRawResponse ¶

func (o *GetSourceMicrosoftTeamsResponse) GetRawResponse() *http.Response

func (*GetSourceMicrosoftTeamsResponse) GetSourceResponse ¶

func (o *GetSourceMicrosoftTeamsResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceMicrosoftTeamsResponse) GetStatusCode ¶

func (o *GetSourceMicrosoftTeamsResponse) GetStatusCode() int

type GetSourceMixpanelRequest ¶

type GetSourceMixpanelRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceMixpanelRequest) GetSourceID ¶

func (o *GetSourceMixpanelRequest) GetSourceID() string

type GetSourceMixpanelResponse ¶

type GetSourceMixpanelResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceMixpanelResponse) GetContentType ¶

func (o *GetSourceMixpanelResponse) GetContentType() string

func (*GetSourceMixpanelResponse) GetRawResponse ¶

func (o *GetSourceMixpanelResponse) GetRawResponse() *http.Response

func (*GetSourceMixpanelResponse) GetSourceResponse ¶

func (o *GetSourceMixpanelResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceMixpanelResponse) GetStatusCode ¶

func (o *GetSourceMixpanelResponse) GetStatusCode() int

type GetSourceMondayRequest ¶

type GetSourceMondayRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceMondayRequest) GetSourceID ¶

func (o *GetSourceMondayRequest) GetSourceID() string

type GetSourceMondayResponse ¶

type GetSourceMondayResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceMondayResponse) GetContentType ¶

func (o *GetSourceMondayResponse) GetContentType() string

func (*GetSourceMondayResponse) GetRawResponse ¶

func (o *GetSourceMondayResponse) GetRawResponse() *http.Response

func (*GetSourceMondayResponse) GetSourceResponse ¶

func (o *GetSourceMondayResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceMondayResponse) GetStatusCode ¶

func (o *GetSourceMondayResponse) GetStatusCode() int

type GetSourceMongodbInternalPocRequest ¶

type GetSourceMongodbInternalPocRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceMongodbInternalPocRequest) GetSourceID ¶

func (o *GetSourceMongodbInternalPocRequest) GetSourceID() string

type GetSourceMongodbInternalPocResponse ¶

type GetSourceMongodbInternalPocResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceMongodbInternalPocResponse) GetContentType ¶

func (o *GetSourceMongodbInternalPocResponse) GetContentType() string

func (*GetSourceMongodbInternalPocResponse) GetRawResponse ¶

func (o *GetSourceMongodbInternalPocResponse) GetRawResponse() *http.Response

func (*GetSourceMongodbInternalPocResponse) GetSourceResponse ¶

func (*GetSourceMongodbInternalPocResponse) GetStatusCode ¶

func (o *GetSourceMongodbInternalPocResponse) GetStatusCode() int

type GetSourceMongodbV2Request ¶

type GetSourceMongodbV2Request struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceMongodbV2Request) GetSourceID ¶

func (o *GetSourceMongodbV2Request) GetSourceID() string

type GetSourceMongodbV2Response ¶

type GetSourceMongodbV2Response struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceMongodbV2Response) GetContentType ¶

func (o *GetSourceMongodbV2Response) GetContentType() string

func (*GetSourceMongodbV2Response) GetRawResponse ¶

func (o *GetSourceMongodbV2Response) GetRawResponse() *http.Response

func (*GetSourceMongodbV2Response) GetSourceResponse ¶

func (o *GetSourceMongodbV2Response) GetSourceResponse() *shared.SourceResponse

func (*GetSourceMongodbV2Response) GetStatusCode ¶

func (o *GetSourceMongodbV2Response) GetStatusCode() int

type GetSourceMssqlRequest ¶

type GetSourceMssqlRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceMssqlRequest) GetSourceID ¶

func (o *GetSourceMssqlRequest) GetSourceID() string

type GetSourceMssqlResponse ¶

type GetSourceMssqlResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceMssqlResponse) GetContentType ¶

func (o *GetSourceMssqlResponse) GetContentType() string

func (*GetSourceMssqlResponse) GetRawResponse ¶

func (o *GetSourceMssqlResponse) GetRawResponse() *http.Response

func (*GetSourceMssqlResponse) GetSourceResponse ¶

func (o *GetSourceMssqlResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceMssqlResponse) GetStatusCode ¶

func (o *GetSourceMssqlResponse) GetStatusCode() int

type GetSourceMyHoursRequest ¶

type GetSourceMyHoursRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceMyHoursRequest) GetSourceID ¶

func (o *GetSourceMyHoursRequest) GetSourceID() string

type GetSourceMyHoursResponse ¶

type GetSourceMyHoursResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceMyHoursResponse) GetContentType ¶

func (o *GetSourceMyHoursResponse) GetContentType() string

func (*GetSourceMyHoursResponse) GetRawResponse ¶

func (o *GetSourceMyHoursResponse) GetRawResponse() *http.Response

func (*GetSourceMyHoursResponse) GetSourceResponse ¶

func (o *GetSourceMyHoursResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceMyHoursResponse) GetStatusCode ¶

func (o *GetSourceMyHoursResponse) GetStatusCode() int

type GetSourceMysqlRequest ¶

type GetSourceMysqlRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceMysqlRequest) GetSourceID ¶

func (o *GetSourceMysqlRequest) GetSourceID() string

type GetSourceMysqlResponse ¶

type GetSourceMysqlResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceMysqlResponse) GetContentType ¶

func (o *GetSourceMysqlResponse) GetContentType() string

func (*GetSourceMysqlResponse) GetRawResponse ¶

func (o *GetSourceMysqlResponse) GetRawResponse() *http.Response

func (*GetSourceMysqlResponse) GetSourceResponse ¶

func (o *GetSourceMysqlResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceMysqlResponse) GetStatusCode ¶

func (o *GetSourceMysqlResponse) GetStatusCode() int

type GetSourceNetsuiteRequest ¶

type GetSourceNetsuiteRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceNetsuiteRequest) GetSourceID ¶

func (o *GetSourceNetsuiteRequest) GetSourceID() string

type GetSourceNetsuiteResponse ¶

type GetSourceNetsuiteResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceNetsuiteResponse) GetContentType ¶

func (o *GetSourceNetsuiteResponse) GetContentType() string

func (*GetSourceNetsuiteResponse) GetRawResponse ¶

func (o *GetSourceNetsuiteResponse) GetRawResponse() *http.Response

func (*GetSourceNetsuiteResponse) GetSourceResponse ¶

func (o *GetSourceNetsuiteResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceNetsuiteResponse) GetStatusCode ¶

func (o *GetSourceNetsuiteResponse) GetStatusCode() int

type GetSourceNotionRequest ¶

type GetSourceNotionRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceNotionRequest) GetSourceID ¶

func (o *GetSourceNotionRequest) GetSourceID() string

type GetSourceNotionResponse ¶

type GetSourceNotionResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceNotionResponse) GetContentType ¶

func (o *GetSourceNotionResponse) GetContentType() string

func (*GetSourceNotionResponse) GetRawResponse ¶

func (o *GetSourceNotionResponse) GetRawResponse() *http.Response

func (*GetSourceNotionResponse) GetSourceResponse ¶

func (o *GetSourceNotionResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceNotionResponse) GetStatusCode ¶

func (o *GetSourceNotionResponse) GetStatusCode() int

type GetSourceNytimesRequest ¶

type GetSourceNytimesRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceNytimesRequest) GetSourceID ¶

func (o *GetSourceNytimesRequest) GetSourceID() string

type GetSourceNytimesResponse ¶

type GetSourceNytimesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceNytimesResponse) GetContentType ¶

func (o *GetSourceNytimesResponse) GetContentType() string

func (*GetSourceNytimesResponse) GetRawResponse ¶

func (o *GetSourceNytimesResponse) GetRawResponse() *http.Response

func (*GetSourceNytimesResponse) GetSourceResponse ¶

func (o *GetSourceNytimesResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceNytimesResponse) GetStatusCode ¶

func (o *GetSourceNytimesResponse) GetStatusCode() int

type GetSourceOktaRequest ¶

type GetSourceOktaRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceOktaRequest) GetSourceID ¶

func (o *GetSourceOktaRequest) GetSourceID() string

type GetSourceOktaResponse ¶

type GetSourceOktaResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceOktaResponse) GetContentType ¶

func (o *GetSourceOktaResponse) GetContentType() string

func (*GetSourceOktaResponse) GetRawResponse ¶

func (o *GetSourceOktaResponse) GetRawResponse() *http.Response

func (*GetSourceOktaResponse) GetSourceResponse ¶

func (o *GetSourceOktaResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceOktaResponse) GetStatusCode ¶

func (o *GetSourceOktaResponse) GetStatusCode() int

type GetSourceOmnisendRequest ¶

type GetSourceOmnisendRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceOmnisendRequest) GetSourceID ¶

func (o *GetSourceOmnisendRequest) GetSourceID() string

type GetSourceOmnisendResponse ¶

type GetSourceOmnisendResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceOmnisendResponse) GetContentType ¶

func (o *GetSourceOmnisendResponse) GetContentType() string

func (*GetSourceOmnisendResponse) GetRawResponse ¶

func (o *GetSourceOmnisendResponse) GetRawResponse() *http.Response

func (*GetSourceOmnisendResponse) GetSourceResponse ¶

func (o *GetSourceOmnisendResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceOmnisendResponse) GetStatusCode ¶

func (o *GetSourceOmnisendResponse) GetStatusCode() int

type GetSourceOnesignalRequest ¶

type GetSourceOnesignalRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceOnesignalRequest) GetSourceID ¶

func (o *GetSourceOnesignalRequest) GetSourceID() string

type GetSourceOnesignalResponse ¶

type GetSourceOnesignalResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceOnesignalResponse) GetContentType ¶

func (o *GetSourceOnesignalResponse) GetContentType() string

func (*GetSourceOnesignalResponse) GetRawResponse ¶

func (o *GetSourceOnesignalResponse) GetRawResponse() *http.Response

func (*GetSourceOnesignalResponse) GetSourceResponse ¶

func (o *GetSourceOnesignalResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceOnesignalResponse) GetStatusCode ¶

func (o *GetSourceOnesignalResponse) GetStatusCode() int

type GetSourceOracleRequest ¶

type GetSourceOracleRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceOracleRequest) GetSourceID ¶

func (o *GetSourceOracleRequest) GetSourceID() string

type GetSourceOracleResponse ¶

type GetSourceOracleResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceOracleResponse) GetContentType ¶

func (o *GetSourceOracleResponse) GetContentType() string

func (*GetSourceOracleResponse) GetRawResponse ¶

func (o *GetSourceOracleResponse) GetRawResponse() *http.Response

func (*GetSourceOracleResponse) GetSourceResponse ¶

func (o *GetSourceOracleResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceOracleResponse) GetStatusCode ¶

func (o *GetSourceOracleResponse) GetStatusCode() int

type GetSourceOrbRequest ¶

type GetSourceOrbRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceOrbRequest) GetSourceID ¶

func (o *GetSourceOrbRequest) GetSourceID() string

type GetSourceOrbResponse ¶

type GetSourceOrbResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceOrbResponse) GetContentType ¶

func (o *GetSourceOrbResponse) GetContentType() string

func (*GetSourceOrbResponse) GetRawResponse ¶

func (o *GetSourceOrbResponse) GetRawResponse() *http.Response

func (*GetSourceOrbResponse) GetSourceResponse ¶

func (o *GetSourceOrbResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceOrbResponse) GetStatusCode ¶

func (o *GetSourceOrbResponse) GetStatusCode() int

type GetSourceOrbitRequest ¶

type GetSourceOrbitRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceOrbitRequest) GetSourceID ¶

func (o *GetSourceOrbitRequest) GetSourceID() string

type GetSourceOrbitResponse ¶

type GetSourceOrbitResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceOrbitResponse) GetContentType ¶

func (o *GetSourceOrbitResponse) GetContentType() string

func (*GetSourceOrbitResponse) GetRawResponse ¶

func (o *GetSourceOrbitResponse) GetRawResponse() *http.Response

func (*GetSourceOrbitResponse) GetSourceResponse ¶

func (o *GetSourceOrbitResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceOrbitResponse) GetStatusCode ¶

func (o *GetSourceOrbitResponse) GetStatusCode() int

type GetSourceOutbrainAmplifyRequest ¶

type GetSourceOutbrainAmplifyRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceOutbrainAmplifyRequest) GetSourceID ¶

func (o *GetSourceOutbrainAmplifyRequest) GetSourceID() string

type GetSourceOutbrainAmplifyResponse ¶

type GetSourceOutbrainAmplifyResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceOutbrainAmplifyResponse) GetContentType ¶

func (o *GetSourceOutbrainAmplifyResponse) GetContentType() string

func (*GetSourceOutbrainAmplifyResponse) GetRawResponse ¶

func (o *GetSourceOutbrainAmplifyResponse) GetRawResponse() *http.Response

func (*GetSourceOutbrainAmplifyResponse) GetSourceResponse ¶

func (o *GetSourceOutbrainAmplifyResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceOutbrainAmplifyResponse) GetStatusCode ¶

func (o *GetSourceOutbrainAmplifyResponse) GetStatusCode() int

type GetSourceOutreachRequest ¶

type GetSourceOutreachRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceOutreachRequest) GetSourceID ¶

func (o *GetSourceOutreachRequest) GetSourceID() string

type GetSourceOutreachResponse ¶

type GetSourceOutreachResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceOutreachResponse) GetContentType ¶

func (o *GetSourceOutreachResponse) GetContentType() string

func (*GetSourceOutreachResponse) GetRawResponse ¶

func (o *GetSourceOutreachResponse) GetRawResponse() *http.Response

func (*GetSourceOutreachResponse) GetSourceResponse ¶

func (o *GetSourceOutreachResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceOutreachResponse) GetStatusCode ¶

func (o *GetSourceOutreachResponse) GetStatusCode() int

type GetSourcePaypalTransactionRequest ¶

type GetSourcePaypalTransactionRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourcePaypalTransactionRequest) GetSourceID ¶

func (o *GetSourcePaypalTransactionRequest) GetSourceID() string

type GetSourcePaypalTransactionResponse ¶

type GetSourcePaypalTransactionResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourcePaypalTransactionResponse) GetContentType ¶

func (o *GetSourcePaypalTransactionResponse) GetContentType() string

func (*GetSourcePaypalTransactionResponse) GetRawResponse ¶

func (o *GetSourcePaypalTransactionResponse) GetRawResponse() *http.Response

func (*GetSourcePaypalTransactionResponse) GetSourceResponse ¶

func (*GetSourcePaypalTransactionResponse) GetStatusCode ¶

func (o *GetSourcePaypalTransactionResponse) GetStatusCode() int

type GetSourcePaystackRequest ¶

type GetSourcePaystackRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourcePaystackRequest) GetSourceID ¶

func (o *GetSourcePaystackRequest) GetSourceID() string

type GetSourcePaystackResponse ¶

type GetSourcePaystackResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourcePaystackResponse) GetContentType ¶

func (o *GetSourcePaystackResponse) GetContentType() string

func (*GetSourcePaystackResponse) GetRawResponse ¶

func (o *GetSourcePaystackResponse) GetRawResponse() *http.Response

func (*GetSourcePaystackResponse) GetSourceResponse ¶

func (o *GetSourcePaystackResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourcePaystackResponse) GetStatusCode ¶

func (o *GetSourcePaystackResponse) GetStatusCode() int

type GetSourcePendoRequest ¶

type GetSourcePendoRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourcePendoRequest) GetSourceID ¶

func (o *GetSourcePendoRequest) GetSourceID() string

type GetSourcePendoResponse ¶

type GetSourcePendoResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourcePendoResponse) GetContentType ¶

func (o *GetSourcePendoResponse) GetContentType() string

func (*GetSourcePendoResponse) GetRawResponse ¶

func (o *GetSourcePendoResponse) GetRawResponse() *http.Response

func (*GetSourcePendoResponse) GetSourceResponse ¶

func (o *GetSourcePendoResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourcePendoResponse) GetStatusCode ¶

func (o *GetSourcePendoResponse) GetStatusCode() int

type GetSourcePersistiqRequest ¶

type GetSourcePersistiqRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourcePersistiqRequest) GetSourceID ¶

func (o *GetSourcePersistiqRequest) GetSourceID() string

type GetSourcePersistiqResponse ¶

type GetSourcePersistiqResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourcePersistiqResponse) GetContentType ¶

func (o *GetSourcePersistiqResponse) GetContentType() string

func (*GetSourcePersistiqResponse) GetRawResponse ¶

func (o *GetSourcePersistiqResponse) GetRawResponse() *http.Response

func (*GetSourcePersistiqResponse) GetSourceResponse ¶

func (o *GetSourcePersistiqResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourcePersistiqResponse) GetStatusCode ¶

func (o *GetSourcePersistiqResponse) GetStatusCode() int

type GetSourcePexelsAPIRequest ¶

type GetSourcePexelsAPIRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourcePexelsAPIRequest) GetSourceID ¶

func (o *GetSourcePexelsAPIRequest) GetSourceID() string

type GetSourcePexelsAPIResponse ¶

type GetSourcePexelsAPIResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourcePexelsAPIResponse) GetContentType ¶

func (o *GetSourcePexelsAPIResponse) GetContentType() string

func (*GetSourcePexelsAPIResponse) GetRawResponse ¶

func (o *GetSourcePexelsAPIResponse) GetRawResponse() *http.Response

func (*GetSourcePexelsAPIResponse) GetSourceResponse ¶

func (o *GetSourcePexelsAPIResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourcePexelsAPIResponse) GetStatusCode ¶

func (o *GetSourcePexelsAPIResponse) GetStatusCode() int

type GetSourcePinterestRequest ¶

type GetSourcePinterestRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourcePinterestRequest) GetSourceID ¶

func (o *GetSourcePinterestRequest) GetSourceID() string

type GetSourcePinterestResponse ¶

type GetSourcePinterestResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourcePinterestResponse) GetContentType ¶

func (o *GetSourcePinterestResponse) GetContentType() string

func (*GetSourcePinterestResponse) GetRawResponse ¶

func (o *GetSourcePinterestResponse) GetRawResponse() *http.Response

func (*GetSourcePinterestResponse) GetSourceResponse ¶

func (o *GetSourcePinterestResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourcePinterestResponse) GetStatusCode ¶

func (o *GetSourcePinterestResponse) GetStatusCode() int

type GetSourcePipedriveRequest ¶

type GetSourcePipedriveRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourcePipedriveRequest) GetSourceID ¶

func (o *GetSourcePipedriveRequest) GetSourceID() string

type GetSourcePipedriveResponse ¶

type GetSourcePipedriveResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourcePipedriveResponse) GetContentType ¶

func (o *GetSourcePipedriveResponse) GetContentType() string

func (*GetSourcePipedriveResponse) GetRawResponse ¶

func (o *GetSourcePipedriveResponse) GetRawResponse() *http.Response

func (*GetSourcePipedriveResponse) GetSourceResponse ¶

func (o *GetSourcePipedriveResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourcePipedriveResponse) GetStatusCode ¶

func (o *GetSourcePipedriveResponse) GetStatusCode() int

type GetSourcePocketRequest ¶

type GetSourcePocketRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourcePocketRequest) GetSourceID ¶

func (o *GetSourcePocketRequest) GetSourceID() string

type GetSourcePocketResponse ¶

type GetSourcePocketResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourcePocketResponse) GetContentType ¶

func (o *GetSourcePocketResponse) GetContentType() string

func (*GetSourcePocketResponse) GetRawResponse ¶

func (o *GetSourcePocketResponse) GetRawResponse() *http.Response

func (*GetSourcePocketResponse) GetSourceResponse ¶

func (o *GetSourcePocketResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourcePocketResponse) GetStatusCode ¶

func (o *GetSourcePocketResponse) GetStatusCode() int

type GetSourcePokeapiRequest ¶

type GetSourcePokeapiRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourcePokeapiRequest) GetSourceID ¶

func (o *GetSourcePokeapiRequest) GetSourceID() string

type GetSourcePokeapiResponse ¶

type GetSourcePokeapiResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourcePokeapiResponse) GetContentType ¶

func (o *GetSourcePokeapiResponse) GetContentType() string

func (*GetSourcePokeapiResponse) GetRawResponse ¶

func (o *GetSourcePokeapiResponse) GetRawResponse() *http.Response

func (*GetSourcePokeapiResponse) GetSourceResponse ¶

func (o *GetSourcePokeapiResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourcePokeapiResponse) GetStatusCode ¶

func (o *GetSourcePokeapiResponse) GetStatusCode() int

type GetSourcePolygonStockAPIRequest ¶

type GetSourcePolygonStockAPIRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourcePolygonStockAPIRequest) GetSourceID ¶

func (o *GetSourcePolygonStockAPIRequest) GetSourceID() string

type GetSourcePolygonStockAPIResponse ¶

type GetSourcePolygonStockAPIResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourcePolygonStockAPIResponse) GetContentType ¶

func (o *GetSourcePolygonStockAPIResponse) GetContentType() string

func (*GetSourcePolygonStockAPIResponse) GetRawResponse ¶

func (o *GetSourcePolygonStockAPIResponse) GetRawResponse() *http.Response

func (*GetSourcePolygonStockAPIResponse) GetSourceResponse ¶

func (o *GetSourcePolygonStockAPIResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourcePolygonStockAPIResponse) GetStatusCode ¶

func (o *GetSourcePolygonStockAPIResponse) GetStatusCode() int

type GetSourcePostgresRequest ¶

type GetSourcePostgresRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourcePostgresRequest) GetSourceID ¶

func (o *GetSourcePostgresRequest) GetSourceID() string

type GetSourcePostgresResponse ¶

type GetSourcePostgresResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourcePostgresResponse) GetContentType ¶

func (o *GetSourcePostgresResponse) GetContentType() string

func (*GetSourcePostgresResponse) GetRawResponse ¶

func (o *GetSourcePostgresResponse) GetRawResponse() *http.Response

func (*GetSourcePostgresResponse) GetSourceResponse ¶

func (o *GetSourcePostgresResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourcePostgresResponse) GetStatusCode ¶

func (o *GetSourcePostgresResponse) GetStatusCode() int

type GetSourcePosthogRequest ¶

type GetSourcePosthogRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourcePosthogRequest) GetSourceID ¶

func (o *GetSourcePosthogRequest) GetSourceID() string

type GetSourcePosthogResponse ¶

type GetSourcePosthogResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourcePosthogResponse) GetContentType ¶

func (o *GetSourcePosthogResponse) GetContentType() string

func (*GetSourcePosthogResponse) GetRawResponse ¶

func (o *GetSourcePosthogResponse) GetRawResponse() *http.Response

func (*GetSourcePosthogResponse) GetSourceResponse ¶

func (o *GetSourcePosthogResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourcePosthogResponse) GetStatusCode ¶

func (o *GetSourcePosthogResponse) GetStatusCode() int

type GetSourcePostmarkappRequest ¶

type GetSourcePostmarkappRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourcePostmarkappRequest) GetSourceID ¶

func (o *GetSourcePostmarkappRequest) GetSourceID() string

type GetSourcePostmarkappResponse ¶

type GetSourcePostmarkappResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourcePostmarkappResponse) GetContentType ¶

func (o *GetSourcePostmarkappResponse) GetContentType() string

func (*GetSourcePostmarkappResponse) GetRawResponse ¶

func (o *GetSourcePostmarkappResponse) GetRawResponse() *http.Response

func (*GetSourcePostmarkappResponse) GetSourceResponse ¶

func (o *GetSourcePostmarkappResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourcePostmarkappResponse) GetStatusCode ¶

func (o *GetSourcePostmarkappResponse) GetStatusCode() int

type GetSourcePrestashopRequest ¶

type GetSourcePrestashopRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourcePrestashopRequest) GetSourceID ¶

func (o *GetSourcePrestashopRequest) GetSourceID() string

type GetSourcePrestashopResponse ¶

type GetSourcePrestashopResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourcePrestashopResponse) GetContentType ¶

func (o *GetSourcePrestashopResponse) GetContentType() string

func (*GetSourcePrestashopResponse) GetRawResponse ¶

func (o *GetSourcePrestashopResponse) GetRawResponse() *http.Response

func (*GetSourcePrestashopResponse) GetSourceResponse ¶

func (o *GetSourcePrestashopResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourcePrestashopResponse) GetStatusCode ¶

func (o *GetSourcePrestashopResponse) GetStatusCode() int

type GetSourcePunkAPIRequest ¶

type GetSourcePunkAPIRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourcePunkAPIRequest) GetSourceID ¶

func (o *GetSourcePunkAPIRequest) GetSourceID() string

type GetSourcePunkAPIResponse ¶

type GetSourcePunkAPIResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourcePunkAPIResponse) GetContentType ¶

func (o *GetSourcePunkAPIResponse) GetContentType() string

func (*GetSourcePunkAPIResponse) GetRawResponse ¶

func (o *GetSourcePunkAPIResponse) GetRawResponse() *http.Response

func (*GetSourcePunkAPIResponse) GetSourceResponse ¶

func (o *GetSourcePunkAPIResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourcePunkAPIResponse) GetStatusCode ¶

func (o *GetSourcePunkAPIResponse) GetStatusCode() int

type GetSourcePypiRequest ¶

type GetSourcePypiRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourcePypiRequest) GetSourceID ¶

func (o *GetSourcePypiRequest) GetSourceID() string

type GetSourcePypiResponse ¶

type GetSourcePypiResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourcePypiResponse) GetContentType ¶

func (o *GetSourcePypiResponse) GetContentType() string

func (*GetSourcePypiResponse) GetRawResponse ¶

func (o *GetSourcePypiResponse) GetRawResponse() *http.Response

func (*GetSourcePypiResponse) GetSourceResponse ¶

func (o *GetSourcePypiResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourcePypiResponse) GetStatusCode ¶

func (o *GetSourcePypiResponse) GetStatusCode() int

type GetSourceQualarooRequest ¶

type GetSourceQualarooRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceQualarooRequest) GetSourceID ¶

func (o *GetSourceQualarooRequest) GetSourceID() string

type GetSourceQualarooResponse ¶

type GetSourceQualarooResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceQualarooResponse) GetContentType ¶

func (o *GetSourceQualarooResponse) GetContentType() string

func (*GetSourceQualarooResponse) GetRawResponse ¶

func (o *GetSourceQualarooResponse) GetRawResponse() *http.Response

func (*GetSourceQualarooResponse) GetSourceResponse ¶

func (o *GetSourceQualarooResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceQualarooResponse) GetStatusCode ¶

func (o *GetSourceQualarooResponse) GetStatusCode() int

type GetSourceRailzRequest ¶

type GetSourceRailzRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceRailzRequest) GetSourceID ¶

func (o *GetSourceRailzRequest) GetSourceID() string

type GetSourceRailzResponse ¶

type GetSourceRailzResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceRailzResponse) GetContentType ¶

func (o *GetSourceRailzResponse) GetContentType() string

func (*GetSourceRailzResponse) GetRawResponse ¶

func (o *GetSourceRailzResponse) GetRawResponse() *http.Response

func (*GetSourceRailzResponse) GetSourceResponse ¶

func (o *GetSourceRailzResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceRailzResponse) GetStatusCode ¶

func (o *GetSourceRailzResponse) GetStatusCode() int

type GetSourceRechargeRequest ¶

type GetSourceRechargeRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceRechargeRequest) GetSourceID ¶

func (o *GetSourceRechargeRequest) GetSourceID() string

type GetSourceRechargeResponse ¶

type GetSourceRechargeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceRechargeResponse) GetContentType ¶

func (o *GetSourceRechargeResponse) GetContentType() string

func (*GetSourceRechargeResponse) GetRawResponse ¶

func (o *GetSourceRechargeResponse) GetRawResponse() *http.Response

func (*GetSourceRechargeResponse) GetSourceResponse ¶

func (o *GetSourceRechargeResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceRechargeResponse) GetStatusCode ¶

func (o *GetSourceRechargeResponse) GetStatusCode() int

type GetSourceRecreationRequest ¶

type GetSourceRecreationRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceRecreationRequest) GetSourceID ¶

func (o *GetSourceRecreationRequest) GetSourceID() string

type GetSourceRecreationResponse ¶

type GetSourceRecreationResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceRecreationResponse) GetContentType ¶

func (o *GetSourceRecreationResponse) GetContentType() string

func (*GetSourceRecreationResponse) GetRawResponse ¶

func (o *GetSourceRecreationResponse) GetRawResponse() *http.Response

func (*GetSourceRecreationResponse) GetSourceResponse ¶

func (o *GetSourceRecreationResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceRecreationResponse) GetStatusCode ¶

func (o *GetSourceRecreationResponse) GetStatusCode() int

type GetSourceRecruiteeRequest ¶

type GetSourceRecruiteeRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceRecruiteeRequest) GetSourceID ¶

func (o *GetSourceRecruiteeRequest) GetSourceID() string

type GetSourceRecruiteeResponse ¶

type GetSourceRecruiteeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceRecruiteeResponse) GetContentType ¶

func (o *GetSourceRecruiteeResponse) GetContentType() string

func (*GetSourceRecruiteeResponse) GetRawResponse ¶

func (o *GetSourceRecruiteeResponse) GetRawResponse() *http.Response

func (*GetSourceRecruiteeResponse) GetSourceResponse ¶

func (o *GetSourceRecruiteeResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceRecruiteeResponse) GetStatusCode ¶

func (o *GetSourceRecruiteeResponse) GetStatusCode() int

type GetSourceRecurlyRequest ¶

type GetSourceRecurlyRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceRecurlyRequest) GetSourceID ¶

func (o *GetSourceRecurlyRequest) GetSourceID() string

type GetSourceRecurlyResponse ¶

type GetSourceRecurlyResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceRecurlyResponse) GetContentType ¶

func (o *GetSourceRecurlyResponse) GetContentType() string

func (*GetSourceRecurlyResponse) GetRawResponse ¶

func (o *GetSourceRecurlyResponse) GetRawResponse() *http.Response

func (*GetSourceRecurlyResponse) GetSourceResponse ¶

func (o *GetSourceRecurlyResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceRecurlyResponse) GetStatusCode ¶

func (o *GetSourceRecurlyResponse) GetStatusCode() int

type GetSourceRedshiftRequest ¶

type GetSourceRedshiftRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceRedshiftRequest) GetSourceID ¶

func (o *GetSourceRedshiftRequest) GetSourceID() string

type GetSourceRedshiftResponse ¶

type GetSourceRedshiftResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceRedshiftResponse) GetContentType ¶

func (o *GetSourceRedshiftResponse) GetContentType() string

func (*GetSourceRedshiftResponse) GetRawResponse ¶

func (o *GetSourceRedshiftResponse) GetRawResponse() *http.Response

func (*GetSourceRedshiftResponse) GetSourceResponse ¶

func (o *GetSourceRedshiftResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceRedshiftResponse) GetStatusCode ¶

func (o *GetSourceRedshiftResponse) GetStatusCode() int

type GetSourceRequest ¶

type GetSourceRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceRequest) GetSourceID ¶

func (o *GetSourceRequest) GetSourceID() string

type GetSourceResponse ¶

type GetSourceResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceResponse) GetContentType ¶

func (o *GetSourceResponse) GetContentType() string

func (*GetSourceResponse) GetRawResponse ¶

func (o *GetSourceResponse) GetRawResponse() *http.Response

func (*GetSourceResponse) GetSourceResponse ¶

func (o *GetSourceResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceResponse) GetStatusCode ¶

func (o *GetSourceResponse) GetStatusCode() int

type GetSourceRetentlyRequest ¶

type GetSourceRetentlyRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceRetentlyRequest) GetSourceID ¶

func (o *GetSourceRetentlyRequest) GetSourceID() string

type GetSourceRetentlyResponse ¶

type GetSourceRetentlyResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceRetentlyResponse) GetContentType ¶

func (o *GetSourceRetentlyResponse) GetContentType() string

func (*GetSourceRetentlyResponse) GetRawResponse ¶

func (o *GetSourceRetentlyResponse) GetRawResponse() *http.Response

func (*GetSourceRetentlyResponse) GetSourceResponse ¶

func (o *GetSourceRetentlyResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceRetentlyResponse) GetStatusCode ¶

func (o *GetSourceRetentlyResponse) GetStatusCode() int

type GetSourceRkiCovidRequest ¶

type GetSourceRkiCovidRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceRkiCovidRequest) GetSourceID ¶

func (o *GetSourceRkiCovidRequest) GetSourceID() string

type GetSourceRkiCovidResponse ¶

type GetSourceRkiCovidResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceRkiCovidResponse) GetContentType ¶

func (o *GetSourceRkiCovidResponse) GetContentType() string

func (*GetSourceRkiCovidResponse) GetRawResponse ¶

func (o *GetSourceRkiCovidResponse) GetRawResponse() *http.Response

func (*GetSourceRkiCovidResponse) GetSourceResponse ¶

func (o *GetSourceRkiCovidResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceRkiCovidResponse) GetStatusCode ¶

func (o *GetSourceRkiCovidResponse) GetStatusCode() int

type GetSourceRssRequest ¶

type GetSourceRssRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceRssRequest) GetSourceID ¶

func (o *GetSourceRssRequest) GetSourceID() string

type GetSourceRssResponse ¶

type GetSourceRssResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceRssResponse) GetContentType ¶

func (o *GetSourceRssResponse) GetContentType() string

func (*GetSourceRssResponse) GetRawResponse ¶

func (o *GetSourceRssResponse) GetRawResponse() *http.Response

func (*GetSourceRssResponse) GetSourceResponse ¶

func (o *GetSourceRssResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceRssResponse) GetStatusCode ¶

func (o *GetSourceRssResponse) GetStatusCode() int

type GetSourceS3Request ¶

type GetSourceS3Request struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceS3Request) GetSourceID ¶

func (o *GetSourceS3Request) GetSourceID() string

type GetSourceS3Response ¶

type GetSourceS3Response struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceS3Response) GetContentType ¶

func (o *GetSourceS3Response) GetContentType() string

func (*GetSourceS3Response) GetRawResponse ¶

func (o *GetSourceS3Response) GetRawResponse() *http.Response

func (*GetSourceS3Response) GetSourceResponse ¶

func (o *GetSourceS3Response) GetSourceResponse() *shared.SourceResponse

func (*GetSourceS3Response) GetStatusCode ¶

func (o *GetSourceS3Response) GetStatusCode() int

type GetSourceSalesforceRequest ¶

type GetSourceSalesforceRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceSalesforceRequest) GetSourceID ¶

func (o *GetSourceSalesforceRequest) GetSourceID() string

type GetSourceSalesforceResponse ¶

type GetSourceSalesforceResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceSalesforceResponse) GetContentType ¶

func (o *GetSourceSalesforceResponse) GetContentType() string

func (*GetSourceSalesforceResponse) GetRawResponse ¶

func (o *GetSourceSalesforceResponse) GetRawResponse() *http.Response

func (*GetSourceSalesforceResponse) GetSourceResponse ¶

func (o *GetSourceSalesforceResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceSalesforceResponse) GetStatusCode ¶

func (o *GetSourceSalesforceResponse) GetStatusCode() int

type GetSourceSalesloftRequest ¶

type GetSourceSalesloftRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceSalesloftRequest) GetSourceID ¶

func (o *GetSourceSalesloftRequest) GetSourceID() string

type GetSourceSalesloftResponse ¶

type GetSourceSalesloftResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceSalesloftResponse) GetContentType ¶

func (o *GetSourceSalesloftResponse) GetContentType() string

func (*GetSourceSalesloftResponse) GetRawResponse ¶

func (o *GetSourceSalesloftResponse) GetRawResponse() *http.Response

func (*GetSourceSalesloftResponse) GetSourceResponse ¶

func (o *GetSourceSalesloftResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceSalesloftResponse) GetStatusCode ¶

func (o *GetSourceSalesloftResponse) GetStatusCode() int

type GetSourceSapFieldglassRequest ¶

type GetSourceSapFieldglassRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceSapFieldglassRequest) GetSourceID ¶

func (o *GetSourceSapFieldglassRequest) GetSourceID() string

type GetSourceSapFieldglassResponse ¶

type GetSourceSapFieldglassResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceSapFieldglassResponse) GetContentType ¶

func (o *GetSourceSapFieldglassResponse) GetContentType() string

func (*GetSourceSapFieldglassResponse) GetRawResponse ¶

func (o *GetSourceSapFieldglassResponse) GetRawResponse() *http.Response

func (*GetSourceSapFieldglassResponse) GetSourceResponse ¶

func (o *GetSourceSapFieldglassResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceSapFieldglassResponse) GetStatusCode ¶

func (o *GetSourceSapFieldglassResponse) GetStatusCode() int

type GetSourceSecodaRequest ¶

type GetSourceSecodaRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceSecodaRequest) GetSourceID ¶

func (o *GetSourceSecodaRequest) GetSourceID() string

type GetSourceSecodaResponse ¶

type GetSourceSecodaResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceSecodaResponse) GetContentType ¶

func (o *GetSourceSecodaResponse) GetContentType() string

func (*GetSourceSecodaResponse) GetRawResponse ¶

func (o *GetSourceSecodaResponse) GetRawResponse() *http.Response

func (*GetSourceSecodaResponse) GetSourceResponse ¶

func (o *GetSourceSecodaResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceSecodaResponse) GetStatusCode ¶

func (o *GetSourceSecodaResponse) GetStatusCode() int

type GetSourceSendgridRequest ¶

type GetSourceSendgridRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceSendgridRequest) GetSourceID ¶

func (o *GetSourceSendgridRequest) GetSourceID() string

type GetSourceSendgridResponse ¶

type GetSourceSendgridResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceSendgridResponse) GetContentType ¶

func (o *GetSourceSendgridResponse) GetContentType() string

func (*GetSourceSendgridResponse) GetRawResponse ¶

func (o *GetSourceSendgridResponse) GetRawResponse() *http.Response

func (*GetSourceSendgridResponse) GetSourceResponse ¶

func (o *GetSourceSendgridResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceSendgridResponse) GetStatusCode ¶

func (o *GetSourceSendgridResponse) GetStatusCode() int

type GetSourceSendinblueRequest ¶

type GetSourceSendinblueRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceSendinblueRequest) GetSourceID ¶

func (o *GetSourceSendinblueRequest) GetSourceID() string

type GetSourceSendinblueResponse ¶

type GetSourceSendinblueResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceSendinblueResponse) GetContentType ¶

func (o *GetSourceSendinblueResponse) GetContentType() string

func (*GetSourceSendinblueResponse) GetRawResponse ¶

func (o *GetSourceSendinblueResponse) GetRawResponse() *http.Response

func (*GetSourceSendinblueResponse) GetSourceResponse ¶

func (o *GetSourceSendinblueResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceSendinblueResponse) GetStatusCode ¶

func (o *GetSourceSendinblueResponse) GetStatusCode() int

type GetSourceSenseforceRequest ¶

type GetSourceSenseforceRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceSenseforceRequest) GetSourceID ¶

func (o *GetSourceSenseforceRequest) GetSourceID() string

type GetSourceSenseforceResponse ¶

type GetSourceSenseforceResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceSenseforceResponse) GetContentType ¶

func (o *GetSourceSenseforceResponse) GetContentType() string

func (*GetSourceSenseforceResponse) GetRawResponse ¶

func (o *GetSourceSenseforceResponse) GetRawResponse() *http.Response

func (*GetSourceSenseforceResponse) GetSourceResponse ¶

func (o *GetSourceSenseforceResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceSenseforceResponse) GetStatusCode ¶

func (o *GetSourceSenseforceResponse) GetStatusCode() int

type GetSourceSentryRequest ¶

type GetSourceSentryRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceSentryRequest) GetSourceID ¶

func (o *GetSourceSentryRequest) GetSourceID() string

type GetSourceSentryResponse ¶

type GetSourceSentryResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceSentryResponse) GetContentType ¶

func (o *GetSourceSentryResponse) GetContentType() string

func (*GetSourceSentryResponse) GetRawResponse ¶

func (o *GetSourceSentryResponse) GetRawResponse() *http.Response

func (*GetSourceSentryResponse) GetSourceResponse ¶

func (o *GetSourceSentryResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceSentryResponse) GetStatusCode ¶

func (o *GetSourceSentryResponse) GetStatusCode() int

type GetSourceSftpBulkRequest ¶

type GetSourceSftpBulkRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceSftpBulkRequest) GetSourceID ¶

func (o *GetSourceSftpBulkRequest) GetSourceID() string

type GetSourceSftpBulkResponse ¶

type GetSourceSftpBulkResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceSftpBulkResponse) GetContentType ¶

func (o *GetSourceSftpBulkResponse) GetContentType() string

func (*GetSourceSftpBulkResponse) GetRawResponse ¶

func (o *GetSourceSftpBulkResponse) GetRawResponse() *http.Response

func (*GetSourceSftpBulkResponse) GetSourceResponse ¶

func (o *GetSourceSftpBulkResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceSftpBulkResponse) GetStatusCode ¶

func (o *GetSourceSftpBulkResponse) GetStatusCode() int

type GetSourceSftpRequest ¶

type GetSourceSftpRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceSftpRequest) GetSourceID ¶

func (o *GetSourceSftpRequest) GetSourceID() string

type GetSourceSftpResponse ¶

type GetSourceSftpResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceSftpResponse) GetContentType ¶

func (o *GetSourceSftpResponse) GetContentType() string

func (*GetSourceSftpResponse) GetRawResponse ¶

func (o *GetSourceSftpResponse) GetRawResponse() *http.Response

func (*GetSourceSftpResponse) GetSourceResponse ¶

func (o *GetSourceSftpResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceSftpResponse) GetStatusCode ¶

func (o *GetSourceSftpResponse) GetStatusCode() int

type GetSourceShopifyRequest ¶

type GetSourceShopifyRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceShopifyRequest) GetSourceID ¶

func (o *GetSourceShopifyRequest) GetSourceID() string

type GetSourceShopifyResponse ¶

type GetSourceShopifyResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceShopifyResponse) GetContentType ¶

func (o *GetSourceShopifyResponse) GetContentType() string

func (*GetSourceShopifyResponse) GetRawResponse ¶

func (o *GetSourceShopifyResponse) GetRawResponse() *http.Response

func (*GetSourceShopifyResponse) GetSourceResponse ¶

func (o *GetSourceShopifyResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceShopifyResponse) GetStatusCode ¶

func (o *GetSourceShopifyResponse) GetStatusCode() int

type GetSourceShortioRequest ¶

type GetSourceShortioRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceShortioRequest) GetSourceID ¶

func (o *GetSourceShortioRequest) GetSourceID() string

type GetSourceShortioResponse ¶

type GetSourceShortioResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceShortioResponse) GetContentType ¶

func (o *GetSourceShortioResponse) GetContentType() string

func (*GetSourceShortioResponse) GetRawResponse ¶

func (o *GetSourceShortioResponse) GetRawResponse() *http.Response

func (*GetSourceShortioResponse) GetSourceResponse ¶

func (o *GetSourceShortioResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceShortioResponse) GetStatusCode ¶

func (o *GetSourceShortioResponse) GetStatusCode() int

type GetSourceSlackRequest ¶

type GetSourceSlackRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceSlackRequest) GetSourceID ¶

func (o *GetSourceSlackRequest) GetSourceID() string

type GetSourceSlackResponse ¶

type GetSourceSlackResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceSlackResponse) GetContentType ¶

func (o *GetSourceSlackResponse) GetContentType() string

func (*GetSourceSlackResponse) GetRawResponse ¶

func (o *GetSourceSlackResponse) GetRawResponse() *http.Response

func (*GetSourceSlackResponse) GetSourceResponse ¶

func (o *GetSourceSlackResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceSlackResponse) GetStatusCode ¶

func (o *GetSourceSlackResponse) GetStatusCode() int

type GetSourceSmailyRequest ¶

type GetSourceSmailyRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceSmailyRequest) GetSourceID ¶

func (o *GetSourceSmailyRequest) GetSourceID() string

type GetSourceSmailyResponse ¶

type GetSourceSmailyResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceSmailyResponse) GetContentType ¶

func (o *GetSourceSmailyResponse) GetContentType() string

func (*GetSourceSmailyResponse) GetRawResponse ¶

func (o *GetSourceSmailyResponse) GetRawResponse() *http.Response

func (*GetSourceSmailyResponse) GetSourceResponse ¶

func (o *GetSourceSmailyResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceSmailyResponse) GetStatusCode ¶

func (o *GetSourceSmailyResponse) GetStatusCode() int

type GetSourceSmartengageRequest ¶

type GetSourceSmartengageRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceSmartengageRequest) GetSourceID ¶

func (o *GetSourceSmartengageRequest) GetSourceID() string

type GetSourceSmartengageResponse ¶

type GetSourceSmartengageResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceSmartengageResponse) GetContentType ¶

func (o *GetSourceSmartengageResponse) GetContentType() string

func (*GetSourceSmartengageResponse) GetRawResponse ¶

func (o *GetSourceSmartengageResponse) GetRawResponse() *http.Response

func (*GetSourceSmartengageResponse) GetSourceResponse ¶

func (o *GetSourceSmartengageResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceSmartengageResponse) GetStatusCode ¶

func (o *GetSourceSmartengageResponse) GetStatusCode() int

type GetSourceSmartsheetsRequest ¶

type GetSourceSmartsheetsRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceSmartsheetsRequest) GetSourceID ¶

func (o *GetSourceSmartsheetsRequest) GetSourceID() string

type GetSourceSmartsheetsResponse ¶

type GetSourceSmartsheetsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceSmartsheetsResponse) GetContentType ¶

func (o *GetSourceSmartsheetsResponse) GetContentType() string

func (*GetSourceSmartsheetsResponse) GetRawResponse ¶

func (o *GetSourceSmartsheetsResponse) GetRawResponse() *http.Response

func (*GetSourceSmartsheetsResponse) GetSourceResponse ¶

func (o *GetSourceSmartsheetsResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceSmartsheetsResponse) GetStatusCode ¶

func (o *GetSourceSmartsheetsResponse) GetStatusCode() int

type GetSourceSnapchatMarketingRequest ¶

type GetSourceSnapchatMarketingRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceSnapchatMarketingRequest) GetSourceID ¶

func (o *GetSourceSnapchatMarketingRequest) GetSourceID() string

type GetSourceSnapchatMarketingResponse ¶

type GetSourceSnapchatMarketingResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceSnapchatMarketingResponse) GetContentType ¶

func (o *GetSourceSnapchatMarketingResponse) GetContentType() string

func (*GetSourceSnapchatMarketingResponse) GetRawResponse ¶

func (o *GetSourceSnapchatMarketingResponse) GetRawResponse() *http.Response

func (*GetSourceSnapchatMarketingResponse) GetSourceResponse ¶

func (*GetSourceSnapchatMarketingResponse) GetStatusCode ¶

func (o *GetSourceSnapchatMarketingResponse) GetStatusCode() int

type GetSourceSnowflakeRequest ¶

type GetSourceSnowflakeRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceSnowflakeRequest) GetSourceID ¶

func (o *GetSourceSnowflakeRequest) GetSourceID() string

type GetSourceSnowflakeResponse ¶

type GetSourceSnowflakeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceSnowflakeResponse) GetContentType ¶

func (o *GetSourceSnowflakeResponse) GetContentType() string

func (*GetSourceSnowflakeResponse) GetRawResponse ¶

func (o *GetSourceSnowflakeResponse) GetRawResponse() *http.Response

func (*GetSourceSnowflakeResponse) GetSourceResponse ¶

func (o *GetSourceSnowflakeResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceSnowflakeResponse) GetStatusCode ¶

func (o *GetSourceSnowflakeResponse) GetStatusCode() int

type GetSourceSonarCloudRequest ¶

type GetSourceSonarCloudRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceSonarCloudRequest) GetSourceID ¶

func (o *GetSourceSonarCloudRequest) GetSourceID() string

type GetSourceSonarCloudResponse ¶

type GetSourceSonarCloudResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceSonarCloudResponse) GetContentType ¶

func (o *GetSourceSonarCloudResponse) GetContentType() string

func (*GetSourceSonarCloudResponse) GetRawResponse ¶

func (o *GetSourceSonarCloudResponse) GetRawResponse() *http.Response

func (*GetSourceSonarCloudResponse) GetSourceResponse ¶

func (o *GetSourceSonarCloudResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceSonarCloudResponse) GetStatusCode ¶

func (o *GetSourceSonarCloudResponse) GetStatusCode() int

type GetSourceSpacexAPIRequest ¶

type GetSourceSpacexAPIRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceSpacexAPIRequest) GetSourceID ¶

func (o *GetSourceSpacexAPIRequest) GetSourceID() string

type GetSourceSpacexAPIResponse ¶

type GetSourceSpacexAPIResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceSpacexAPIResponse) GetContentType ¶

func (o *GetSourceSpacexAPIResponse) GetContentType() string

func (*GetSourceSpacexAPIResponse) GetRawResponse ¶

func (o *GetSourceSpacexAPIResponse) GetRawResponse() *http.Response

func (*GetSourceSpacexAPIResponse) GetSourceResponse ¶

func (o *GetSourceSpacexAPIResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceSpacexAPIResponse) GetStatusCode ¶

func (o *GetSourceSpacexAPIResponse) GetStatusCode() int

type GetSourceSquareRequest ¶

type GetSourceSquareRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceSquareRequest) GetSourceID ¶

func (o *GetSourceSquareRequest) GetSourceID() string

type GetSourceSquareResponse ¶

type GetSourceSquareResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceSquareResponse) GetContentType ¶

func (o *GetSourceSquareResponse) GetContentType() string

func (*GetSourceSquareResponse) GetRawResponse ¶

func (o *GetSourceSquareResponse) GetRawResponse() *http.Response

func (*GetSourceSquareResponse) GetSourceResponse ¶

func (o *GetSourceSquareResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceSquareResponse) GetStatusCode ¶

func (o *GetSourceSquareResponse) GetStatusCode() int

type GetSourceStravaRequest ¶

type GetSourceStravaRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceStravaRequest) GetSourceID ¶

func (o *GetSourceStravaRequest) GetSourceID() string

type GetSourceStravaResponse ¶

type GetSourceStravaResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceStravaResponse) GetContentType ¶

func (o *GetSourceStravaResponse) GetContentType() string

func (*GetSourceStravaResponse) GetRawResponse ¶

func (o *GetSourceStravaResponse) GetRawResponse() *http.Response

func (*GetSourceStravaResponse) GetSourceResponse ¶

func (o *GetSourceStravaResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceStravaResponse) GetStatusCode ¶

func (o *GetSourceStravaResponse) GetStatusCode() int

type GetSourceStripeRequest ¶

type GetSourceStripeRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceStripeRequest) GetSourceID ¶

func (o *GetSourceStripeRequest) GetSourceID() string

type GetSourceStripeResponse ¶

type GetSourceStripeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceStripeResponse) GetContentType ¶

func (o *GetSourceStripeResponse) GetContentType() string

func (*GetSourceStripeResponse) GetRawResponse ¶

func (o *GetSourceStripeResponse) GetRawResponse() *http.Response

func (*GetSourceStripeResponse) GetSourceResponse ¶

func (o *GetSourceStripeResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceStripeResponse) GetStatusCode ¶

func (o *GetSourceStripeResponse) GetStatusCode() int

type GetSourceSurveySparrowRequest ¶

type GetSourceSurveySparrowRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceSurveySparrowRequest) GetSourceID ¶

func (o *GetSourceSurveySparrowRequest) GetSourceID() string

type GetSourceSurveySparrowResponse ¶

type GetSourceSurveySparrowResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceSurveySparrowResponse) GetContentType ¶

func (o *GetSourceSurveySparrowResponse) GetContentType() string

func (*GetSourceSurveySparrowResponse) GetRawResponse ¶

func (o *GetSourceSurveySparrowResponse) GetRawResponse() *http.Response

func (*GetSourceSurveySparrowResponse) GetSourceResponse ¶

func (o *GetSourceSurveySparrowResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceSurveySparrowResponse) GetStatusCode ¶

func (o *GetSourceSurveySparrowResponse) GetStatusCode() int

type GetSourceSurveymonkeyRequest ¶

type GetSourceSurveymonkeyRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceSurveymonkeyRequest) GetSourceID ¶

func (o *GetSourceSurveymonkeyRequest) GetSourceID() string

type GetSourceSurveymonkeyResponse ¶

type GetSourceSurveymonkeyResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceSurveymonkeyResponse) GetContentType ¶

func (o *GetSourceSurveymonkeyResponse) GetContentType() string

func (*GetSourceSurveymonkeyResponse) GetRawResponse ¶

func (o *GetSourceSurveymonkeyResponse) GetRawResponse() *http.Response

func (*GetSourceSurveymonkeyResponse) GetSourceResponse ¶

func (o *GetSourceSurveymonkeyResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceSurveymonkeyResponse) GetStatusCode ¶

func (o *GetSourceSurveymonkeyResponse) GetStatusCode() int

type GetSourceTempoRequest ¶

type GetSourceTempoRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceTempoRequest) GetSourceID ¶

func (o *GetSourceTempoRequest) GetSourceID() string

type GetSourceTempoResponse ¶

type GetSourceTempoResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceTempoResponse) GetContentType ¶

func (o *GetSourceTempoResponse) GetContentType() string

func (*GetSourceTempoResponse) GetRawResponse ¶

func (o *GetSourceTempoResponse) GetRawResponse() *http.Response

func (*GetSourceTempoResponse) GetSourceResponse ¶

func (o *GetSourceTempoResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceTempoResponse) GetStatusCode ¶

func (o *GetSourceTempoResponse) GetStatusCode() int

type GetSourceTheGuardianAPIRequest ¶

type GetSourceTheGuardianAPIRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceTheGuardianAPIRequest) GetSourceID ¶

func (o *GetSourceTheGuardianAPIRequest) GetSourceID() string

type GetSourceTheGuardianAPIResponse ¶

type GetSourceTheGuardianAPIResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceTheGuardianAPIResponse) GetContentType ¶

func (o *GetSourceTheGuardianAPIResponse) GetContentType() string

func (*GetSourceTheGuardianAPIResponse) GetRawResponse ¶

func (o *GetSourceTheGuardianAPIResponse) GetRawResponse() *http.Response

func (*GetSourceTheGuardianAPIResponse) GetSourceResponse ¶

func (o *GetSourceTheGuardianAPIResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceTheGuardianAPIResponse) GetStatusCode ¶

func (o *GetSourceTheGuardianAPIResponse) GetStatusCode() int

type GetSourceTiktokMarketingRequest ¶

type GetSourceTiktokMarketingRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceTiktokMarketingRequest) GetSourceID ¶

func (o *GetSourceTiktokMarketingRequest) GetSourceID() string

type GetSourceTiktokMarketingResponse ¶

type GetSourceTiktokMarketingResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceTiktokMarketingResponse) GetContentType ¶

func (o *GetSourceTiktokMarketingResponse) GetContentType() string

func (*GetSourceTiktokMarketingResponse) GetRawResponse ¶

func (o *GetSourceTiktokMarketingResponse) GetRawResponse() *http.Response

func (*GetSourceTiktokMarketingResponse) GetSourceResponse ¶

func (o *GetSourceTiktokMarketingResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceTiktokMarketingResponse) GetStatusCode ¶

func (o *GetSourceTiktokMarketingResponse) GetStatusCode() int

type GetSourceTrelloRequest ¶

type GetSourceTrelloRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceTrelloRequest) GetSourceID ¶

func (o *GetSourceTrelloRequest) GetSourceID() string

type GetSourceTrelloResponse ¶

type GetSourceTrelloResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceTrelloResponse) GetContentType ¶

func (o *GetSourceTrelloResponse) GetContentType() string

func (*GetSourceTrelloResponse) GetRawResponse ¶

func (o *GetSourceTrelloResponse) GetRawResponse() *http.Response

func (*GetSourceTrelloResponse) GetSourceResponse ¶

func (o *GetSourceTrelloResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceTrelloResponse) GetStatusCode ¶

func (o *GetSourceTrelloResponse) GetStatusCode() int

type GetSourceTrustpilotRequest ¶

type GetSourceTrustpilotRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceTrustpilotRequest) GetSourceID ¶

func (o *GetSourceTrustpilotRequest) GetSourceID() string

type GetSourceTrustpilotResponse ¶

type GetSourceTrustpilotResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceTrustpilotResponse) GetContentType ¶

func (o *GetSourceTrustpilotResponse) GetContentType() string

func (*GetSourceTrustpilotResponse) GetRawResponse ¶

func (o *GetSourceTrustpilotResponse) GetRawResponse() *http.Response

func (*GetSourceTrustpilotResponse) GetSourceResponse ¶

func (o *GetSourceTrustpilotResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceTrustpilotResponse) GetStatusCode ¶

func (o *GetSourceTrustpilotResponse) GetStatusCode() int

type GetSourceTvmazeScheduleRequest ¶

type GetSourceTvmazeScheduleRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceTvmazeScheduleRequest) GetSourceID ¶

func (o *GetSourceTvmazeScheduleRequest) GetSourceID() string

type GetSourceTvmazeScheduleResponse ¶

type GetSourceTvmazeScheduleResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceTvmazeScheduleResponse) GetContentType ¶

func (o *GetSourceTvmazeScheduleResponse) GetContentType() string

func (*GetSourceTvmazeScheduleResponse) GetRawResponse ¶

func (o *GetSourceTvmazeScheduleResponse) GetRawResponse() *http.Response

func (*GetSourceTvmazeScheduleResponse) GetSourceResponse ¶

func (o *GetSourceTvmazeScheduleResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceTvmazeScheduleResponse) GetStatusCode ¶

func (o *GetSourceTvmazeScheduleResponse) GetStatusCode() int

type GetSourceTwilioRequest ¶

type GetSourceTwilioRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceTwilioRequest) GetSourceID ¶

func (o *GetSourceTwilioRequest) GetSourceID() string

type GetSourceTwilioResponse ¶

type GetSourceTwilioResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceTwilioResponse) GetContentType ¶

func (o *GetSourceTwilioResponse) GetContentType() string

func (*GetSourceTwilioResponse) GetRawResponse ¶

func (o *GetSourceTwilioResponse) GetRawResponse() *http.Response

func (*GetSourceTwilioResponse) GetSourceResponse ¶

func (o *GetSourceTwilioResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceTwilioResponse) GetStatusCode ¶

func (o *GetSourceTwilioResponse) GetStatusCode() int

type GetSourceTwilioTaskrouterRequest ¶

type GetSourceTwilioTaskrouterRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceTwilioTaskrouterRequest) GetSourceID ¶

func (o *GetSourceTwilioTaskrouterRequest) GetSourceID() string

type GetSourceTwilioTaskrouterResponse ¶

type GetSourceTwilioTaskrouterResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceTwilioTaskrouterResponse) GetContentType ¶

func (o *GetSourceTwilioTaskrouterResponse) GetContentType() string

func (*GetSourceTwilioTaskrouterResponse) GetRawResponse ¶

func (o *GetSourceTwilioTaskrouterResponse) GetRawResponse() *http.Response

func (*GetSourceTwilioTaskrouterResponse) GetSourceResponse ¶

func (*GetSourceTwilioTaskrouterResponse) GetStatusCode ¶

func (o *GetSourceTwilioTaskrouterResponse) GetStatusCode() int

type GetSourceTwitterRequest ¶

type GetSourceTwitterRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceTwitterRequest) GetSourceID ¶

func (o *GetSourceTwitterRequest) GetSourceID() string

type GetSourceTwitterResponse ¶

type GetSourceTwitterResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceTwitterResponse) GetContentType ¶

func (o *GetSourceTwitterResponse) GetContentType() string

func (*GetSourceTwitterResponse) GetRawResponse ¶

func (o *GetSourceTwitterResponse) GetRawResponse() *http.Response

func (*GetSourceTwitterResponse) GetSourceResponse ¶

func (o *GetSourceTwitterResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceTwitterResponse) GetStatusCode ¶

func (o *GetSourceTwitterResponse) GetStatusCode() int

type GetSourceTypeformRequest ¶

type GetSourceTypeformRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceTypeformRequest) GetSourceID ¶

func (o *GetSourceTypeformRequest) GetSourceID() string

type GetSourceTypeformResponse ¶

type GetSourceTypeformResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceTypeformResponse) GetContentType ¶

func (o *GetSourceTypeformResponse) GetContentType() string

func (*GetSourceTypeformResponse) GetRawResponse ¶

func (o *GetSourceTypeformResponse) GetRawResponse() *http.Response

func (*GetSourceTypeformResponse) GetSourceResponse ¶

func (o *GetSourceTypeformResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceTypeformResponse) GetStatusCode ¶

func (o *GetSourceTypeformResponse) GetStatusCode() int

type GetSourceUsCensusRequest ¶

type GetSourceUsCensusRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceUsCensusRequest) GetSourceID ¶

func (o *GetSourceUsCensusRequest) GetSourceID() string

type GetSourceUsCensusResponse ¶

type GetSourceUsCensusResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceUsCensusResponse) GetContentType ¶

func (o *GetSourceUsCensusResponse) GetContentType() string

func (*GetSourceUsCensusResponse) GetRawResponse ¶

func (o *GetSourceUsCensusResponse) GetRawResponse() *http.Response

func (*GetSourceUsCensusResponse) GetSourceResponse ¶

func (o *GetSourceUsCensusResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceUsCensusResponse) GetStatusCode ¶

func (o *GetSourceUsCensusResponse) GetStatusCode() int

type GetSourceVantageRequest ¶

type GetSourceVantageRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceVantageRequest) GetSourceID ¶

func (o *GetSourceVantageRequest) GetSourceID() string

type GetSourceVantageResponse ¶

type GetSourceVantageResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceVantageResponse) GetContentType ¶

func (o *GetSourceVantageResponse) GetContentType() string

func (*GetSourceVantageResponse) GetRawResponse ¶

func (o *GetSourceVantageResponse) GetRawResponse() *http.Response

func (*GetSourceVantageResponse) GetSourceResponse ¶

func (o *GetSourceVantageResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceVantageResponse) GetStatusCode ¶

func (o *GetSourceVantageResponse) GetStatusCode() int

type GetSourceWebflowRequest ¶

type GetSourceWebflowRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceWebflowRequest) GetSourceID ¶

func (o *GetSourceWebflowRequest) GetSourceID() string

type GetSourceWebflowResponse ¶

type GetSourceWebflowResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceWebflowResponse) GetContentType ¶

func (o *GetSourceWebflowResponse) GetContentType() string

func (*GetSourceWebflowResponse) GetRawResponse ¶

func (o *GetSourceWebflowResponse) GetRawResponse() *http.Response

func (*GetSourceWebflowResponse) GetSourceResponse ¶

func (o *GetSourceWebflowResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceWebflowResponse) GetStatusCode ¶

func (o *GetSourceWebflowResponse) GetStatusCode() int

type GetSourceWhiskyHunterRequest ¶

type GetSourceWhiskyHunterRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceWhiskyHunterRequest) GetSourceID ¶

func (o *GetSourceWhiskyHunterRequest) GetSourceID() string

type GetSourceWhiskyHunterResponse ¶

type GetSourceWhiskyHunterResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceWhiskyHunterResponse) GetContentType ¶

func (o *GetSourceWhiskyHunterResponse) GetContentType() string

func (*GetSourceWhiskyHunterResponse) GetRawResponse ¶

func (o *GetSourceWhiskyHunterResponse) GetRawResponse() *http.Response

func (*GetSourceWhiskyHunterResponse) GetSourceResponse ¶

func (o *GetSourceWhiskyHunterResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceWhiskyHunterResponse) GetStatusCode ¶

func (o *GetSourceWhiskyHunterResponse) GetStatusCode() int

type GetSourceWikipediaPageviewsRequest ¶

type GetSourceWikipediaPageviewsRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceWikipediaPageviewsRequest) GetSourceID ¶

func (o *GetSourceWikipediaPageviewsRequest) GetSourceID() string

type GetSourceWikipediaPageviewsResponse ¶

type GetSourceWikipediaPageviewsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceWikipediaPageviewsResponse) GetContentType ¶

func (o *GetSourceWikipediaPageviewsResponse) GetContentType() string

func (*GetSourceWikipediaPageviewsResponse) GetRawResponse ¶

func (o *GetSourceWikipediaPageviewsResponse) GetRawResponse() *http.Response

func (*GetSourceWikipediaPageviewsResponse) GetSourceResponse ¶

func (*GetSourceWikipediaPageviewsResponse) GetStatusCode ¶

func (o *GetSourceWikipediaPageviewsResponse) GetStatusCode() int

type GetSourceWoocommerceRequest ¶

type GetSourceWoocommerceRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceWoocommerceRequest) GetSourceID ¶

func (o *GetSourceWoocommerceRequest) GetSourceID() string

type GetSourceWoocommerceResponse ¶

type GetSourceWoocommerceResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceWoocommerceResponse) GetContentType ¶

func (o *GetSourceWoocommerceResponse) GetContentType() string

func (*GetSourceWoocommerceResponse) GetRawResponse ¶

func (o *GetSourceWoocommerceResponse) GetRawResponse() *http.Response

func (*GetSourceWoocommerceResponse) GetSourceResponse ¶

func (o *GetSourceWoocommerceResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceWoocommerceResponse) GetStatusCode ¶

func (o *GetSourceWoocommerceResponse) GetStatusCode() int

type GetSourceXkcdRequest ¶

type GetSourceXkcdRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceXkcdRequest) GetSourceID ¶

func (o *GetSourceXkcdRequest) GetSourceID() string

type GetSourceXkcdResponse ¶

type GetSourceXkcdResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceXkcdResponse) GetContentType ¶

func (o *GetSourceXkcdResponse) GetContentType() string

func (*GetSourceXkcdResponse) GetRawResponse ¶

func (o *GetSourceXkcdResponse) GetRawResponse() *http.Response

func (*GetSourceXkcdResponse) GetSourceResponse ¶

func (o *GetSourceXkcdResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceXkcdResponse) GetStatusCode ¶

func (o *GetSourceXkcdResponse) GetStatusCode() int

type GetSourceYandexMetricaRequest ¶

type GetSourceYandexMetricaRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceYandexMetricaRequest) GetSourceID ¶

func (o *GetSourceYandexMetricaRequest) GetSourceID() string

type GetSourceYandexMetricaResponse ¶

type GetSourceYandexMetricaResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceYandexMetricaResponse) GetContentType ¶

func (o *GetSourceYandexMetricaResponse) GetContentType() string

func (*GetSourceYandexMetricaResponse) GetRawResponse ¶

func (o *GetSourceYandexMetricaResponse) GetRawResponse() *http.Response

func (*GetSourceYandexMetricaResponse) GetSourceResponse ¶

func (o *GetSourceYandexMetricaResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceYandexMetricaResponse) GetStatusCode ¶

func (o *GetSourceYandexMetricaResponse) GetStatusCode() int

type GetSourceYotpoRequest ¶

type GetSourceYotpoRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceYotpoRequest) GetSourceID ¶

func (o *GetSourceYotpoRequest) GetSourceID() string

type GetSourceYotpoResponse ¶

type GetSourceYotpoResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceYotpoResponse) GetContentType ¶

func (o *GetSourceYotpoResponse) GetContentType() string

func (*GetSourceYotpoResponse) GetRawResponse ¶

func (o *GetSourceYotpoResponse) GetRawResponse() *http.Response

func (*GetSourceYotpoResponse) GetSourceResponse ¶

func (o *GetSourceYotpoResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceYotpoResponse) GetStatusCode ¶

func (o *GetSourceYotpoResponse) GetStatusCode() int

type GetSourceYoutubeAnalyticsRequest ¶

type GetSourceYoutubeAnalyticsRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceYoutubeAnalyticsRequest) GetSourceID ¶

func (o *GetSourceYoutubeAnalyticsRequest) GetSourceID() string

type GetSourceYoutubeAnalyticsResponse ¶

type GetSourceYoutubeAnalyticsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceYoutubeAnalyticsResponse) GetContentType ¶

func (o *GetSourceYoutubeAnalyticsResponse) GetContentType() string

func (*GetSourceYoutubeAnalyticsResponse) GetRawResponse ¶

func (o *GetSourceYoutubeAnalyticsResponse) GetRawResponse() *http.Response

func (*GetSourceYoutubeAnalyticsResponse) GetSourceResponse ¶

func (*GetSourceYoutubeAnalyticsResponse) GetStatusCode ¶

func (o *GetSourceYoutubeAnalyticsResponse) GetStatusCode() int

type GetSourceZendeskChatRequest ¶

type GetSourceZendeskChatRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceZendeskChatRequest) GetSourceID ¶

func (o *GetSourceZendeskChatRequest) GetSourceID() string

type GetSourceZendeskChatResponse ¶

type GetSourceZendeskChatResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceZendeskChatResponse) GetContentType ¶

func (o *GetSourceZendeskChatResponse) GetContentType() string

func (*GetSourceZendeskChatResponse) GetRawResponse ¶

func (o *GetSourceZendeskChatResponse) GetRawResponse() *http.Response

func (*GetSourceZendeskChatResponse) GetSourceResponse ¶

func (o *GetSourceZendeskChatResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceZendeskChatResponse) GetStatusCode ¶

func (o *GetSourceZendeskChatResponse) GetStatusCode() int

type GetSourceZendeskSellRequest ¶

type GetSourceZendeskSellRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceZendeskSellRequest) GetSourceID ¶

func (o *GetSourceZendeskSellRequest) GetSourceID() string

type GetSourceZendeskSellResponse ¶

type GetSourceZendeskSellResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceZendeskSellResponse) GetContentType ¶

func (o *GetSourceZendeskSellResponse) GetContentType() string

func (*GetSourceZendeskSellResponse) GetRawResponse ¶

func (o *GetSourceZendeskSellResponse) GetRawResponse() *http.Response

func (*GetSourceZendeskSellResponse) GetSourceResponse ¶

func (o *GetSourceZendeskSellResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceZendeskSellResponse) GetStatusCode ¶

func (o *GetSourceZendeskSellResponse) GetStatusCode() int

type GetSourceZendeskSunshineRequest ¶

type GetSourceZendeskSunshineRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceZendeskSunshineRequest) GetSourceID ¶

func (o *GetSourceZendeskSunshineRequest) GetSourceID() string

type GetSourceZendeskSunshineResponse ¶

type GetSourceZendeskSunshineResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceZendeskSunshineResponse) GetContentType ¶

func (o *GetSourceZendeskSunshineResponse) GetContentType() string

func (*GetSourceZendeskSunshineResponse) GetRawResponse ¶

func (o *GetSourceZendeskSunshineResponse) GetRawResponse() *http.Response

func (*GetSourceZendeskSunshineResponse) GetSourceResponse ¶

func (o *GetSourceZendeskSunshineResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceZendeskSunshineResponse) GetStatusCode ¶

func (o *GetSourceZendeskSunshineResponse) GetStatusCode() int

type GetSourceZendeskSupportRequest ¶

type GetSourceZendeskSupportRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceZendeskSupportRequest) GetSourceID ¶

func (o *GetSourceZendeskSupportRequest) GetSourceID() string

type GetSourceZendeskSupportResponse ¶

type GetSourceZendeskSupportResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceZendeskSupportResponse) GetContentType ¶

func (o *GetSourceZendeskSupportResponse) GetContentType() string

func (*GetSourceZendeskSupportResponse) GetRawResponse ¶

func (o *GetSourceZendeskSupportResponse) GetRawResponse() *http.Response

func (*GetSourceZendeskSupportResponse) GetSourceResponse ¶

func (o *GetSourceZendeskSupportResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceZendeskSupportResponse) GetStatusCode ¶

func (o *GetSourceZendeskSupportResponse) GetStatusCode() int

type GetSourceZendeskTalkRequest ¶

type GetSourceZendeskTalkRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceZendeskTalkRequest) GetSourceID ¶

func (o *GetSourceZendeskTalkRequest) GetSourceID() string

type GetSourceZendeskTalkResponse ¶

type GetSourceZendeskTalkResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceZendeskTalkResponse) GetContentType ¶

func (o *GetSourceZendeskTalkResponse) GetContentType() string

func (*GetSourceZendeskTalkResponse) GetRawResponse ¶

func (o *GetSourceZendeskTalkResponse) GetRawResponse() *http.Response

func (*GetSourceZendeskTalkResponse) GetSourceResponse ¶

func (o *GetSourceZendeskTalkResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceZendeskTalkResponse) GetStatusCode ¶

func (o *GetSourceZendeskTalkResponse) GetStatusCode() int

type GetSourceZenloopRequest ¶

type GetSourceZenloopRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceZenloopRequest) GetSourceID ¶

func (o *GetSourceZenloopRequest) GetSourceID() string

type GetSourceZenloopResponse ¶

type GetSourceZenloopResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceZenloopResponse) GetContentType ¶

func (o *GetSourceZenloopResponse) GetContentType() string

func (*GetSourceZenloopResponse) GetRawResponse ¶

func (o *GetSourceZenloopResponse) GetRawResponse() *http.Response

func (*GetSourceZenloopResponse) GetSourceResponse ¶

func (o *GetSourceZenloopResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceZenloopResponse) GetStatusCode ¶

func (o *GetSourceZenloopResponse) GetStatusCode() int

type GetSourceZohoCrmRequest ¶

type GetSourceZohoCrmRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceZohoCrmRequest) GetSourceID ¶

func (o *GetSourceZohoCrmRequest) GetSourceID() string

type GetSourceZohoCrmResponse ¶

type GetSourceZohoCrmResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceZohoCrmResponse) GetContentType ¶

func (o *GetSourceZohoCrmResponse) GetContentType() string

func (*GetSourceZohoCrmResponse) GetRawResponse ¶

func (o *GetSourceZohoCrmResponse) GetRawResponse() *http.Response

func (*GetSourceZohoCrmResponse) GetSourceResponse ¶

func (o *GetSourceZohoCrmResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceZohoCrmResponse) GetStatusCode ¶

func (o *GetSourceZohoCrmResponse) GetStatusCode() int

type GetSourceZoomRequest ¶

type GetSourceZoomRequest struct {
	SourceID string `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*GetSourceZoomRequest) GetSourceID ¶

func (o *GetSourceZoomRequest) GetSourceID() string

type GetSourceZoomResponse ¶

type GetSourceZoomResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Get a Source by the id in the path.
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*GetSourceZoomResponse) GetContentType ¶

func (o *GetSourceZoomResponse) GetContentType() string

func (*GetSourceZoomResponse) GetRawResponse ¶

func (o *GetSourceZoomResponse) GetRawResponse() *http.Response

func (*GetSourceZoomResponse) GetSourceResponse ¶

func (o *GetSourceZoomResponse) GetSourceResponse() *shared.SourceResponse

func (*GetSourceZoomResponse) GetStatusCode ¶

func (o *GetSourceZoomResponse) GetStatusCode() int

type GetStreamPropertiesRequest ¶

type GetStreamPropertiesRequest struct {
	// ID of the destination
	DestinationID *string `queryParam:"style=form,explode=true,name=destinationId"`
	// If true pull the latest schema from the source, else pull from cache (default false)
	IgnoreCache *bool `default:"false" queryParam:"style=form,explode=true,name=ignoreCache"`
	// ID of the source
	SourceID string `queryParam:"style=form,explode=true,name=sourceId"`
}

func (*GetStreamPropertiesRequest) GetDestinationID ¶

func (o *GetStreamPropertiesRequest) GetDestinationID() *string

func (*GetStreamPropertiesRequest) GetIgnoreCache ¶

func (o *GetStreamPropertiesRequest) GetIgnoreCache() *bool

func (*GetStreamPropertiesRequest) GetSourceID ¶

func (o *GetStreamPropertiesRequest) GetSourceID() string

func (GetStreamPropertiesRequest) MarshalJSON ¶

func (g GetStreamPropertiesRequest) MarshalJSON() ([]byte, error)

func (*GetStreamPropertiesRequest) UnmarshalJSON ¶

func (g *GetStreamPropertiesRequest) UnmarshalJSON(data []byte) error

type GetStreamPropertiesResponse ¶

type GetStreamPropertiesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// Get the available streams properties for a source/destination pair.
	StreamPropertiesResponse []shared.StreamProperties
}

func (*GetStreamPropertiesResponse) GetContentType ¶

func (o *GetStreamPropertiesResponse) GetContentType() string

func (*GetStreamPropertiesResponse) GetRawResponse ¶

func (o *GetStreamPropertiesResponse) GetRawResponse() *http.Response

func (*GetStreamPropertiesResponse) GetStatusCode ¶

func (o *GetStreamPropertiesResponse) GetStatusCode() int

func (*GetStreamPropertiesResponse) GetStreamPropertiesResponse ¶

func (o *GetStreamPropertiesResponse) GetStreamPropertiesResponse() []shared.StreamProperties

type GetWorkspaceRequest ¶

type GetWorkspaceRequest struct {
	WorkspaceID string `pathParam:"style=simple,explode=false,name=workspaceId"`
}

func (*GetWorkspaceRequest) GetWorkspaceID ¶

func (o *GetWorkspaceRequest) GetWorkspaceID() string

type GetWorkspaceResponse ¶

type GetWorkspaceResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// Get a Workspace by the id in the path.
	WorkspaceResponse *shared.WorkspaceResponse
}

func (*GetWorkspaceResponse) GetContentType ¶

func (o *GetWorkspaceResponse) GetContentType() string

func (*GetWorkspaceResponse) GetRawResponse ¶

func (o *GetWorkspaceResponse) GetRawResponse() *http.Response

func (*GetWorkspaceResponse) GetStatusCode ¶

func (o *GetWorkspaceResponse) GetStatusCode() int

func (*GetWorkspaceResponse) GetWorkspaceResponse ¶

func (o *GetWorkspaceResponse) GetWorkspaceResponse() *shared.WorkspaceResponse

type InitiateOAuthResponse ¶

type InitiateOAuthResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*InitiateOAuthResponse) GetContentType ¶

func (o *InitiateOAuthResponse) GetContentType() string

func (*InitiateOAuthResponse) GetRawResponse ¶

func (o *InitiateOAuthResponse) GetRawResponse() *http.Response

func (*InitiateOAuthResponse) GetStatusCode ¶

func (o *InitiateOAuthResponse) GetStatusCode() int

type ListConnectionsRequest ¶

type ListConnectionsRequest struct {
	// Include deleted connections in the returned results.
	IncludeDeleted *bool `default:"false" queryParam:"style=form,explode=true,name=includeDeleted"`
	// Set the limit on the number of Connections returned. The default is 20.
	Limit *int `default:"20" queryParam:"style=form,explode=true,name=limit"`
	// Set the offset to start at when returning Connections. The default is 0
	Offset *int `default:"0" queryParam:"style=form,explode=true,name=offset"`
	// The UUIDs of the workspaces you wish to list connections for. Empty list will retrieve all allowed workspaces.
	WorkspaceIds []string `queryParam:"style=form,explode=true,name=workspaceIds"`
}

func (*ListConnectionsRequest) GetIncludeDeleted ¶

func (o *ListConnectionsRequest) GetIncludeDeleted() *bool

func (*ListConnectionsRequest) GetLimit ¶

func (o *ListConnectionsRequest) GetLimit() *int

func (*ListConnectionsRequest) GetOffset ¶

func (o *ListConnectionsRequest) GetOffset() *int

func (*ListConnectionsRequest) GetWorkspaceIds ¶

func (o *ListConnectionsRequest) GetWorkspaceIds() []string

func (ListConnectionsRequest) MarshalJSON ¶

func (l ListConnectionsRequest) MarshalJSON() ([]byte, error)

func (*ListConnectionsRequest) UnmarshalJSON ¶

func (l *ListConnectionsRequest) UnmarshalJSON(data []byte) error

type ListConnectionsResponse ¶

type ListConnectionsResponse struct {
	// Successful operation
	ConnectionsResponse *shared.ConnectionsResponse
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*ListConnectionsResponse) GetConnectionsResponse ¶

func (o *ListConnectionsResponse) GetConnectionsResponse() *shared.ConnectionsResponse

func (*ListConnectionsResponse) GetContentType ¶

func (o *ListConnectionsResponse) GetContentType() string

func (*ListConnectionsResponse) GetRawResponse ¶

func (o *ListConnectionsResponse) GetRawResponse() *http.Response

func (*ListConnectionsResponse) GetStatusCode ¶

func (o *ListConnectionsResponse) GetStatusCode() int

type ListDestinationsRequest ¶

type ListDestinationsRequest struct {
	// Include deleted destinations in the returned results.
	IncludeDeleted *bool `default:"false" queryParam:"style=form,explode=true,name=includeDeleted"`
	// Set the limit on the number of destinations returned. The default is 20.
	Limit *int `default:"20" queryParam:"style=form,explode=true,name=limit"`
	// Set the offset to start at when returning destinations. The default is 0
	Offset *int `default:"0" queryParam:"style=form,explode=true,name=offset"`
	// The UUIDs of the workspaces you wish to list destinations for. Empty list will retrieve all allowed workspaces.
	WorkspaceIds []string `queryParam:"style=form,explode=true,name=workspaceIds"`
}

func (*ListDestinationsRequest) GetIncludeDeleted ¶

func (o *ListDestinationsRequest) GetIncludeDeleted() *bool

func (*ListDestinationsRequest) GetLimit ¶

func (o *ListDestinationsRequest) GetLimit() *int

func (*ListDestinationsRequest) GetOffset ¶

func (o *ListDestinationsRequest) GetOffset() *int

func (*ListDestinationsRequest) GetWorkspaceIds ¶

func (o *ListDestinationsRequest) GetWorkspaceIds() []string

func (ListDestinationsRequest) MarshalJSON ¶

func (l ListDestinationsRequest) MarshalJSON() ([]byte, error)

func (*ListDestinationsRequest) UnmarshalJSON ¶

func (l *ListDestinationsRequest) UnmarshalJSON(data []byte) error

type ListDestinationsResponse ¶

type ListDestinationsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	DestinationsResponse *shared.DestinationsResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*ListDestinationsResponse) GetContentType ¶

func (o *ListDestinationsResponse) GetContentType() string

func (*ListDestinationsResponse) GetDestinationsResponse ¶

func (o *ListDestinationsResponse) GetDestinationsResponse() *shared.DestinationsResponse

func (*ListDestinationsResponse) GetRawResponse ¶

func (o *ListDestinationsResponse) GetRawResponse() *http.Response

func (*ListDestinationsResponse) GetStatusCode ¶

func (o *ListDestinationsResponse) GetStatusCode() int

type ListJobsRequest ¶

type ListJobsRequest struct {
	// Filter the Jobs by connectionId.
	ConnectionID *string `queryParam:"style=form,explode=true,name=connectionId"`
	// The end date to filter by
	CreatedAtEnd *time.Time `queryParam:"style=form,explode=true,name=createdAtEnd"`
	// The start date to filter by
	CreatedAtStart *time.Time `queryParam:"style=form,explode=true,name=createdAtStart"`
	// Filter the Jobs by jobType.
	JobType *shared.JobTypeEnum `queryParam:"style=form,explode=true,name=jobType"`
	// Set the limit on the number of Jobs returned. The default is 20 Jobs.
	Limit *int `default:"20" queryParam:"style=form,explode=true,name=limit"`
	// Set the offset to start at when returning Jobs. The default is 0.
	Offset *int `default:"0" queryParam:"style=form,explode=true,name=offset"`
	// The field and method to use for ordering
	OrderBy *string `queryParam:"style=form,explode=true,name=orderBy"`
	// The Job status you want to filter by
	Status *shared.JobStatusEnum `queryParam:"style=form,explode=true,name=status"`
	// The end date to filter by
	UpdatedAtEnd *time.Time `queryParam:"style=form,explode=true,name=updatedAtEnd"`
	// The start date to filter by
	UpdatedAtStart *time.Time `queryParam:"style=form,explode=true,name=updatedAtStart"`
	// The UUIDs of the workspaces you wish to list jobs for. Empty list will retrieve all allowed workspaces.
	WorkspaceIds []string `queryParam:"style=form,explode=true,name=workspaceIds"`
}

func (*ListJobsRequest) GetConnectionID ¶

func (o *ListJobsRequest) GetConnectionID() *string

func (*ListJobsRequest) GetCreatedAtEnd ¶

func (o *ListJobsRequest) GetCreatedAtEnd() *time.Time

func (*ListJobsRequest) GetCreatedAtStart ¶

func (o *ListJobsRequest) GetCreatedAtStart() *time.Time

func (*ListJobsRequest) GetJobType ¶

func (o *ListJobsRequest) GetJobType() *shared.JobTypeEnum

func (*ListJobsRequest) GetLimit ¶

func (o *ListJobsRequest) GetLimit() *int

func (*ListJobsRequest) GetOffset ¶

func (o *ListJobsRequest) GetOffset() *int

func (*ListJobsRequest) GetOrderBy ¶

func (o *ListJobsRequest) GetOrderBy() *string

func (*ListJobsRequest) GetStatus ¶

func (o *ListJobsRequest) GetStatus() *shared.JobStatusEnum

func (*ListJobsRequest) GetUpdatedAtEnd ¶

func (o *ListJobsRequest) GetUpdatedAtEnd() *time.Time

func (*ListJobsRequest) GetUpdatedAtStart ¶

func (o *ListJobsRequest) GetUpdatedAtStart() *time.Time

func (*ListJobsRequest) GetWorkspaceIds ¶

func (o *ListJobsRequest) GetWorkspaceIds() []string

func (ListJobsRequest) MarshalJSON ¶

func (l ListJobsRequest) MarshalJSON() ([]byte, error)

func (*ListJobsRequest) UnmarshalJSON ¶

func (l *ListJobsRequest) UnmarshalJSON(data []byte) error

type ListJobsResponse ¶

type ListJobsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// List all the Jobs by connectionId.
	JobsResponse *shared.JobsResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*ListJobsResponse) GetContentType ¶

func (o *ListJobsResponse) GetContentType() string

func (*ListJobsResponse) GetJobsResponse ¶

func (o *ListJobsResponse) GetJobsResponse() *shared.JobsResponse

func (*ListJobsResponse) GetRawResponse ¶

func (o *ListJobsResponse) GetRawResponse() *http.Response

func (*ListJobsResponse) GetStatusCode ¶

func (o *ListJobsResponse) GetStatusCode() int

type ListOrganizationsForUserResponse ¶ added in v0.5.1

type ListOrganizationsForUserResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// List user's organizations.
	OrganizationsResponse *shared.OrganizationsResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*ListOrganizationsForUserResponse) GetContentType ¶ added in v0.5.1

func (o *ListOrganizationsForUserResponse) GetContentType() string

func (*ListOrganizationsForUserResponse) GetOrganizationsResponse ¶ added in v0.5.1

func (o *ListOrganizationsForUserResponse) GetOrganizationsResponse() *shared.OrganizationsResponse

func (*ListOrganizationsForUserResponse) GetRawResponse ¶ added in v0.5.1

func (o *ListOrganizationsForUserResponse) GetRawResponse() *http.Response

func (*ListOrganizationsForUserResponse) GetStatusCode ¶ added in v0.5.1

func (o *ListOrganizationsForUserResponse) GetStatusCode() int

type ListPermissionsRequest ¶

type ListPermissionsRequest struct {
	// This is required if you want to read someone else's permissions, and you should have organization admin or a higher role.
	OrganizationID *string `queryParam:"style=form,explode=true,name=organizationId"`
	// User Id in permission.
	UserID *string `queryParam:"style=form,explode=true,name=userId"`
}

func (*ListPermissionsRequest) GetOrganizationID ¶ added in v0.5.1

func (o *ListPermissionsRequest) GetOrganizationID() *string

func (*ListPermissionsRequest) GetUserID ¶

func (o *ListPermissionsRequest) GetUserID() *string

type ListPermissionsResponse ¶

type ListPermissionsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// List Permissions.
	PermissionsResponse *shared.PermissionsResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*ListPermissionsResponse) GetContentType ¶

func (o *ListPermissionsResponse) GetContentType() string

func (*ListPermissionsResponse) GetPermissionsResponse ¶

func (o *ListPermissionsResponse) GetPermissionsResponse() *shared.PermissionsResponse

func (*ListPermissionsResponse) GetRawResponse ¶

func (o *ListPermissionsResponse) GetRawResponse() *http.Response

func (*ListPermissionsResponse) GetStatusCode ¶

func (o *ListPermissionsResponse) GetStatusCode() int

type ListSourcesRequest ¶

type ListSourcesRequest struct {
	// Include deleted sources in the returned results.
	IncludeDeleted *bool `default:"false" queryParam:"style=form,explode=true,name=includeDeleted"`
	// Set the limit on the number of sources returned. The default is 20.
	Limit *int `default:"20" queryParam:"style=form,explode=true,name=limit"`
	// Set the offset to start at when returning sources. The default is 0
	Offset *int `default:"0" queryParam:"style=form,explode=true,name=offset"`
	// The UUIDs of the workspaces you wish to list sources for. Empty list will retrieve all allowed workspaces.
	WorkspaceIds []string `queryParam:"style=form,explode=true,name=workspaceIds"`
}

func (*ListSourcesRequest) GetIncludeDeleted ¶

func (o *ListSourcesRequest) GetIncludeDeleted() *bool

func (*ListSourcesRequest) GetLimit ¶

func (o *ListSourcesRequest) GetLimit() *int

func (*ListSourcesRequest) GetOffset ¶

func (o *ListSourcesRequest) GetOffset() *int

func (*ListSourcesRequest) GetWorkspaceIds ¶

func (o *ListSourcesRequest) GetWorkspaceIds() []string

func (ListSourcesRequest) MarshalJSON ¶

func (l ListSourcesRequest) MarshalJSON() ([]byte, error)

func (*ListSourcesRequest) UnmarshalJSON ¶

func (l *ListSourcesRequest) UnmarshalJSON(data []byte) error

type ListSourcesResponse ¶

type ListSourcesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful operation
	SourcesResponse *shared.SourcesResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*ListSourcesResponse) GetContentType ¶

func (o *ListSourcesResponse) GetContentType() string

func (*ListSourcesResponse) GetRawResponse ¶

func (o *ListSourcesResponse) GetRawResponse() *http.Response

func (*ListSourcesResponse) GetSourcesResponse ¶

func (o *ListSourcesResponse) GetSourcesResponse() *shared.SourcesResponse

func (*ListSourcesResponse) GetStatusCode ¶

func (o *ListSourcesResponse) GetStatusCode() int

type ListUsersWithinAnOrganizationRequest ¶ added in v0.5.1

type ListUsersWithinAnOrganizationRequest struct {
	// List of user emails to filter by
	Emails []string `queryParam:"style=form,explode=true,name=emails"`
	// List of user IDs to filter by
	Ids            []string `queryParam:"style=form,explode=true,name=ids"`
	OrganizationID string   `queryParam:"style=form,explode=true,name=organizationId"`
}

func (*ListUsersWithinAnOrganizationRequest) GetEmails ¶ added in v0.5.1

func (*ListUsersWithinAnOrganizationRequest) GetIds ¶ added in v0.5.1

func (*ListUsersWithinAnOrganizationRequest) GetOrganizationID ¶ added in v0.5.1

func (o *ListUsersWithinAnOrganizationRequest) GetOrganizationID() string

type ListUsersWithinAnOrganizationResponse ¶ added in v0.5.1

type ListUsersWithinAnOrganizationResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// List Users.
	UsersResponse *shared.UsersResponse
}

func (*ListUsersWithinAnOrganizationResponse) GetContentType ¶ added in v0.5.1

func (o *ListUsersWithinAnOrganizationResponse) GetContentType() string

func (*ListUsersWithinAnOrganizationResponse) GetRawResponse ¶ added in v0.5.1

func (*ListUsersWithinAnOrganizationResponse) GetStatusCode ¶ added in v0.5.1

func (o *ListUsersWithinAnOrganizationResponse) GetStatusCode() int

func (*ListUsersWithinAnOrganizationResponse) GetUsersResponse ¶ added in v0.5.1

type ListWorkspacesRequest ¶

type ListWorkspacesRequest struct {
	// Include deleted workspaces in the returned results.
	IncludeDeleted *bool `default:"false" queryParam:"style=form,explode=true,name=includeDeleted"`
	// Set the limit on the number of workspaces returned. The default is 20.
	Limit *int `default:"20" queryParam:"style=form,explode=true,name=limit"`
	// Set the offset to start at when returning workspaces. The default is 0
	Offset *int `default:"0" queryParam:"style=form,explode=true,name=offset"`
	// The UUIDs of the workspaces you wish to fetch. Empty list will retrieve all allowed workspaces.
	WorkspaceIds []string `queryParam:"style=form,explode=true,name=workspaceIds"`
}

func (*ListWorkspacesRequest) GetIncludeDeleted ¶

func (o *ListWorkspacesRequest) GetIncludeDeleted() *bool

func (*ListWorkspacesRequest) GetLimit ¶

func (o *ListWorkspacesRequest) GetLimit() *int

func (*ListWorkspacesRequest) GetOffset ¶

func (o *ListWorkspacesRequest) GetOffset() *int

func (*ListWorkspacesRequest) GetWorkspaceIds ¶

func (o *ListWorkspacesRequest) GetWorkspaceIds() []string

func (ListWorkspacesRequest) MarshalJSON ¶

func (l ListWorkspacesRequest) MarshalJSON() ([]byte, error)

func (*ListWorkspacesRequest) UnmarshalJSON ¶

func (l *ListWorkspacesRequest) UnmarshalJSON(data []byte) error

type ListWorkspacesResponse ¶

type ListWorkspacesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// Successful operation
	WorkspacesResponse *shared.WorkspacesResponse
}

func (*ListWorkspacesResponse) GetContentType ¶

func (o *ListWorkspacesResponse) GetContentType() string

func (*ListWorkspacesResponse) GetRawResponse ¶

func (o *ListWorkspacesResponse) GetRawResponse() *http.Response

func (*ListWorkspacesResponse) GetStatusCode ¶

func (o *ListWorkspacesResponse) GetStatusCode() int

func (*ListWorkspacesResponse) GetWorkspacesResponse ¶

func (o *ListWorkspacesResponse) GetWorkspacesResponse() *shared.WorkspacesResponse

type Option ¶ added in v0.6.0

type Option func(*Options, ...string) error

func WithAcceptHeaderOverride ¶ added in v0.6.0

func WithAcceptHeaderOverride(acceptHeaderOverride AcceptHeaderEnum) Option

func WithOperationTimeout ¶ added in v0.6.0

func WithOperationTimeout(timeout time.Duration) Option

WithOperationTimeout allows setting the request timeout applied for an operation.

func WithRetries ¶ added in v0.6.0

func WithRetries(config retry.Config) Option

WithRetries allows customizing the default retry configuration.

func WithServerURL ¶ added in v0.6.0

func WithServerURL(serverURL string) Option

WithServerURL allows providing an alternative server URL.

func WithTemplatedServerURL ¶ added in v0.6.0

func WithTemplatedServerURL(serverURL string, params map[string]string) Option

WithTemplatedServerURL allows providing an alternative server URL with templated parameters.

type Options ¶ added in v0.6.0

type Options struct {
	ServerURL            *string
	Retries              *retry.Config
	Timeout              *time.Duration
	AcceptHeaderOverride *AcceptHeaderEnum
}

type PatchConnectionRequest ¶

type PatchConnectionRequest struct {
	ConnectionPatchRequest shared.ConnectionPatchRequest `request:"mediaType=application/json"`
	ConnectionID           string                        `pathParam:"style=simple,explode=false,name=connectionId"`
}

func (*PatchConnectionRequest) GetConnectionID ¶

func (o *PatchConnectionRequest) GetConnectionID() string

func (*PatchConnectionRequest) GetConnectionPatchRequest ¶

func (o *PatchConnectionRequest) GetConnectionPatchRequest() shared.ConnectionPatchRequest

type PatchConnectionResponse ¶

type PatchConnectionResponse struct {
	// Update a Connection by the id in the path.
	ConnectionResponse *shared.ConnectionResponse
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PatchConnectionResponse) GetConnectionResponse ¶

func (o *PatchConnectionResponse) GetConnectionResponse() *shared.ConnectionResponse

func (*PatchConnectionResponse) GetContentType ¶

func (o *PatchConnectionResponse) GetContentType() string

func (*PatchConnectionResponse) GetRawResponse ¶

func (o *PatchConnectionResponse) GetRawResponse() *http.Response

func (*PatchConnectionResponse) GetStatusCode ¶

func (o *PatchConnectionResponse) GetStatusCode() int

type PatchDestinationRequest ¶

type PatchDestinationRequest struct {
	DestinationPatchRequest *shared.DestinationPatchRequest `request:"mediaType=application/json"`
	DestinationID           string                          `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*PatchDestinationRequest) GetDestinationID ¶

func (o *PatchDestinationRequest) GetDestinationID() string

func (*PatchDestinationRequest) GetDestinationPatchRequest ¶

func (o *PatchDestinationRequest) GetDestinationPatchRequest() *shared.DestinationPatchRequest

type PatchDestinationResponse ¶

type PatchDestinationResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Update a Destination
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PatchDestinationResponse) GetContentType ¶

func (o *PatchDestinationResponse) GetContentType() string

func (*PatchDestinationResponse) GetDestinationResponse ¶

func (o *PatchDestinationResponse) GetDestinationResponse() *shared.DestinationResponse

func (*PatchDestinationResponse) GetRawResponse ¶

func (o *PatchDestinationResponse) GetRawResponse() *http.Response

func (*PatchDestinationResponse) GetStatusCode ¶

func (o *PatchDestinationResponse) GetStatusCode() int

type PatchSourceRequest ¶

type PatchSourceRequest struct {
	SourcePatchRequest *shared.SourcePatchRequest `request:"mediaType=application/json"`
	SourceID           string                     `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PatchSourceRequest) GetSourceID ¶

func (o *PatchSourceRequest) GetSourceID() string

func (*PatchSourceRequest) GetSourcePatchRequest ¶

func (o *PatchSourceRequest) GetSourcePatchRequest() *shared.SourcePatchRequest

type PatchSourceResponse ¶

type PatchSourceResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Update a Source
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PatchSourceResponse) GetContentType ¶

func (o *PatchSourceResponse) GetContentType() string

func (*PatchSourceResponse) GetRawResponse ¶

func (o *PatchSourceResponse) GetRawResponse() *http.Response

func (*PatchSourceResponse) GetSourceResponse ¶

func (o *PatchSourceResponse) GetSourceResponse() *shared.SourceResponse

func (*PatchSourceResponse) GetStatusCode ¶

func (o *PatchSourceResponse) GetStatusCode() int

type PutDestinationAstraRequest ¶

type PutDestinationAstraRequest struct {
	DestinationAstraPutRequest *shared.DestinationAstraPutRequest `request:"mediaType=application/json"`
	DestinationID              string                             `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*PutDestinationAstraRequest) GetDestinationAstraPutRequest ¶

func (o *PutDestinationAstraRequest) GetDestinationAstraPutRequest() *shared.DestinationAstraPutRequest

func (*PutDestinationAstraRequest) GetDestinationID ¶

func (o *PutDestinationAstraRequest) GetDestinationID() string

type PutDestinationAstraResponse ¶

type PutDestinationAstraResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutDestinationAstraResponse) GetContentType ¶

func (o *PutDestinationAstraResponse) GetContentType() string

func (*PutDestinationAstraResponse) GetRawResponse ¶

func (o *PutDestinationAstraResponse) GetRawResponse() *http.Response

func (*PutDestinationAstraResponse) GetStatusCode ¶

func (o *PutDestinationAstraResponse) GetStatusCode() int

type PutDestinationAwsDatalakeRequest ¶

type PutDestinationAwsDatalakeRequest struct {
	DestinationAwsDatalakePutRequest *shared.DestinationAwsDatalakePutRequest `request:"mediaType=application/json"`
	DestinationID                    string                                   `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*PutDestinationAwsDatalakeRequest) GetDestinationAwsDatalakePutRequest ¶

func (o *PutDestinationAwsDatalakeRequest) GetDestinationAwsDatalakePutRequest() *shared.DestinationAwsDatalakePutRequest

func (*PutDestinationAwsDatalakeRequest) GetDestinationID ¶

func (o *PutDestinationAwsDatalakeRequest) GetDestinationID() string

type PutDestinationAwsDatalakeResponse ¶

type PutDestinationAwsDatalakeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutDestinationAwsDatalakeResponse) GetContentType ¶

func (o *PutDestinationAwsDatalakeResponse) GetContentType() string

func (*PutDestinationAwsDatalakeResponse) GetRawResponse ¶

func (o *PutDestinationAwsDatalakeResponse) GetRawResponse() *http.Response

func (*PutDestinationAwsDatalakeResponse) GetStatusCode ¶

func (o *PutDestinationAwsDatalakeResponse) GetStatusCode() int

type PutDestinationAzureBlobStorageRequest ¶

type PutDestinationAzureBlobStorageRequest struct {
	DestinationAzureBlobStoragePutRequest *shared.DestinationAzureBlobStoragePutRequest `request:"mediaType=application/json"`
	DestinationID                         string                                        `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*PutDestinationAzureBlobStorageRequest) GetDestinationAzureBlobStoragePutRequest ¶

func (o *PutDestinationAzureBlobStorageRequest) GetDestinationAzureBlobStoragePutRequest() *shared.DestinationAzureBlobStoragePutRequest

func (*PutDestinationAzureBlobStorageRequest) GetDestinationID ¶

func (o *PutDestinationAzureBlobStorageRequest) GetDestinationID() string

type PutDestinationAzureBlobStorageResponse ¶

type PutDestinationAzureBlobStorageResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutDestinationAzureBlobStorageResponse) GetContentType ¶

func (o *PutDestinationAzureBlobStorageResponse) GetContentType() string

func (*PutDestinationAzureBlobStorageResponse) GetRawResponse ¶

func (*PutDestinationAzureBlobStorageResponse) GetStatusCode ¶

func (o *PutDestinationAzureBlobStorageResponse) GetStatusCode() int

type PutDestinationBigqueryRequest ¶

type PutDestinationBigqueryRequest struct {
	DestinationBigqueryPutRequest *shared.DestinationBigqueryPutRequest `request:"mediaType=application/json"`
	DestinationID                 string                                `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*PutDestinationBigqueryRequest) GetDestinationBigqueryPutRequest ¶

func (o *PutDestinationBigqueryRequest) GetDestinationBigqueryPutRequest() *shared.DestinationBigqueryPutRequest

func (*PutDestinationBigqueryRequest) GetDestinationID ¶

func (o *PutDestinationBigqueryRequest) GetDestinationID() string

type PutDestinationBigqueryResponse ¶

type PutDestinationBigqueryResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutDestinationBigqueryResponse) GetContentType ¶

func (o *PutDestinationBigqueryResponse) GetContentType() string

func (*PutDestinationBigqueryResponse) GetRawResponse ¶

func (o *PutDestinationBigqueryResponse) GetRawResponse() *http.Response

func (*PutDestinationBigqueryResponse) GetStatusCode ¶

func (o *PutDestinationBigqueryResponse) GetStatusCode() int

type PutDestinationClickhouseRequest ¶

type PutDestinationClickhouseRequest struct {
	DestinationClickhousePutRequest *shared.DestinationClickhousePutRequest `request:"mediaType=application/json"`
	DestinationID                   string                                  `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*PutDestinationClickhouseRequest) GetDestinationClickhousePutRequest ¶

func (o *PutDestinationClickhouseRequest) GetDestinationClickhousePutRequest() *shared.DestinationClickhousePutRequest

func (*PutDestinationClickhouseRequest) GetDestinationID ¶

func (o *PutDestinationClickhouseRequest) GetDestinationID() string

type PutDestinationClickhouseResponse ¶

type PutDestinationClickhouseResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutDestinationClickhouseResponse) GetContentType ¶

func (o *PutDestinationClickhouseResponse) GetContentType() string

func (*PutDestinationClickhouseResponse) GetRawResponse ¶

func (o *PutDestinationClickhouseResponse) GetRawResponse() *http.Response

func (*PutDestinationClickhouseResponse) GetStatusCode ¶

func (o *PutDestinationClickhouseResponse) GetStatusCode() int

type PutDestinationConvexRequest ¶

type PutDestinationConvexRequest struct {
	DestinationConvexPutRequest *shared.DestinationConvexPutRequest `request:"mediaType=application/json"`
	DestinationID               string                              `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*PutDestinationConvexRequest) GetDestinationConvexPutRequest ¶

func (o *PutDestinationConvexRequest) GetDestinationConvexPutRequest() *shared.DestinationConvexPutRequest

func (*PutDestinationConvexRequest) GetDestinationID ¶

func (o *PutDestinationConvexRequest) GetDestinationID() string

type PutDestinationConvexResponse ¶

type PutDestinationConvexResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutDestinationConvexResponse) GetContentType ¶

func (o *PutDestinationConvexResponse) GetContentType() string

func (*PutDestinationConvexResponse) GetRawResponse ¶

func (o *PutDestinationConvexResponse) GetRawResponse() *http.Response

func (*PutDestinationConvexResponse) GetStatusCode ¶

func (o *PutDestinationConvexResponse) GetStatusCode() int

type PutDestinationCustomRequest ¶

type PutDestinationCustomRequest struct {
	DestinationCustomPutRequest *shared.DestinationCustomPutRequest `request:"mediaType=application/json"`
	DestinationID               string                              `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*PutDestinationCustomRequest) GetDestinationCustomPutRequest ¶

func (o *PutDestinationCustomRequest) GetDestinationCustomPutRequest() *shared.DestinationCustomPutRequest

func (*PutDestinationCustomRequest) GetDestinationID ¶

func (o *PutDestinationCustomRequest) GetDestinationID() string

type PutDestinationCustomResponse ¶

type PutDestinationCustomResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutDestinationCustomResponse) GetContentType ¶

func (o *PutDestinationCustomResponse) GetContentType() string

func (*PutDestinationCustomResponse) GetRawResponse ¶

func (o *PutDestinationCustomResponse) GetRawResponse() *http.Response

func (*PutDestinationCustomResponse) GetStatusCode ¶

func (o *PutDestinationCustomResponse) GetStatusCode() int

type PutDestinationDatabricksRequest ¶

type PutDestinationDatabricksRequest struct {
	DestinationDatabricksPutRequest *shared.DestinationDatabricksPutRequest `request:"mediaType=application/json"`
	DestinationID                   string                                  `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*PutDestinationDatabricksRequest) GetDestinationDatabricksPutRequest ¶

func (o *PutDestinationDatabricksRequest) GetDestinationDatabricksPutRequest() *shared.DestinationDatabricksPutRequest

func (*PutDestinationDatabricksRequest) GetDestinationID ¶

func (o *PutDestinationDatabricksRequest) GetDestinationID() string

type PutDestinationDatabricksResponse ¶

type PutDestinationDatabricksResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutDestinationDatabricksResponse) GetContentType ¶

func (o *PutDestinationDatabricksResponse) GetContentType() string

func (*PutDestinationDatabricksResponse) GetRawResponse ¶

func (o *PutDestinationDatabricksResponse) GetRawResponse() *http.Response

func (*PutDestinationDatabricksResponse) GetStatusCode ¶

func (o *PutDestinationDatabricksResponse) GetStatusCode() int

type PutDestinationDevNullRequest ¶

type PutDestinationDevNullRequest struct {
	DestinationDevNullPutRequest *shared.DestinationDevNullPutRequest `request:"mediaType=application/json"`
	DestinationID                string                               `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*PutDestinationDevNullRequest) GetDestinationDevNullPutRequest ¶

func (o *PutDestinationDevNullRequest) GetDestinationDevNullPutRequest() *shared.DestinationDevNullPutRequest

func (*PutDestinationDevNullRequest) GetDestinationID ¶

func (o *PutDestinationDevNullRequest) GetDestinationID() string

type PutDestinationDevNullResponse ¶

type PutDestinationDevNullResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutDestinationDevNullResponse) GetContentType ¶

func (o *PutDestinationDevNullResponse) GetContentType() string

func (*PutDestinationDevNullResponse) GetRawResponse ¶

func (o *PutDestinationDevNullResponse) GetRawResponse() *http.Response

func (*PutDestinationDevNullResponse) GetStatusCode ¶

func (o *PutDestinationDevNullResponse) GetStatusCode() int

type PutDestinationDuckdbRequest ¶

type PutDestinationDuckdbRequest struct {
	DestinationDuckdbPutRequest *shared.DestinationDuckdbPutRequest `request:"mediaType=application/json"`
	DestinationID               string                              `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*PutDestinationDuckdbRequest) GetDestinationDuckdbPutRequest ¶

func (o *PutDestinationDuckdbRequest) GetDestinationDuckdbPutRequest() *shared.DestinationDuckdbPutRequest

func (*PutDestinationDuckdbRequest) GetDestinationID ¶

func (o *PutDestinationDuckdbRequest) GetDestinationID() string

type PutDestinationDuckdbResponse ¶

type PutDestinationDuckdbResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutDestinationDuckdbResponse) GetContentType ¶

func (o *PutDestinationDuckdbResponse) GetContentType() string

func (*PutDestinationDuckdbResponse) GetRawResponse ¶

func (o *PutDestinationDuckdbResponse) GetRawResponse() *http.Response

func (*PutDestinationDuckdbResponse) GetStatusCode ¶

func (o *PutDestinationDuckdbResponse) GetStatusCode() int

type PutDestinationDynamodbRequest ¶

type PutDestinationDynamodbRequest struct {
	DestinationDynamodbPutRequest *shared.DestinationDynamodbPutRequest `request:"mediaType=application/json"`
	DestinationID                 string                                `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*PutDestinationDynamodbRequest) GetDestinationDynamodbPutRequest ¶

func (o *PutDestinationDynamodbRequest) GetDestinationDynamodbPutRequest() *shared.DestinationDynamodbPutRequest

func (*PutDestinationDynamodbRequest) GetDestinationID ¶

func (o *PutDestinationDynamodbRequest) GetDestinationID() string

type PutDestinationDynamodbResponse ¶

type PutDestinationDynamodbResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutDestinationDynamodbResponse) GetContentType ¶

func (o *PutDestinationDynamodbResponse) GetContentType() string

func (*PutDestinationDynamodbResponse) GetRawResponse ¶

func (o *PutDestinationDynamodbResponse) GetRawResponse() *http.Response

func (*PutDestinationDynamodbResponse) GetStatusCode ¶

func (o *PutDestinationDynamodbResponse) GetStatusCode() int

type PutDestinationElasticsearchRequest ¶

type PutDestinationElasticsearchRequest struct {
	DestinationElasticsearchPutRequest *shared.DestinationElasticsearchPutRequest `request:"mediaType=application/json"`
	DestinationID                      string                                     `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*PutDestinationElasticsearchRequest) GetDestinationElasticsearchPutRequest ¶

func (o *PutDestinationElasticsearchRequest) GetDestinationElasticsearchPutRequest() *shared.DestinationElasticsearchPutRequest

func (*PutDestinationElasticsearchRequest) GetDestinationID ¶

func (o *PutDestinationElasticsearchRequest) GetDestinationID() string

type PutDestinationElasticsearchResponse ¶

type PutDestinationElasticsearchResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutDestinationElasticsearchResponse) GetContentType ¶

func (o *PutDestinationElasticsearchResponse) GetContentType() string

func (*PutDestinationElasticsearchResponse) GetRawResponse ¶

func (o *PutDestinationElasticsearchResponse) GetRawResponse() *http.Response

func (*PutDestinationElasticsearchResponse) GetStatusCode ¶

func (o *PutDestinationElasticsearchResponse) GetStatusCode() int

type PutDestinationFireboltRequest ¶ added in v0.5.1

type PutDestinationFireboltRequest struct {
	DestinationFireboltPutRequest *shared.DestinationFireboltPutRequest `request:"mediaType=application/json"`
	DestinationID                 string                                `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*PutDestinationFireboltRequest) GetDestinationFireboltPutRequest ¶ added in v0.5.1

func (o *PutDestinationFireboltRequest) GetDestinationFireboltPutRequest() *shared.DestinationFireboltPutRequest

func (*PutDestinationFireboltRequest) GetDestinationID ¶ added in v0.5.1

func (o *PutDestinationFireboltRequest) GetDestinationID() string

type PutDestinationFireboltResponse ¶ added in v0.5.1

type PutDestinationFireboltResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutDestinationFireboltResponse) GetContentType ¶ added in v0.5.1

func (o *PutDestinationFireboltResponse) GetContentType() string

func (*PutDestinationFireboltResponse) GetRawResponse ¶ added in v0.5.1

func (o *PutDestinationFireboltResponse) GetRawResponse() *http.Response

func (*PutDestinationFireboltResponse) GetStatusCode ¶ added in v0.5.1

func (o *PutDestinationFireboltResponse) GetStatusCode() int

type PutDestinationFirestoreRequest ¶

type PutDestinationFirestoreRequest struct {
	DestinationFirestorePutRequest *shared.DestinationFirestorePutRequest `request:"mediaType=application/json"`
	DestinationID                  string                                 `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*PutDestinationFirestoreRequest) GetDestinationFirestorePutRequest ¶

func (o *PutDestinationFirestoreRequest) GetDestinationFirestorePutRequest() *shared.DestinationFirestorePutRequest

func (*PutDestinationFirestoreRequest) GetDestinationID ¶

func (o *PutDestinationFirestoreRequest) GetDestinationID() string

type PutDestinationFirestoreResponse ¶

type PutDestinationFirestoreResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutDestinationFirestoreResponse) GetContentType ¶

func (o *PutDestinationFirestoreResponse) GetContentType() string

func (*PutDestinationFirestoreResponse) GetRawResponse ¶

func (o *PutDestinationFirestoreResponse) GetRawResponse() *http.Response

func (*PutDestinationFirestoreResponse) GetStatusCode ¶

func (o *PutDestinationFirestoreResponse) GetStatusCode() int

type PutDestinationGcsRequest ¶

type PutDestinationGcsRequest struct {
	DestinationGcsPutRequest *shared.DestinationGcsPutRequest `request:"mediaType=application/json"`
	DestinationID            string                           `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*PutDestinationGcsRequest) GetDestinationGcsPutRequest ¶

func (o *PutDestinationGcsRequest) GetDestinationGcsPutRequest() *shared.DestinationGcsPutRequest

func (*PutDestinationGcsRequest) GetDestinationID ¶

func (o *PutDestinationGcsRequest) GetDestinationID() string

type PutDestinationGcsResponse ¶

type PutDestinationGcsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutDestinationGcsResponse) GetContentType ¶

func (o *PutDestinationGcsResponse) GetContentType() string

func (*PutDestinationGcsResponse) GetRawResponse ¶

func (o *PutDestinationGcsResponse) GetRawResponse() *http.Response

func (*PutDestinationGcsResponse) GetStatusCode ¶

func (o *PutDestinationGcsResponse) GetStatusCode() int

type PutDestinationGoogleSheetsRequest ¶

type PutDestinationGoogleSheetsRequest struct {
	DestinationGoogleSheetsPutRequest *shared.DestinationGoogleSheetsPutRequest `request:"mediaType=application/json"`
	DestinationID                     string                                    `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*PutDestinationGoogleSheetsRequest) GetDestinationGoogleSheetsPutRequest ¶

func (o *PutDestinationGoogleSheetsRequest) GetDestinationGoogleSheetsPutRequest() *shared.DestinationGoogleSheetsPutRequest

func (*PutDestinationGoogleSheetsRequest) GetDestinationID ¶

func (o *PutDestinationGoogleSheetsRequest) GetDestinationID() string

type PutDestinationGoogleSheetsResponse ¶

type PutDestinationGoogleSheetsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutDestinationGoogleSheetsResponse) GetContentType ¶

func (o *PutDestinationGoogleSheetsResponse) GetContentType() string

func (*PutDestinationGoogleSheetsResponse) GetRawResponse ¶

func (o *PutDestinationGoogleSheetsResponse) GetRawResponse() *http.Response

func (*PutDestinationGoogleSheetsResponse) GetStatusCode ¶

func (o *PutDestinationGoogleSheetsResponse) GetStatusCode() int

type PutDestinationLangchainRequest ¶

type PutDestinationLangchainRequest struct {
	DestinationLangchainPutRequest *shared.DestinationLangchainPutRequest `request:"mediaType=application/json"`
	DestinationID                  string                                 `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*PutDestinationLangchainRequest) GetDestinationID ¶

func (o *PutDestinationLangchainRequest) GetDestinationID() string

func (*PutDestinationLangchainRequest) GetDestinationLangchainPutRequest ¶

func (o *PutDestinationLangchainRequest) GetDestinationLangchainPutRequest() *shared.DestinationLangchainPutRequest

type PutDestinationLangchainResponse ¶

type PutDestinationLangchainResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutDestinationLangchainResponse) GetContentType ¶

func (o *PutDestinationLangchainResponse) GetContentType() string

func (*PutDestinationLangchainResponse) GetRawResponse ¶

func (o *PutDestinationLangchainResponse) GetRawResponse() *http.Response

func (*PutDestinationLangchainResponse) GetStatusCode ¶

func (o *PutDestinationLangchainResponse) GetStatusCode() int

type PutDestinationMilvusRequest ¶

type PutDestinationMilvusRequest struct {
	DestinationMilvusPutRequest *shared.DestinationMilvusPutRequest `request:"mediaType=application/json"`
	DestinationID               string                              `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*PutDestinationMilvusRequest) GetDestinationID ¶

func (o *PutDestinationMilvusRequest) GetDestinationID() string

func (*PutDestinationMilvusRequest) GetDestinationMilvusPutRequest ¶

func (o *PutDestinationMilvusRequest) GetDestinationMilvusPutRequest() *shared.DestinationMilvusPutRequest

type PutDestinationMilvusResponse ¶

type PutDestinationMilvusResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutDestinationMilvusResponse) GetContentType ¶

func (o *PutDestinationMilvusResponse) GetContentType() string

func (*PutDestinationMilvusResponse) GetRawResponse ¶

func (o *PutDestinationMilvusResponse) GetRawResponse() *http.Response

func (*PutDestinationMilvusResponse) GetStatusCode ¶

func (o *PutDestinationMilvusResponse) GetStatusCode() int

type PutDestinationMongodbRequest ¶

type PutDestinationMongodbRequest struct {
	DestinationMongodbPutRequest *shared.DestinationMongodbPutRequest `request:"mediaType=application/json"`
	DestinationID                string                               `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*PutDestinationMongodbRequest) GetDestinationID ¶

func (o *PutDestinationMongodbRequest) GetDestinationID() string

func (*PutDestinationMongodbRequest) GetDestinationMongodbPutRequest ¶

func (o *PutDestinationMongodbRequest) GetDestinationMongodbPutRequest() *shared.DestinationMongodbPutRequest

type PutDestinationMongodbResponse ¶

type PutDestinationMongodbResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutDestinationMongodbResponse) GetContentType ¶

func (o *PutDestinationMongodbResponse) GetContentType() string

func (*PutDestinationMongodbResponse) GetRawResponse ¶

func (o *PutDestinationMongodbResponse) GetRawResponse() *http.Response

func (*PutDestinationMongodbResponse) GetStatusCode ¶

func (o *PutDestinationMongodbResponse) GetStatusCode() int

type PutDestinationMssqlRequest ¶

type PutDestinationMssqlRequest struct {
	DestinationMssqlPutRequest *shared.DestinationMssqlPutRequest `request:"mediaType=application/json"`
	DestinationID              string                             `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*PutDestinationMssqlRequest) GetDestinationID ¶

func (o *PutDestinationMssqlRequest) GetDestinationID() string

func (*PutDestinationMssqlRequest) GetDestinationMssqlPutRequest ¶

func (o *PutDestinationMssqlRequest) GetDestinationMssqlPutRequest() *shared.DestinationMssqlPutRequest

type PutDestinationMssqlResponse ¶

type PutDestinationMssqlResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutDestinationMssqlResponse) GetContentType ¶

func (o *PutDestinationMssqlResponse) GetContentType() string

func (*PutDestinationMssqlResponse) GetRawResponse ¶

func (o *PutDestinationMssqlResponse) GetRawResponse() *http.Response

func (*PutDestinationMssqlResponse) GetStatusCode ¶

func (o *PutDestinationMssqlResponse) GetStatusCode() int

type PutDestinationMysqlRequest ¶

type PutDestinationMysqlRequest struct {
	DestinationMysqlPutRequest *shared.DestinationMysqlPutRequest `request:"mediaType=application/json"`
	DestinationID              string                             `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*PutDestinationMysqlRequest) GetDestinationID ¶

func (o *PutDestinationMysqlRequest) GetDestinationID() string

func (*PutDestinationMysqlRequest) GetDestinationMysqlPutRequest ¶

func (o *PutDestinationMysqlRequest) GetDestinationMysqlPutRequest() *shared.DestinationMysqlPutRequest

type PutDestinationMysqlResponse ¶

type PutDestinationMysqlResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutDestinationMysqlResponse) GetContentType ¶

func (o *PutDestinationMysqlResponse) GetContentType() string

func (*PutDestinationMysqlResponse) GetRawResponse ¶

func (o *PutDestinationMysqlResponse) GetRawResponse() *http.Response

func (*PutDestinationMysqlResponse) GetStatusCode ¶

func (o *PutDestinationMysqlResponse) GetStatusCode() int

type PutDestinationOracleRequest ¶

type PutDestinationOracleRequest struct {
	DestinationOraclePutRequest *shared.DestinationOraclePutRequest `request:"mediaType=application/json"`
	DestinationID               string                              `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*PutDestinationOracleRequest) GetDestinationID ¶

func (o *PutDestinationOracleRequest) GetDestinationID() string

func (*PutDestinationOracleRequest) GetDestinationOraclePutRequest ¶

func (o *PutDestinationOracleRequest) GetDestinationOraclePutRequest() *shared.DestinationOraclePutRequest

type PutDestinationOracleResponse ¶

type PutDestinationOracleResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutDestinationOracleResponse) GetContentType ¶

func (o *PutDestinationOracleResponse) GetContentType() string

func (*PutDestinationOracleResponse) GetRawResponse ¶

func (o *PutDestinationOracleResponse) GetRawResponse() *http.Response

func (*PutDestinationOracleResponse) GetStatusCode ¶

func (o *PutDestinationOracleResponse) GetStatusCode() int

type PutDestinationPineconeRequest ¶

type PutDestinationPineconeRequest struct {
	DestinationPineconePutRequest *shared.DestinationPineconePutRequest `request:"mediaType=application/json"`
	DestinationID                 string                                `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*PutDestinationPineconeRequest) GetDestinationID ¶

func (o *PutDestinationPineconeRequest) GetDestinationID() string

func (*PutDestinationPineconeRequest) GetDestinationPineconePutRequest ¶

func (o *PutDestinationPineconeRequest) GetDestinationPineconePutRequest() *shared.DestinationPineconePutRequest

type PutDestinationPineconeResponse ¶

type PutDestinationPineconeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutDestinationPineconeResponse) GetContentType ¶

func (o *PutDestinationPineconeResponse) GetContentType() string

func (*PutDestinationPineconeResponse) GetRawResponse ¶

func (o *PutDestinationPineconeResponse) GetRawResponse() *http.Response

func (*PutDestinationPineconeResponse) GetStatusCode ¶

func (o *PutDestinationPineconeResponse) GetStatusCode() int

type PutDestinationPostgresRequest ¶

type PutDestinationPostgresRequest struct {
	DestinationPostgresPutRequest *shared.DestinationPostgresPutRequest `request:"mediaType=application/json"`
	DestinationID                 string                                `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*PutDestinationPostgresRequest) GetDestinationID ¶

func (o *PutDestinationPostgresRequest) GetDestinationID() string

func (*PutDestinationPostgresRequest) GetDestinationPostgresPutRequest ¶

func (o *PutDestinationPostgresRequest) GetDestinationPostgresPutRequest() *shared.DestinationPostgresPutRequest

type PutDestinationPostgresResponse ¶

type PutDestinationPostgresResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutDestinationPostgresResponse) GetContentType ¶

func (o *PutDestinationPostgresResponse) GetContentType() string

func (*PutDestinationPostgresResponse) GetRawResponse ¶

func (o *PutDestinationPostgresResponse) GetRawResponse() *http.Response

func (*PutDestinationPostgresResponse) GetStatusCode ¶

func (o *PutDestinationPostgresResponse) GetStatusCode() int

type PutDestinationPubsubRequest ¶

type PutDestinationPubsubRequest struct {
	DestinationPubsubPutRequest *shared.DestinationPubsubPutRequest `request:"mediaType=application/json"`
	DestinationID               string                              `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*PutDestinationPubsubRequest) GetDestinationID ¶

func (o *PutDestinationPubsubRequest) GetDestinationID() string

func (*PutDestinationPubsubRequest) GetDestinationPubsubPutRequest ¶

func (o *PutDestinationPubsubRequest) GetDestinationPubsubPutRequest() *shared.DestinationPubsubPutRequest

type PutDestinationPubsubResponse ¶

type PutDestinationPubsubResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutDestinationPubsubResponse) GetContentType ¶

func (o *PutDestinationPubsubResponse) GetContentType() string

func (*PutDestinationPubsubResponse) GetRawResponse ¶

func (o *PutDestinationPubsubResponse) GetRawResponse() *http.Response

func (*PutDestinationPubsubResponse) GetStatusCode ¶

func (o *PutDestinationPubsubResponse) GetStatusCode() int

type PutDestinationQdrantRequest ¶

type PutDestinationQdrantRequest struct {
	DestinationQdrantPutRequest *shared.DestinationQdrantPutRequest `request:"mediaType=application/json"`
	DestinationID               string                              `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*PutDestinationQdrantRequest) GetDestinationID ¶

func (o *PutDestinationQdrantRequest) GetDestinationID() string

func (*PutDestinationQdrantRequest) GetDestinationQdrantPutRequest ¶

func (o *PutDestinationQdrantRequest) GetDestinationQdrantPutRequest() *shared.DestinationQdrantPutRequest

type PutDestinationQdrantResponse ¶

type PutDestinationQdrantResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutDestinationQdrantResponse) GetContentType ¶

func (o *PutDestinationQdrantResponse) GetContentType() string

func (*PutDestinationQdrantResponse) GetRawResponse ¶

func (o *PutDestinationQdrantResponse) GetRawResponse() *http.Response

func (*PutDestinationQdrantResponse) GetStatusCode ¶

func (o *PutDestinationQdrantResponse) GetStatusCode() int

type PutDestinationRedisRequest ¶

type PutDestinationRedisRequest struct {
	DestinationRedisPutRequest *shared.DestinationRedisPutRequest `request:"mediaType=application/json"`
	DestinationID              string                             `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*PutDestinationRedisRequest) GetDestinationID ¶

func (o *PutDestinationRedisRequest) GetDestinationID() string

func (*PutDestinationRedisRequest) GetDestinationRedisPutRequest ¶

func (o *PutDestinationRedisRequest) GetDestinationRedisPutRequest() *shared.DestinationRedisPutRequest

type PutDestinationRedisResponse ¶

type PutDestinationRedisResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutDestinationRedisResponse) GetContentType ¶

func (o *PutDestinationRedisResponse) GetContentType() string

func (*PutDestinationRedisResponse) GetRawResponse ¶

func (o *PutDestinationRedisResponse) GetRawResponse() *http.Response

func (*PutDestinationRedisResponse) GetStatusCode ¶

func (o *PutDestinationRedisResponse) GetStatusCode() int

type PutDestinationRedshiftRequest ¶

type PutDestinationRedshiftRequest struct {
	DestinationRedshiftPutRequest *shared.DestinationRedshiftPutRequest `request:"mediaType=application/json"`
	DestinationID                 string                                `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*PutDestinationRedshiftRequest) GetDestinationID ¶

func (o *PutDestinationRedshiftRequest) GetDestinationID() string

func (*PutDestinationRedshiftRequest) GetDestinationRedshiftPutRequest ¶

func (o *PutDestinationRedshiftRequest) GetDestinationRedshiftPutRequest() *shared.DestinationRedshiftPutRequest

type PutDestinationRedshiftResponse ¶

type PutDestinationRedshiftResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutDestinationRedshiftResponse) GetContentType ¶

func (o *PutDestinationRedshiftResponse) GetContentType() string

func (*PutDestinationRedshiftResponse) GetRawResponse ¶

func (o *PutDestinationRedshiftResponse) GetRawResponse() *http.Response

func (*PutDestinationRedshiftResponse) GetStatusCode ¶

func (o *PutDestinationRedshiftResponse) GetStatusCode() int

type PutDestinationRequest ¶

type PutDestinationRequest struct {
	DestinationPutRequest *shared.DestinationPutRequest `request:"mediaType=application/json"`
	DestinationID         string                        `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*PutDestinationRequest) GetDestinationID ¶

func (o *PutDestinationRequest) GetDestinationID() string

func (*PutDestinationRequest) GetDestinationPutRequest ¶

func (o *PutDestinationRequest) GetDestinationPutRequest() *shared.DestinationPutRequest

type PutDestinationResponse ¶

type PutDestinationResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Update a Destination and fully overwrite it
	DestinationResponse *shared.DestinationResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutDestinationResponse) GetContentType ¶

func (o *PutDestinationResponse) GetContentType() string

func (*PutDestinationResponse) GetDestinationResponse ¶

func (o *PutDestinationResponse) GetDestinationResponse() *shared.DestinationResponse

func (*PutDestinationResponse) GetRawResponse ¶

func (o *PutDestinationResponse) GetRawResponse() *http.Response

func (*PutDestinationResponse) GetStatusCode ¶

func (o *PutDestinationResponse) GetStatusCode() int

type PutDestinationS3GlueRequest ¶

type PutDestinationS3GlueRequest struct {
	DestinationS3GluePutRequest *shared.DestinationS3GluePutRequest `request:"mediaType=application/json"`
	DestinationID               string                              `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*PutDestinationS3GlueRequest) GetDestinationID ¶

func (o *PutDestinationS3GlueRequest) GetDestinationID() string

func (*PutDestinationS3GlueRequest) GetDestinationS3GluePutRequest ¶

func (o *PutDestinationS3GlueRequest) GetDestinationS3GluePutRequest() *shared.DestinationS3GluePutRequest

type PutDestinationS3GlueResponse ¶

type PutDestinationS3GlueResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutDestinationS3GlueResponse) GetContentType ¶

func (o *PutDestinationS3GlueResponse) GetContentType() string

func (*PutDestinationS3GlueResponse) GetRawResponse ¶

func (o *PutDestinationS3GlueResponse) GetRawResponse() *http.Response

func (*PutDestinationS3GlueResponse) GetStatusCode ¶

func (o *PutDestinationS3GlueResponse) GetStatusCode() int

type PutDestinationS3Request ¶

type PutDestinationS3Request struct {
	DestinationS3PutRequest *shared.DestinationS3PutRequest `request:"mediaType=application/json"`
	DestinationID           string                          `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*PutDestinationS3Request) GetDestinationID ¶

func (o *PutDestinationS3Request) GetDestinationID() string

func (*PutDestinationS3Request) GetDestinationS3PutRequest ¶

func (o *PutDestinationS3Request) GetDestinationS3PutRequest() *shared.DestinationS3PutRequest

type PutDestinationS3Response ¶

type PutDestinationS3Response struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutDestinationS3Response) GetContentType ¶

func (o *PutDestinationS3Response) GetContentType() string

func (*PutDestinationS3Response) GetRawResponse ¶

func (o *PutDestinationS3Response) GetRawResponse() *http.Response

func (*PutDestinationS3Response) GetStatusCode ¶

func (o *PutDestinationS3Response) GetStatusCode() int

type PutDestinationSftpJSONRequest ¶

type PutDestinationSftpJSONRequest struct {
	DestinationSftpJSONPutRequest *shared.DestinationSftpJSONPutRequest `request:"mediaType=application/json"`
	DestinationID                 string                                `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*PutDestinationSftpJSONRequest) GetDestinationID ¶

func (o *PutDestinationSftpJSONRequest) GetDestinationID() string

func (*PutDestinationSftpJSONRequest) GetDestinationSftpJSONPutRequest ¶

func (o *PutDestinationSftpJSONRequest) GetDestinationSftpJSONPutRequest() *shared.DestinationSftpJSONPutRequest

type PutDestinationSftpJSONResponse ¶

type PutDestinationSftpJSONResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutDestinationSftpJSONResponse) GetContentType ¶

func (o *PutDestinationSftpJSONResponse) GetContentType() string

func (*PutDestinationSftpJSONResponse) GetRawResponse ¶

func (o *PutDestinationSftpJSONResponse) GetRawResponse() *http.Response

func (*PutDestinationSftpJSONResponse) GetStatusCode ¶

func (o *PutDestinationSftpJSONResponse) GetStatusCode() int

type PutDestinationSnowflakeCortexRequest ¶

type PutDestinationSnowflakeCortexRequest struct {
	DestinationSnowflakeCortexPutRequest *shared.DestinationSnowflakeCortexPutRequest `request:"mediaType=application/json"`
	DestinationID                        string                                       `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*PutDestinationSnowflakeCortexRequest) GetDestinationID ¶

func (o *PutDestinationSnowflakeCortexRequest) GetDestinationID() string

func (*PutDestinationSnowflakeCortexRequest) GetDestinationSnowflakeCortexPutRequest ¶

func (o *PutDestinationSnowflakeCortexRequest) GetDestinationSnowflakeCortexPutRequest() *shared.DestinationSnowflakeCortexPutRequest

type PutDestinationSnowflakeCortexResponse ¶

type PutDestinationSnowflakeCortexResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutDestinationSnowflakeCortexResponse) GetContentType ¶

func (o *PutDestinationSnowflakeCortexResponse) GetContentType() string

func (*PutDestinationSnowflakeCortexResponse) GetRawResponse ¶

func (*PutDestinationSnowflakeCortexResponse) GetStatusCode ¶

func (o *PutDestinationSnowflakeCortexResponse) GetStatusCode() int

type PutDestinationSnowflakeRequest ¶

type PutDestinationSnowflakeRequest struct {
	DestinationSnowflakePutRequest *shared.DestinationSnowflakePutRequest `request:"mediaType=application/json"`
	DestinationID                  string                                 `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*PutDestinationSnowflakeRequest) GetDestinationID ¶

func (o *PutDestinationSnowflakeRequest) GetDestinationID() string

func (*PutDestinationSnowflakeRequest) GetDestinationSnowflakePutRequest ¶

func (o *PutDestinationSnowflakeRequest) GetDestinationSnowflakePutRequest() *shared.DestinationSnowflakePutRequest

type PutDestinationSnowflakeResponse ¶

type PutDestinationSnowflakeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutDestinationSnowflakeResponse) GetContentType ¶

func (o *PutDestinationSnowflakeResponse) GetContentType() string

func (*PutDestinationSnowflakeResponse) GetRawResponse ¶

func (o *PutDestinationSnowflakeResponse) GetRawResponse() *http.Response

func (*PutDestinationSnowflakeResponse) GetStatusCode ¶

func (o *PutDestinationSnowflakeResponse) GetStatusCode() int

type PutDestinationTeradataRequest ¶

type PutDestinationTeradataRequest struct {
	DestinationTeradataPutRequest *shared.DestinationTeradataPutRequest `request:"mediaType=application/json"`
	DestinationID                 string                                `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*PutDestinationTeradataRequest) GetDestinationID ¶

func (o *PutDestinationTeradataRequest) GetDestinationID() string

func (*PutDestinationTeradataRequest) GetDestinationTeradataPutRequest ¶

func (o *PutDestinationTeradataRequest) GetDestinationTeradataPutRequest() *shared.DestinationTeradataPutRequest

type PutDestinationTeradataResponse ¶

type PutDestinationTeradataResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutDestinationTeradataResponse) GetContentType ¶

func (o *PutDestinationTeradataResponse) GetContentType() string

func (*PutDestinationTeradataResponse) GetRawResponse ¶

func (o *PutDestinationTeradataResponse) GetRawResponse() *http.Response

func (*PutDestinationTeradataResponse) GetStatusCode ¶

func (o *PutDestinationTeradataResponse) GetStatusCode() int

type PutDestinationTypesenseRequest ¶

type PutDestinationTypesenseRequest struct {
	DestinationTypesensePutRequest *shared.DestinationTypesensePutRequest `request:"mediaType=application/json"`
	DestinationID                  string                                 `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*PutDestinationTypesenseRequest) GetDestinationID ¶

func (o *PutDestinationTypesenseRequest) GetDestinationID() string

func (*PutDestinationTypesenseRequest) GetDestinationTypesensePutRequest ¶

func (o *PutDestinationTypesenseRequest) GetDestinationTypesensePutRequest() *shared.DestinationTypesensePutRequest

type PutDestinationTypesenseResponse ¶

type PutDestinationTypesenseResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutDestinationTypesenseResponse) GetContentType ¶

func (o *PutDestinationTypesenseResponse) GetContentType() string

func (*PutDestinationTypesenseResponse) GetRawResponse ¶

func (o *PutDestinationTypesenseResponse) GetRawResponse() *http.Response

func (*PutDestinationTypesenseResponse) GetStatusCode ¶

func (o *PutDestinationTypesenseResponse) GetStatusCode() int

type PutDestinationVectaraRequest ¶

type PutDestinationVectaraRequest struct {
	DestinationVectaraPutRequest *shared.DestinationVectaraPutRequest `request:"mediaType=application/json"`
	DestinationID                string                               `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*PutDestinationVectaraRequest) GetDestinationID ¶

func (o *PutDestinationVectaraRequest) GetDestinationID() string

func (*PutDestinationVectaraRequest) GetDestinationVectaraPutRequest ¶

func (o *PutDestinationVectaraRequest) GetDestinationVectaraPutRequest() *shared.DestinationVectaraPutRequest

type PutDestinationVectaraResponse ¶

type PutDestinationVectaraResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutDestinationVectaraResponse) GetContentType ¶

func (o *PutDestinationVectaraResponse) GetContentType() string

func (*PutDestinationVectaraResponse) GetRawResponse ¶

func (o *PutDestinationVectaraResponse) GetRawResponse() *http.Response

func (*PutDestinationVectaraResponse) GetStatusCode ¶

func (o *PutDestinationVectaraResponse) GetStatusCode() int

type PutDestinationWeaviateRequest ¶

type PutDestinationWeaviateRequest struct {
	DestinationWeaviatePutRequest *shared.DestinationWeaviatePutRequest `request:"mediaType=application/json"`
	DestinationID                 string                                `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*PutDestinationWeaviateRequest) GetDestinationID ¶

func (o *PutDestinationWeaviateRequest) GetDestinationID() string

func (*PutDestinationWeaviateRequest) GetDestinationWeaviatePutRequest ¶

func (o *PutDestinationWeaviateRequest) GetDestinationWeaviatePutRequest() *shared.DestinationWeaviatePutRequest

type PutDestinationWeaviateResponse ¶

type PutDestinationWeaviateResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutDestinationWeaviateResponse) GetContentType ¶

func (o *PutDestinationWeaviateResponse) GetContentType() string

func (*PutDestinationWeaviateResponse) GetRawResponse ¶

func (o *PutDestinationWeaviateResponse) GetRawResponse() *http.Response

func (*PutDestinationWeaviateResponse) GetStatusCode ¶

func (o *PutDestinationWeaviateResponse) GetStatusCode() int

type PutDestinationYellowbrickRequest ¶

type PutDestinationYellowbrickRequest struct {
	DestinationYellowbrickPutRequest *shared.DestinationYellowbrickPutRequest `request:"mediaType=application/json"`
	DestinationID                    string                                   `pathParam:"style=simple,explode=false,name=destinationId"`
}

func (*PutDestinationYellowbrickRequest) GetDestinationID ¶

func (o *PutDestinationYellowbrickRequest) GetDestinationID() string

func (*PutDestinationYellowbrickRequest) GetDestinationYellowbrickPutRequest ¶

func (o *PutDestinationYellowbrickRequest) GetDestinationYellowbrickPutRequest() *shared.DestinationYellowbrickPutRequest

type PutDestinationYellowbrickResponse ¶

type PutDestinationYellowbrickResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutDestinationYellowbrickResponse) GetContentType ¶

func (o *PutDestinationYellowbrickResponse) GetContentType() string

func (*PutDestinationYellowbrickResponse) GetRawResponse ¶

func (o *PutDestinationYellowbrickResponse) GetRawResponse() *http.Response

func (*PutDestinationYellowbrickResponse) GetStatusCode ¶

func (o *PutDestinationYellowbrickResponse) GetStatusCode() int

type PutSourceAhaRequest ¶

type PutSourceAhaRequest struct {
	SourceAhaPutRequest *shared.SourceAhaPutRequest `request:"mediaType=application/json"`
	SourceID            string                      `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceAhaRequest) GetSourceAhaPutRequest ¶

func (o *PutSourceAhaRequest) GetSourceAhaPutRequest() *shared.SourceAhaPutRequest

func (*PutSourceAhaRequest) GetSourceID ¶

func (o *PutSourceAhaRequest) GetSourceID() string

type PutSourceAhaResponse ¶

type PutSourceAhaResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceAhaResponse) GetContentType ¶

func (o *PutSourceAhaResponse) GetContentType() string

func (*PutSourceAhaResponse) GetRawResponse ¶

func (o *PutSourceAhaResponse) GetRawResponse() *http.Response

func (*PutSourceAhaResponse) GetStatusCode ¶

func (o *PutSourceAhaResponse) GetStatusCode() int

type PutSourceAircallRequest ¶

type PutSourceAircallRequest struct {
	SourceAircallPutRequest *shared.SourceAircallPutRequest `request:"mediaType=application/json"`
	SourceID                string                          `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceAircallRequest) GetSourceAircallPutRequest ¶

func (o *PutSourceAircallRequest) GetSourceAircallPutRequest() *shared.SourceAircallPutRequest

func (*PutSourceAircallRequest) GetSourceID ¶

func (o *PutSourceAircallRequest) GetSourceID() string

type PutSourceAircallResponse ¶

type PutSourceAircallResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceAircallResponse) GetContentType ¶

func (o *PutSourceAircallResponse) GetContentType() string

func (*PutSourceAircallResponse) GetRawResponse ¶

func (o *PutSourceAircallResponse) GetRawResponse() *http.Response

func (*PutSourceAircallResponse) GetStatusCode ¶

func (o *PutSourceAircallResponse) GetStatusCode() int

type PutSourceAirtableRequest ¶

type PutSourceAirtableRequest struct {
	SourceAirtablePutRequest *shared.SourceAirtablePutRequest `request:"mediaType=application/json"`
	SourceID                 string                           `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceAirtableRequest) GetSourceAirtablePutRequest ¶

func (o *PutSourceAirtableRequest) GetSourceAirtablePutRequest() *shared.SourceAirtablePutRequest

func (*PutSourceAirtableRequest) GetSourceID ¶

func (o *PutSourceAirtableRequest) GetSourceID() string

type PutSourceAirtableResponse ¶

type PutSourceAirtableResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceAirtableResponse) GetContentType ¶

func (o *PutSourceAirtableResponse) GetContentType() string

func (*PutSourceAirtableResponse) GetRawResponse ¶

func (o *PutSourceAirtableResponse) GetRawResponse() *http.Response

func (*PutSourceAirtableResponse) GetStatusCode ¶

func (o *PutSourceAirtableResponse) GetStatusCode() int

type PutSourceAmazonAdsRequest ¶

type PutSourceAmazonAdsRequest struct {
	SourceAmazonAdsPutRequest *shared.SourceAmazonAdsPutRequest `request:"mediaType=application/json"`
	SourceID                  string                            `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceAmazonAdsRequest) GetSourceAmazonAdsPutRequest ¶

func (o *PutSourceAmazonAdsRequest) GetSourceAmazonAdsPutRequest() *shared.SourceAmazonAdsPutRequest

func (*PutSourceAmazonAdsRequest) GetSourceID ¶

func (o *PutSourceAmazonAdsRequest) GetSourceID() string

type PutSourceAmazonAdsResponse ¶

type PutSourceAmazonAdsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceAmazonAdsResponse) GetContentType ¶

func (o *PutSourceAmazonAdsResponse) GetContentType() string

func (*PutSourceAmazonAdsResponse) GetRawResponse ¶

func (o *PutSourceAmazonAdsResponse) GetRawResponse() *http.Response

func (*PutSourceAmazonAdsResponse) GetStatusCode ¶

func (o *PutSourceAmazonAdsResponse) GetStatusCode() int

type PutSourceAmazonSellerPartnerRequest ¶

type PutSourceAmazonSellerPartnerRequest struct {
	SourceAmazonSellerPartnerPutRequest *shared.SourceAmazonSellerPartnerPutRequest `request:"mediaType=application/json"`
	SourceID                            string                                      `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceAmazonSellerPartnerRequest) GetSourceAmazonSellerPartnerPutRequest ¶

func (o *PutSourceAmazonSellerPartnerRequest) GetSourceAmazonSellerPartnerPutRequest() *shared.SourceAmazonSellerPartnerPutRequest

func (*PutSourceAmazonSellerPartnerRequest) GetSourceID ¶

type PutSourceAmazonSellerPartnerResponse ¶

type PutSourceAmazonSellerPartnerResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceAmazonSellerPartnerResponse) GetContentType ¶

func (o *PutSourceAmazonSellerPartnerResponse) GetContentType() string

func (*PutSourceAmazonSellerPartnerResponse) GetRawResponse ¶

func (o *PutSourceAmazonSellerPartnerResponse) GetRawResponse() *http.Response

func (*PutSourceAmazonSellerPartnerResponse) GetStatusCode ¶

func (o *PutSourceAmazonSellerPartnerResponse) GetStatusCode() int

type PutSourceAmazonSqsRequest ¶

type PutSourceAmazonSqsRequest struct {
	SourceAmazonSqsPutRequest *shared.SourceAmazonSqsPutRequest `request:"mediaType=application/json"`
	SourceID                  string                            `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceAmazonSqsRequest) GetSourceAmazonSqsPutRequest ¶

func (o *PutSourceAmazonSqsRequest) GetSourceAmazonSqsPutRequest() *shared.SourceAmazonSqsPutRequest

func (*PutSourceAmazonSqsRequest) GetSourceID ¶

func (o *PutSourceAmazonSqsRequest) GetSourceID() string

type PutSourceAmazonSqsResponse ¶

type PutSourceAmazonSqsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceAmazonSqsResponse) GetContentType ¶

func (o *PutSourceAmazonSqsResponse) GetContentType() string

func (*PutSourceAmazonSqsResponse) GetRawResponse ¶

func (o *PutSourceAmazonSqsResponse) GetRawResponse() *http.Response

func (*PutSourceAmazonSqsResponse) GetStatusCode ¶

func (o *PutSourceAmazonSqsResponse) GetStatusCode() int

type PutSourceAmplitudeRequest ¶

type PutSourceAmplitudeRequest struct {
	SourceAmplitudePutRequest *shared.SourceAmplitudePutRequest `request:"mediaType=application/json"`
	SourceID                  string                            `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceAmplitudeRequest) GetSourceAmplitudePutRequest ¶

func (o *PutSourceAmplitudeRequest) GetSourceAmplitudePutRequest() *shared.SourceAmplitudePutRequest

func (*PutSourceAmplitudeRequest) GetSourceID ¶

func (o *PutSourceAmplitudeRequest) GetSourceID() string

type PutSourceAmplitudeResponse ¶

type PutSourceAmplitudeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceAmplitudeResponse) GetContentType ¶

func (o *PutSourceAmplitudeResponse) GetContentType() string

func (*PutSourceAmplitudeResponse) GetRawResponse ¶

func (o *PutSourceAmplitudeResponse) GetRawResponse() *http.Response

func (*PutSourceAmplitudeResponse) GetStatusCode ¶

func (o *PutSourceAmplitudeResponse) GetStatusCode() int

type PutSourceApifyDatasetRequest ¶

type PutSourceApifyDatasetRequest struct {
	SourceApifyDatasetPutRequest *shared.SourceApifyDatasetPutRequest `request:"mediaType=application/json"`
	SourceID                     string                               `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceApifyDatasetRequest) GetSourceApifyDatasetPutRequest ¶

func (o *PutSourceApifyDatasetRequest) GetSourceApifyDatasetPutRequest() *shared.SourceApifyDatasetPutRequest

func (*PutSourceApifyDatasetRequest) GetSourceID ¶

func (o *PutSourceApifyDatasetRequest) GetSourceID() string

type PutSourceApifyDatasetResponse ¶

type PutSourceApifyDatasetResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceApifyDatasetResponse) GetContentType ¶

func (o *PutSourceApifyDatasetResponse) GetContentType() string

func (*PutSourceApifyDatasetResponse) GetRawResponse ¶

func (o *PutSourceApifyDatasetResponse) GetRawResponse() *http.Response

func (*PutSourceApifyDatasetResponse) GetStatusCode ¶

func (o *PutSourceApifyDatasetResponse) GetStatusCode() int

type PutSourceAppfollowRequest ¶

type PutSourceAppfollowRequest struct {
	SourceAppfollowPutRequest *shared.SourceAppfollowPutRequest `request:"mediaType=application/json"`
	SourceID                  string                            `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceAppfollowRequest) GetSourceAppfollowPutRequest ¶

func (o *PutSourceAppfollowRequest) GetSourceAppfollowPutRequest() *shared.SourceAppfollowPutRequest

func (*PutSourceAppfollowRequest) GetSourceID ¶

func (o *PutSourceAppfollowRequest) GetSourceID() string

type PutSourceAppfollowResponse ¶

type PutSourceAppfollowResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceAppfollowResponse) GetContentType ¶

func (o *PutSourceAppfollowResponse) GetContentType() string

func (*PutSourceAppfollowResponse) GetRawResponse ¶

func (o *PutSourceAppfollowResponse) GetRawResponse() *http.Response

func (*PutSourceAppfollowResponse) GetStatusCode ¶

func (o *PutSourceAppfollowResponse) GetStatusCode() int

type PutSourceAsanaRequest ¶

type PutSourceAsanaRequest struct {
	SourceAsanaPutRequest *shared.SourceAsanaPutRequest `request:"mediaType=application/json"`
	SourceID              string                        `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceAsanaRequest) GetSourceAsanaPutRequest ¶

func (o *PutSourceAsanaRequest) GetSourceAsanaPutRequest() *shared.SourceAsanaPutRequest

func (*PutSourceAsanaRequest) GetSourceID ¶

func (o *PutSourceAsanaRequest) GetSourceID() string

type PutSourceAsanaResponse ¶

type PutSourceAsanaResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceAsanaResponse) GetContentType ¶

func (o *PutSourceAsanaResponse) GetContentType() string

func (*PutSourceAsanaResponse) GetRawResponse ¶

func (o *PutSourceAsanaResponse) GetRawResponse() *http.Response

func (*PutSourceAsanaResponse) GetStatusCode ¶

func (o *PutSourceAsanaResponse) GetStatusCode() int

type PutSourceAuth0Request ¶

type PutSourceAuth0Request struct {
	SourceAuth0PutRequest *shared.SourceAuth0PutRequest `request:"mediaType=application/json"`
	SourceID              string                        `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceAuth0Request) GetSourceAuth0PutRequest ¶

func (o *PutSourceAuth0Request) GetSourceAuth0PutRequest() *shared.SourceAuth0PutRequest

func (*PutSourceAuth0Request) GetSourceID ¶

func (o *PutSourceAuth0Request) GetSourceID() string

type PutSourceAuth0Response ¶

type PutSourceAuth0Response struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceAuth0Response) GetContentType ¶

func (o *PutSourceAuth0Response) GetContentType() string

func (*PutSourceAuth0Response) GetRawResponse ¶

func (o *PutSourceAuth0Response) GetRawResponse() *http.Response

func (*PutSourceAuth0Response) GetStatusCode ¶

func (o *PutSourceAuth0Response) GetStatusCode() int

type PutSourceAwsCloudtrailRequest ¶

type PutSourceAwsCloudtrailRequest struct {
	SourceAwsCloudtrailPutRequest *shared.SourceAwsCloudtrailPutRequest `request:"mediaType=application/json"`
	SourceID                      string                                `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceAwsCloudtrailRequest) GetSourceAwsCloudtrailPutRequest ¶

func (o *PutSourceAwsCloudtrailRequest) GetSourceAwsCloudtrailPutRequest() *shared.SourceAwsCloudtrailPutRequest

func (*PutSourceAwsCloudtrailRequest) GetSourceID ¶

func (o *PutSourceAwsCloudtrailRequest) GetSourceID() string

type PutSourceAwsCloudtrailResponse ¶

type PutSourceAwsCloudtrailResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceAwsCloudtrailResponse) GetContentType ¶

func (o *PutSourceAwsCloudtrailResponse) GetContentType() string

func (*PutSourceAwsCloudtrailResponse) GetRawResponse ¶

func (o *PutSourceAwsCloudtrailResponse) GetRawResponse() *http.Response

func (*PutSourceAwsCloudtrailResponse) GetStatusCode ¶

func (o *PutSourceAwsCloudtrailResponse) GetStatusCode() int

type PutSourceAzureBlobStorageRequest ¶

type PutSourceAzureBlobStorageRequest struct {
	SourceAzureBlobStoragePutRequest *shared.SourceAzureBlobStoragePutRequest `request:"mediaType=application/json"`
	SourceID                         string                                   `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceAzureBlobStorageRequest) GetSourceAzureBlobStoragePutRequest ¶

func (o *PutSourceAzureBlobStorageRequest) GetSourceAzureBlobStoragePutRequest() *shared.SourceAzureBlobStoragePutRequest

func (*PutSourceAzureBlobStorageRequest) GetSourceID ¶

func (o *PutSourceAzureBlobStorageRequest) GetSourceID() string

type PutSourceAzureBlobStorageResponse ¶

type PutSourceAzureBlobStorageResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceAzureBlobStorageResponse) GetContentType ¶

func (o *PutSourceAzureBlobStorageResponse) GetContentType() string

func (*PutSourceAzureBlobStorageResponse) GetRawResponse ¶

func (o *PutSourceAzureBlobStorageResponse) GetRawResponse() *http.Response

func (*PutSourceAzureBlobStorageResponse) GetStatusCode ¶

func (o *PutSourceAzureBlobStorageResponse) GetStatusCode() int

type PutSourceAzureTableRequest ¶

type PutSourceAzureTableRequest struct {
	SourceAzureTablePutRequest *shared.SourceAzureTablePutRequest `request:"mediaType=application/json"`
	SourceID                   string                             `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceAzureTableRequest) GetSourceAzureTablePutRequest ¶

func (o *PutSourceAzureTableRequest) GetSourceAzureTablePutRequest() *shared.SourceAzureTablePutRequest

func (*PutSourceAzureTableRequest) GetSourceID ¶

func (o *PutSourceAzureTableRequest) GetSourceID() string

type PutSourceAzureTableResponse ¶

type PutSourceAzureTableResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceAzureTableResponse) GetContentType ¶

func (o *PutSourceAzureTableResponse) GetContentType() string

func (*PutSourceAzureTableResponse) GetRawResponse ¶

func (o *PutSourceAzureTableResponse) GetRawResponse() *http.Response

func (*PutSourceAzureTableResponse) GetStatusCode ¶

func (o *PutSourceAzureTableResponse) GetStatusCode() int

type PutSourceBambooHrRequest ¶

type PutSourceBambooHrRequest struct {
	SourceBambooHrPutRequest *shared.SourceBambooHrPutRequest `request:"mediaType=application/json"`
	SourceID                 string                           `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceBambooHrRequest) GetSourceBambooHrPutRequest ¶

func (o *PutSourceBambooHrRequest) GetSourceBambooHrPutRequest() *shared.SourceBambooHrPutRequest

func (*PutSourceBambooHrRequest) GetSourceID ¶

func (o *PutSourceBambooHrRequest) GetSourceID() string

type PutSourceBambooHrResponse ¶

type PutSourceBambooHrResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceBambooHrResponse) GetContentType ¶

func (o *PutSourceBambooHrResponse) GetContentType() string

func (*PutSourceBambooHrResponse) GetRawResponse ¶

func (o *PutSourceBambooHrResponse) GetRawResponse() *http.Response

func (*PutSourceBambooHrResponse) GetStatusCode ¶

func (o *PutSourceBambooHrResponse) GetStatusCode() int

type PutSourceBigqueryRequest ¶

type PutSourceBigqueryRequest struct {
	SourceBigqueryPutRequest *shared.SourceBigqueryPutRequest `request:"mediaType=application/json"`
	SourceID                 string                           `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceBigqueryRequest) GetSourceBigqueryPutRequest ¶

func (o *PutSourceBigqueryRequest) GetSourceBigqueryPutRequest() *shared.SourceBigqueryPutRequest

func (*PutSourceBigqueryRequest) GetSourceID ¶

func (o *PutSourceBigqueryRequest) GetSourceID() string

type PutSourceBigqueryResponse ¶

type PutSourceBigqueryResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceBigqueryResponse) GetContentType ¶

func (o *PutSourceBigqueryResponse) GetContentType() string

func (*PutSourceBigqueryResponse) GetRawResponse ¶

func (o *PutSourceBigqueryResponse) GetRawResponse() *http.Response

func (*PutSourceBigqueryResponse) GetStatusCode ¶

func (o *PutSourceBigqueryResponse) GetStatusCode() int

type PutSourceBingAdsRequest ¶

type PutSourceBingAdsRequest struct {
	SourceBingAdsPutRequest *shared.SourceBingAdsPutRequest `request:"mediaType=application/json"`
	SourceID                string                          `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceBingAdsRequest) GetSourceBingAdsPutRequest ¶

func (o *PutSourceBingAdsRequest) GetSourceBingAdsPutRequest() *shared.SourceBingAdsPutRequest

func (*PutSourceBingAdsRequest) GetSourceID ¶

func (o *PutSourceBingAdsRequest) GetSourceID() string

type PutSourceBingAdsResponse ¶

type PutSourceBingAdsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceBingAdsResponse) GetContentType ¶

func (o *PutSourceBingAdsResponse) GetContentType() string

func (*PutSourceBingAdsResponse) GetRawResponse ¶

func (o *PutSourceBingAdsResponse) GetRawResponse() *http.Response

func (*PutSourceBingAdsResponse) GetStatusCode ¶

func (o *PutSourceBingAdsResponse) GetStatusCode() int

type PutSourceBraintreeRequest ¶

type PutSourceBraintreeRequest struct {
	SourceBraintreePutRequest *shared.SourceBraintreePutRequest `request:"mediaType=application/json"`
	SourceID                  string                            `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceBraintreeRequest) GetSourceBraintreePutRequest ¶

func (o *PutSourceBraintreeRequest) GetSourceBraintreePutRequest() *shared.SourceBraintreePutRequest

func (*PutSourceBraintreeRequest) GetSourceID ¶

func (o *PutSourceBraintreeRequest) GetSourceID() string

type PutSourceBraintreeResponse ¶

type PutSourceBraintreeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceBraintreeResponse) GetContentType ¶

func (o *PutSourceBraintreeResponse) GetContentType() string

func (*PutSourceBraintreeResponse) GetRawResponse ¶

func (o *PutSourceBraintreeResponse) GetRawResponse() *http.Response

func (*PutSourceBraintreeResponse) GetStatusCode ¶

func (o *PutSourceBraintreeResponse) GetStatusCode() int

type PutSourceBrazeRequest ¶

type PutSourceBrazeRequest struct {
	SourceBrazePutRequest *shared.SourceBrazePutRequest `request:"mediaType=application/json"`
	SourceID              string                        `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceBrazeRequest) GetSourceBrazePutRequest ¶

func (o *PutSourceBrazeRequest) GetSourceBrazePutRequest() *shared.SourceBrazePutRequest

func (*PutSourceBrazeRequest) GetSourceID ¶

func (o *PutSourceBrazeRequest) GetSourceID() string

type PutSourceBrazeResponse ¶

type PutSourceBrazeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceBrazeResponse) GetContentType ¶

func (o *PutSourceBrazeResponse) GetContentType() string

func (*PutSourceBrazeResponse) GetRawResponse ¶

func (o *PutSourceBrazeResponse) GetRawResponse() *http.Response

func (*PutSourceBrazeResponse) GetStatusCode ¶

func (o *PutSourceBrazeResponse) GetStatusCode() int

type PutSourceCartRequest ¶

type PutSourceCartRequest struct {
	SourceCartPutRequest *shared.SourceCartPutRequest `request:"mediaType=application/json"`
	SourceID             string                       `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceCartRequest) GetSourceCartPutRequest ¶

func (o *PutSourceCartRequest) GetSourceCartPutRequest() *shared.SourceCartPutRequest

func (*PutSourceCartRequest) GetSourceID ¶

func (o *PutSourceCartRequest) GetSourceID() string

type PutSourceCartResponse ¶

type PutSourceCartResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceCartResponse) GetContentType ¶

func (o *PutSourceCartResponse) GetContentType() string

func (*PutSourceCartResponse) GetRawResponse ¶

func (o *PutSourceCartResponse) GetRawResponse() *http.Response

func (*PutSourceCartResponse) GetStatusCode ¶

func (o *PutSourceCartResponse) GetStatusCode() int

type PutSourceChargebeeRequest ¶

type PutSourceChargebeeRequest struct {
	SourceChargebeePutRequest *shared.SourceChargebeePutRequest `request:"mediaType=application/json"`
	SourceID                  string                            `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceChargebeeRequest) GetSourceChargebeePutRequest ¶

func (o *PutSourceChargebeeRequest) GetSourceChargebeePutRequest() *shared.SourceChargebeePutRequest

func (*PutSourceChargebeeRequest) GetSourceID ¶

func (o *PutSourceChargebeeRequest) GetSourceID() string

type PutSourceChargebeeResponse ¶

type PutSourceChargebeeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceChargebeeResponse) GetContentType ¶

func (o *PutSourceChargebeeResponse) GetContentType() string

func (*PutSourceChargebeeResponse) GetRawResponse ¶

func (o *PutSourceChargebeeResponse) GetRawResponse() *http.Response

func (*PutSourceChargebeeResponse) GetStatusCode ¶

func (o *PutSourceChargebeeResponse) GetStatusCode() int

type PutSourceChartmogulRequest ¶

type PutSourceChartmogulRequest struct {
	SourceChartmogulPutRequest *shared.SourceChartmogulPutRequest `request:"mediaType=application/json"`
	SourceID                   string                             `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceChartmogulRequest) GetSourceChartmogulPutRequest ¶

func (o *PutSourceChartmogulRequest) GetSourceChartmogulPutRequest() *shared.SourceChartmogulPutRequest

func (*PutSourceChartmogulRequest) GetSourceID ¶

func (o *PutSourceChartmogulRequest) GetSourceID() string

type PutSourceChartmogulResponse ¶

type PutSourceChartmogulResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceChartmogulResponse) GetContentType ¶

func (o *PutSourceChartmogulResponse) GetContentType() string

func (*PutSourceChartmogulResponse) GetRawResponse ¶

func (o *PutSourceChartmogulResponse) GetRawResponse() *http.Response

func (*PutSourceChartmogulResponse) GetStatusCode ¶

func (o *PutSourceChartmogulResponse) GetStatusCode() int

type PutSourceClickhouseRequest ¶

type PutSourceClickhouseRequest struct {
	SourceClickhousePutRequest *shared.SourceClickhousePutRequest `request:"mediaType=application/json"`
	SourceID                   string                             `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceClickhouseRequest) GetSourceClickhousePutRequest ¶

func (o *PutSourceClickhouseRequest) GetSourceClickhousePutRequest() *shared.SourceClickhousePutRequest

func (*PutSourceClickhouseRequest) GetSourceID ¶

func (o *PutSourceClickhouseRequest) GetSourceID() string

type PutSourceClickhouseResponse ¶

type PutSourceClickhouseResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceClickhouseResponse) GetContentType ¶

func (o *PutSourceClickhouseResponse) GetContentType() string

func (*PutSourceClickhouseResponse) GetRawResponse ¶

func (o *PutSourceClickhouseResponse) GetRawResponse() *http.Response

func (*PutSourceClickhouseResponse) GetStatusCode ¶

func (o *PutSourceClickhouseResponse) GetStatusCode() int

type PutSourceClickupAPIRequest ¶

type PutSourceClickupAPIRequest struct {
	SourceClickupAPIPutRequest *shared.SourceClickupAPIPutRequest `request:"mediaType=application/json"`
	SourceID                   string                             `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceClickupAPIRequest) GetSourceClickupAPIPutRequest ¶

func (o *PutSourceClickupAPIRequest) GetSourceClickupAPIPutRequest() *shared.SourceClickupAPIPutRequest

func (*PutSourceClickupAPIRequest) GetSourceID ¶

func (o *PutSourceClickupAPIRequest) GetSourceID() string

type PutSourceClickupAPIResponse ¶

type PutSourceClickupAPIResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceClickupAPIResponse) GetContentType ¶

func (o *PutSourceClickupAPIResponse) GetContentType() string

func (*PutSourceClickupAPIResponse) GetRawResponse ¶

func (o *PutSourceClickupAPIResponse) GetRawResponse() *http.Response

func (*PutSourceClickupAPIResponse) GetStatusCode ¶

func (o *PutSourceClickupAPIResponse) GetStatusCode() int

type PutSourceClockifyRequest ¶

type PutSourceClockifyRequest struct {
	SourceClockifyPutRequest *shared.SourceClockifyPutRequest `request:"mediaType=application/json"`
	SourceID                 string                           `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceClockifyRequest) GetSourceClockifyPutRequest ¶

func (o *PutSourceClockifyRequest) GetSourceClockifyPutRequest() *shared.SourceClockifyPutRequest

func (*PutSourceClockifyRequest) GetSourceID ¶

func (o *PutSourceClockifyRequest) GetSourceID() string

type PutSourceClockifyResponse ¶

type PutSourceClockifyResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceClockifyResponse) GetContentType ¶

func (o *PutSourceClockifyResponse) GetContentType() string

func (*PutSourceClockifyResponse) GetRawResponse ¶

func (o *PutSourceClockifyResponse) GetRawResponse() *http.Response

func (*PutSourceClockifyResponse) GetStatusCode ¶

func (o *PutSourceClockifyResponse) GetStatusCode() int

type PutSourceCloseComRequest ¶

type PutSourceCloseComRequest struct {
	SourceCloseComPutRequest *shared.SourceCloseComPutRequest `request:"mediaType=application/json"`
	SourceID                 string                           `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceCloseComRequest) GetSourceCloseComPutRequest ¶

func (o *PutSourceCloseComRequest) GetSourceCloseComPutRequest() *shared.SourceCloseComPutRequest

func (*PutSourceCloseComRequest) GetSourceID ¶

func (o *PutSourceCloseComRequest) GetSourceID() string

type PutSourceCloseComResponse ¶

type PutSourceCloseComResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceCloseComResponse) GetContentType ¶

func (o *PutSourceCloseComResponse) GetContentType() string

func (*PutSourceCloseComResponse) GetRawResponse ¶

func (o *PutSourceCloseComResponse) GetRawResponse() *http.Response

func (*PutSourceCloseComResponse) GetStatusCode ¶

func (o *PutSourceCloseComResponse) GetStatusCode() int

type PutSourceCodaRequest ¶

type PutSourceCodaRequest struct {
	SourceCodaPutRequest *shared.SourceCodaPutRequest `request:"mediaType=application/json"`
	SourceID             string                       `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceCodaRequest) GetSourceCodaPutRequest ¶

func (o *PutSourceCodaRequest) GetSourceCodaPutRequest() *shared.SourceCodaPutRequest

func (*PutSourceCodaRequest) GetSourceID ¶

func (o *PutSourceCodaRequest) GetSourceID() string

type PutSourceCodaResponse ¶

type PutSourceCodaResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceCodaResponse) GetContentType ¶

func (o *PutSourceCodaResponse) GetContentType() string

func (*PutSourceCodaResponse) GetRawResponse ¶

func (o *PutSourceCodaResponse) GetRawResponse() *http.Response

func (*PutSourceCodaResponse) GetStatusCode ¶

func (o *PutSourceCodaResponse) GetStatusCode() int

type PutSourceCoinAPIRequest ¶

type PutSourceCoinAPIRequest struct {
	SourceCoinAPIPutRequest *shared.SourceCoinAPIPutRequest `request:"mediaType=application/json"`
	SourceID                string                          `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceCoinAPIRequest) GetSourceCoinAPIPutRequest ¶

func (o *PutSourceCoinAPIRequest) GetSourceCoinAPIPutRequest() *shared.SourceCoinAPIPutRequest

func (*PutSourceCoinAPIRequest) GetSourceID ¶

func (o *PutSourceCoinAPIRequest) GetSourceID() string

type PutSourceCoinAPIResponse ¶

type PutSourceCoinAPIResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceCoinAPIResponse) GetContentType ¶

func (o *PutSourceCoinAPIResponse) GetContentType() string

func (*PutSourceCoinAPIResponse) GetRawResponse ¶

func (o *PutSourceCoinAPIResponse) GetRawResponse() *http.Response

func (*PutSourceCoinAPIResponse) GetStatusCode ¶

func (o *PutSourceCoinAPIResponse) GetStatusCode() int

type PutSourceCoinmarketcapRequest ¶

type PutSourceCoinmarketcapRequest struct {
	SourceCoinmarketcapPutRequest *shared.SourceCoinmarketcapPutRequest `request:"mediaType=application/json"`
	SourceID                      string                                `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceCoinmarketcapRequest) GetSourceCoinmarketcapPutRequest ¶

func (o *PutSourceCoinmarketcapRequest) GetSourceCoinmarketcapPutRequest() *shared.SourceCoinmarketcapPutRequest

func (*PutSourceCoinmarketcapRequest) GetSourceID ¶

func (o *PutSourceCoinmarketcapRequest) GetSourceID() string

type PutSourceCoinmarketcapResponse ¶

type PutSourceCoinmarketcapResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceCoinmarketcapResponse) GetContentType ¶

func (o *PutSourceCoinmarketcapResponse) GetContentType() string

func (*PutSourceCoinmarketcapResponse) GetRawResponse ¶

func (o *PutSourceCoinmarketcapResponse) GetRawResponse() *http.Response

func (*PutSourceCoinmarketcapResponse) GetStatusCode ¶

func (o *PutSourceCoinmarketcapResponse) GetStatusCode() int

type PutSourceConfigcatRequest ¶

type PutSourceConfigcatRequest struct {
	SourceConfigcatPutRequest *shared.SourceConfigcatPutRequest `request:"mediaType=application/json"`
	SourceID                  string                            `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceConfigcatRequest) GetSourceConfigcatPutRequest ¶

func (o *PutSourceConfigcatRequest) GetSourceConfigcatPutRequest() *shared.SourceConfigcatPutRequest

func (*PutSourceConfigcatRequest) GetSourceID ¶

func (o *PutSourceConfigcatRequest) GetSourceID() string

type PutSourceConfigcatResponse ¶

type PutSourceConfigcatResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceConfigcatResponse) GetContentType ¶

func (o *PutSourceConfigcatResponse) GetContentType() string

func (*PutSourceConfigcatResponse) GetRawResponse ¶

func (o *PutSourceConfigcatResponse) GetRawResponse() *http.Response

func (*PutSourceConfigcatResponse) GetStatusCode ¶

func (o *PutSourceConfigcatResponse) GetStatusCode() int

type PutSourceConfluenceRequest ¶

type PutSourceConfluenceRequest struct {
	SourceConfluencePutRequest *shared.SourceConfluencePutRequest `request:"mediaType=application/json"`
	SourceID                   string                             `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceConfluenceRequest) GetSourceConfluencePutRequest ¶

func (o *PutSourceConfluenceRequest) GetSourceConfluencePutRequest() *shared.SourceConfluencePutRequest

func (*PutSourceConfluenceRequest) GetSourceID ¶

func (o *PutSourceConfluenceRequest) GetSourceID() string

type PutSourceConfluenceResponse ¶

type PutSourceConfluenceResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceConfluenceResponse) GetContentType ¶

func (o *PutSourceConfluenceResponse) GetContentType() string

func (*PutSourceConfluenceResponse) GetRawResponse ¶

func (o *PutSourceConfluenceResponse) GetRawResponse() *http.Response

func (*PutSourceConfluenceResponse) GetStatusCode ¶

func (o *PutSourceConfluenceResponse) GetStatusCode() int

type PutSourceConvexRequest ¶

type PutSourceConvexRequest struct {
	SourceConvexPutRequest *shared.SourceConvexPutRequest `request:"mediaType=application/json"`
	SourceID               string                         `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceConvexRequest) GetSourceConvexPutRequest ¶

func (o *PutSourceConvexRequest) GetSourceConvexPutRequest() *shared.SourceConvexPutRequest

func (*PutSourceConvexRequest) GetSourceID ¶

func (o *PutSourceConvexRequest) GetSourceID() string

type PutSourceConvexResponse ¶

type PutSourceConvexResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceConvexResponse) GetContentType ¶

func (o *PutSourceConvexResponse) GetContentType() string

func (*PutSourceConvexResponse) GetRawResponse ¶

func (o *PutSourceConvexResponse) GetRawResponse() *http.Response

func (*PutSourceConvexResponse) GetStatusCode ¶

func (o *PutSourceConvexResponse) GetStatusCode() int

type PutSourceCustomRequest ¶

type PutSourceCustomRequest struct {
	SourceCustomPutRequest *shared.SourceCustomPutRequest `request:"mediaType=application/json"`
	SourceID               string                         `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceCustomRequest) GetSourceCustomPutRequest ¶

func (o *PutSourceCustomRequest) GetSourceCustomPutRequest() *shared.SourceCustomPutRequest

func (*PutSourceCustomRequest) GetSourceID ¶

func (o *PutSourceCustomRequest) GetSourceID() string

type PutSourceCustomResponse ¶

type PutSourceCustomResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceCustomResponse) GetContentType ¶

func (o *PutSourceCustomResponse) GetContentType() string

func (*PutSourceCustomResponse) GetRawResponse ¶

func (o *PutSourceCustomResponse) GetRawResponse() *http.Response

func (*PutSourceCustomResponse) GetStatusCode ¶

func (o *PutSourceCustomResponse) GetStatusCode() int

type PutSourceDatascopeRequest ¶

type PutSourceDatascopeRequest struct {
	SourceDatascopePutRequest *shared.SourceDatascopePutRequest `request:"mediaType=application/json"`
	SourceID                  string                            `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceDatascopeRequest) GetSourceDatascopePutRequest ¶

func (o *PutSourceDatascopeRequest) GetSourceDatascopePutRequest() *shared.SourceDatascopePutRequest

func (*PutSourceDatascopeRequest) GetSourceID ¶

func (o *PutSourceDatascopeRequest) GetSourceID() string

type PutSourceDatascopeResponse ¶

type PutSourceDatascopeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceDatascopeResponse) GetContentType ¶

func (o *PutSourceDatascopeResponse) GetContentType() string

func (*PutSourceDatascopeResponse) GetRawResponse ¶

func (o *PutSourceDatascopeResponse) GetRawResponse() *http.Response

func (*PutSourceDatascopeResponse) GetStatusCode ¶

func (o *PutSourceDatascopeResponse) GetStatusCode() int

type PutSourceDelightedRequest ¶

type PutSourceDelightedRequest struct {
	SourceDelightedPutRequest *shared.SourceDelightedPutRequest `request:"mediaType=application/json"`
	SourceID                  string                            `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceDelightedRequest) GetSourceDelightedPutRequest ¶

func (o *PutSourceDelightedRequest) GetSourceDelightedPutRequest() *shared.SourceDelightedPutRequest

func (*PutSourceDelightedRequest) GetSourceID ¶

func (o *PutSourceDelightedRequest) GetSourceID() string

type PutSourceDelightedResponse ¶

type PutSourceDelightedResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceDelightedResponse) GetContentType ¶

func (o *PutSourceDelightedResponse) GetContentType() string

func (*PutSourceDelightedResponse) GetRawResponse ¶

func (o *PutSourceDelightedResponse) GetRawResponse() *http.Response

func (*PutSourceDelightedResponse) GetStatusCode ¶

func (o *PutSourceDelightedResponse) GetStatusCode() int

type PutSourceDixaRequest ¶

type PutSourceDixaRequest struct {
	SourceDixaPutRequest *shared.SourceDixaPutRequest `request:"mediaType=application/json"`
	SourceID             string                       `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceDixaRequest) GetSourceDixaPutRequest ¶

func (o *PutSourceDixaRequest) GetSourceDixaPutRequest() *shared.SourceDixaPutRequest

func (*PutSourceDixaRequest) GetSourceID ¶

func (o *PutSourceDixaRequest) GetSourceID() string

type PutSourceDixaResponse ¶

type PutSourceDixaResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceDixaResponse) GetContentType ¶

func (o *PutSourceDixaResponse) GetContentType() string

func (*PutSourceDixaResponse) GetRawResponse ¶

func (o *PutSourceDixaResponse) GetRawResponse() *http.Response

func (*PutSourceDixaResponse) GetStatusCode ¶

func (o *PutSourceDixaResponse) GetStatusCode() int

type PutSourceDockerhubRequest ¶

type PutSourceDockerhubRequest struct {
	SourceDockerhubPutRequest *shared.SourceDockerhubPutRequest `request:"mediaType=application/json"`
	SourceID                  string                            `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceDockerhubRequest) GetSourceDockerhubPutRequest ¶

func (o *PutSourceDockerhubRequest) GetSourceDockerhubPutRequest() *shared.SourceDockerhubPutRequest

func (*PutSourceDockerhubRequest) GetSourceID ¶

func (o *PutSourceDockerhubRequest) GetSourceID() string

type PutSourceDockerhubResponse ¶

type PutSourceDockerhubResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceDockerhubResponse) GetContentType ¶

func (o *PutSourceDockerhubResponse) GetContentType() string

func (*PutSourceDockerhubResponse) GetRawResponse ¶

func (o *PutSourceDockerhubResponse) GetRawResponse() *http.Response

func (*PutSourceDockerhubResponse) GetStatusCode ¶

func (o *PutSourceDockerhubResponse) GetStatusCode() int

type PutSourceDremioRequest ¶

type PutSourceDremioRequest struct {
	SourceDremioPutRequest *shared.SourceDremioPutRequest `request:"mediaType=application/json"`
	SourceID               string                         `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceDremioRequest) GetSourceDremioPutRequest ¶

func (o *PutSourceDremioRequest) GetSourceDremioPutRequest() *shared.SourceDremioPutRequest

func (*PutSourceDremioRequest) GetSourceID ¶

func (o *PutSourceDremioRequest) GetSourceID() string

type PutSourceDremioResponse ¶

type PutSourceDremioResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceDremioResponse) GetContentType ¶

func (o *PutSourceDremioResponse) GetContentType() string

func (*PutSourceDremioResponse) GetRawResponse ¶

func (o *PutSourceDremioResponse) GetRawResponse() *http.Response

func (*PutSourceDremioResponse) GetStatusCode ¶

func (o *PutSourceDremioResponse) GetStatusCode() int

type PutSourceDynamodbRequest ¶

type PutSourceDynamodbRequest struct {
	SourceDynamodbPutRequest *shared.SourceDynamodbPutRequest `request:"mediaType=application/json"`
	SourceID                 string                           `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceDynamodbRequest) GetSourceDynamodbPutRequest ¶

func (o *PutSourceDynamodbRequest) GetSourceDynamodbPutRequest() *shared.SourceDynamodbPutRequest

func (*PutSourceDynamodbRequest) GetSourceID ¶

func (o *PutSourceDynamodbRequest) GetSourceID() string

type PutSourceDynamodbResponse ¶

type PutSourceDynamodbResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceDynamodbResponse) GetContentType ¶

func (o *PutSourceDynamodbResponse) GetContentType() string

func (*PutSourceDynamodbResponse) GetRawResponse ¶

func (o *PutSourceDynamodbResponse) GetRawResponse() *http.Response

func (*PutSourceDynamodbResponse) GetStatusCode ¶

func (o *PutSourceDynamodbResponse) GetStatusCode() int

type PutSourceEmailoctopusRequest ¶

type PutSourceEmailoctopusRequest struct {
	SourceEmailoctopusPutRequest *shared.SourceEmailoctopusPutRequest `request:"mediaType=application/json"`
	SourceID                     string                               `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceEmailoctopusRequest) GetSourceEmailoctopusPutRequest ¶

func (o *PutSourceEmailoctopusRequest) GetSourceEmailoctopusPutRequest() *shared.SourceEmailoctopusPutRequest

func (*PutSourceEmailoctopusRequest) GetSourceID ¶

func (o *PutSourceEmailoctopusRequest) GetSourceID() string

type PutSourceEmailoctopusResponse ¶

type PutSourceEmailoctopusResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceEmailoctopusResponse) GetContentType ¶

func (o *PutSourceEmailoctopusResponse) GetContentType() string

func (*PutSourceEmailoctopusResponse) GetRawResponse ¶

func (o *PutSourceEmailoctopusResponse) GetRawResponse() *http.Response

func (*PutSourceEmailoctopusResponse) GetStatusCode ¶

func (o *PutSourceEmailoctopusResponse) GetStatusCode() int

type PutSourceExchangeRatesRequest ¶

type PutSourceExchangeRatesRequest struct {
	SourceExchangeRatesPutRequest *shared.SourceExchangeRatesPutRequest `request:"mediaType=application/json"`
	SourceID                      string                                `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceExchangeRatesRequest) GetSourceExchangeRatesPutRequest ¶

func (o *PutSourceExchangeRatesRequest) GetSourceExchangeRatesPutRequest() *shared.SourceExchangeRatesPutRequest

func (*PutSourceExchangeRatesRequest) GetSourceID ¶

func (o *PutSourceExchangeRatesRequest) GetSourceID() string

type PutSourceExchangeRatesResponse ¶

type PutSourceExchangeRatesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceExchangeRatesResponse) GetContentType ¶

func (o *PutSourceExchangeRatesResponse) GetContentType() string

func (*PutSourceExchangeRatesResponse) GetRawResponse ¶

func (o *PutSourceExchangeRatesResponse) GetRawResponse() *http.Response

func (*PutSourceExchangeRatesResponse) GetStatusCode ¶

func (o *PutSourceExchangeRatesResponse) GetStatusCode() int

type PutSourceFacebookMarketingRequest ¶

type PutSourceFacebookMarketingRequest struct {
	SourceFacebookMarketingPutRequest *shared.SourceFacebookMarketingPutRequest `request:"mediaType=application/json"`
	SourceID                          string                                    `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceFacebookMarketingRequest) GetSourceFacebookMarketingPutRequest ¶

func (o *PutSourceFacebookMarketingRequest) GetSourceFacebookMarketingPutRequest() *shared.SourceFacebookMarketingPutRequest

func (*PutSourceFacebookMarketingRequest) GetSourceID ¶

func (o *PutSourceFacebookMarketingRequest) GetSourceID() string

type PutSourceFacebookMarketingResponse ¶

type PutSourceFacebookMarketingResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceFacebookMarketingResponse) GetContentType ¶

func (o *PutSourceFacebookMarketingResponse) GetContentType() string

func (*PutSourceFacebookMarketingResponse) GetRawResponse ¶

func (o *PutSourceFacebookMarketingResponse) GetRawResponse() *http.Response

func (*PutSourceFacebookMarketingResponse) GetStatusCode ¶

func (o *PutSourceFacebookMarketingResponse) GetStatusCode() int

type PutSourceFakerRequest ¶

type PutSourceFakerRequest struct {
	SourceFakerPutRequest *shared.SourceFakerPutRequest `request:"mediaType=application/json"`
	SourceID              string                        `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceFakerRequest) GetSourceFakerPutRequest ¶

func (o *PutSourceFakerRequest) GetSourceFakerPutRequest() *shared.SourceFakerPutRequest

func (*PutSourceFakerRequest) GetSourceID ¶

func (o *PutSourceFakerRequest) GetSourceID() string

type PutSourceFakerResponse ¶

type PutSourceFakerResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceFakerResponse) GetContentType ¶

func (o *PutSourceFakerResponse) GetContentType() string

func (*PutSourceFakerResponse) GetRawResponse ¶

func (o *PutSourceFakerResponse) GetRawResponse() *http.Response

func (*PutSourceFakerResponse) GetStatusCode ¶

func (o *PutSourceFakerResponse) GetStatusCode() int

type PutSourceFaunaRequest ¶

type PutSourceFaunaRequest struct {
	SourceFaunaPutRequest *shared.SourceFaunaPutRequest `request:"mediaType=application/json"`
	SourceID              string                        `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceFaunaRequest) GetSourceFaunaPutRequest ¶

func (o *PutSourceFaunaRequest) GetSourceFaunaPutRequest() *shared.SourceFaunaPutRequest

func (*PutSourceFaunaRequest) GetSourceID ¶

func (o *PutSourceFaunaRequest) GetSourceID() string

type PutSourceFaunaResponse ¶

type PutSourceFaunaResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceFaunaResponse) GetContentType ¶

func (o *PutSourceFaunaResponse) GetContentType() string

func (*PutSourceFaunaResponse) GetRawResponse ¶

func (o *PutSourceFaunaResponse) GetRawResponse() *http.Response

func (*PutSourceFaunaResponse) GetStatusCode ¶

func (o *PutSourceFaunaResponse) GetStatusCode() int

type PutSourceFileRequest ¶

type PutSourceFileRequest struct {
	SourceFilePutRequest *shared.SourceFilePutRequest `request:"mediaType=application/json"`
	SourceID             string                       `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceFileRequest) GetSourceFilePutRequest ¶

func (o *PutSourceFileRequest) GetSourceFilePutRequest() *shared.SourceFilePutRequest

func (*PutSourceFileRequest) GetSourceID ¶

func (o *PutSourceFileRequest) GetSourceID() string

type PutSourceFileResponse ¶

type PutSourceFileResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceFileResponse) GetContentType ¶

func (o *PutSourceFileResponse) GetContentType() string

func (*PutSourceFileResponse) GetRawResponse ¶

func (o *PutSourceFileResponse) GetRawResponse() *http.Response

func (*PutSourceFileResponse) GetStatusCode ¶

func (o *PutSourceFileResponse) GetStatusCode() int

type PutSourceFireboltRequest ¶

type PutSourceFireboltRequest struct {
	SourceFireboltPutRequest *shared.SourceFireboltPutRequest `request:"mediaType=application/json"`
	SourceID                 string                           `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceFireboltRequest) GetSourceFireboltPutRequest ¶

func (o *PutSourceFireboltRequest) GetSourceFireboltPutRequest() *shared.SourceFireboltPutRequest

func (*PutSourceFireboltRequest) GetSourceID ¶

func (o *PutSourceFireboltRequest) GetSourceID() string

type PutSourceFireboltResponse ¶

type PutSourceFireboltResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceFireboltResponse) GetContentType ¶

func (o *PutSourceFireboltResponse) GetContentType() string

func (*PutSourceFireboltResponse) GetRawResponse ¶

func (o *PutSourceFireboltResponse) GetRawResponse() *http.Response

func (*PutSourceFireboltResponse) GetStatusCode ¶

func (o *PutSourceFireboltResponse) GetStatusCode() int

type PutSourceFleetioRequest ¶ added in v0.5.1

type PutSourceFleetioRequest struct {
	SourceFleetioPutRequest *shared.SourceFleetioPutRequest `request:"mediaType=application/json"`
	SourceID                string                          `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceFleetioRequest) GetSourceFleetioPutRequest ¶ added in v0.5.1

func (o *PutSourceFleetioRequest) GetSourceFleetioPutRequest() *shared.SourceFleetioPutRequest

func (*PutSourceFleetioRequest) GetSourceID ¶ added in v0.5.1

func (o *PutSourceFleetioRequest) GetSourceID() string

type PutSourceFleetioResponse ¶ added in v0.5.1

type PutSourceFleetioResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceFleetioResponse) GetContentType ¶ added in v0.5.1

func (o *PutSourceFleetioResponse) GetContentType() string

func (*PutSourceFleetioResponse) GetRawResponse ¶ added in v0.5.1

func (o *PutSourceFleetioResponse) GetRawResponse() *http.Response

func (*PutSourceFleetioResponse) GetStatusCode ¶ added in v0.5.1

func (o *PutSourceFleetioResponse) GetStatusCode() int

type PutSourceFreshcallerRequest ¶

type PutSourceFreshcallerRequest struct {
	SourceFreshcallerPutRequest *shared.SourceFreshcallerPutRequest `request:"mediaType=application/json"`
	SourceID                    string                              `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceFreshcallerRequest) GetSourceFreshcallerPutRequest ¶

func (o *PutSourceFreshcallerRequest) GetSourceFreshcallerPutRequest() *shared.SourceFreshcallerPutRequest

func (*PutSourceFreshcallerRequest) GetSourceID ¶

func (o *PutSourceFreshcallerRequest) GetSourceID() string

type PutSourceFreshcallerResponse ¶

type PutSourceFreshcallerResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceFreshcallerResponse) GetContentType ¶

func (o *PutSourceFreshcallerResponse) GetContentType() string

func (*PutSourceFreshcallerResponse) GetRawResponse ¶

func (o *PutSourceFreshcallerResponse) GetRawResponse() *http.Response

func (*PutSourceFreshcallerResponse) GetStatusCode ¶

func (o *PutSourceFreshcallerResponse) GetStatusCode() int

type PutSourceFreshdeskRequest ¶

type PutSourceFreshdeskRequest struct {
	SourceFreshdeskPutRequest *shared.SourceFreshdeskPutRequest `request:"mediaType=application/json"`
	SourceID                  string                            `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceFreshdeskRequest) GetSourceFreshdeskPutRequest ¶

func (o *PutSourceFreshdeskRequest) GetSourceFreshdeskPutRequest() *shared.SourceFreshdeskPutRequest

func (*PutSourceFreshdeskRequest) GetSourceID ¶

func (o *PutSourceFreshdeskRequest) GetSourceID() string

type PutSourceFreshdeskResponse ¶

type PutSourceFreshdeskResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceFreshdeskResponse) GetContentType ¶

func (o *PutSourceFreshdeskResponse) GetContentType() string

func (*PutSourceFreshdeskResponse) GetRawResponse ¶

func (o *PutSourceFreshdeskResponse) GetRawResponse() *http.Response

func (*PutSourceFreshdeskResponse) GetStatusCode ¶

func (o *PutSourceFreshdeskResponse) GetStatusCode() int

type PutSourceFreshsalesRequest ¶

type PutSourceFreshsalesRequest struct {
	SourceFreshsalesPutRequest *shared.SourceFreshsalesPutRequest `request:"mediaType=application/json"`
	SourceID                   string                             `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceFreshsalesRequest) GetSourceFreshsalesPutRequest ¶

func (o *PutSourceFreshsalesRequest) GetSourceFreshsalesPutRequest() *shared.SourceFreshsalesPutRequest

func (*PutSourceFreshsalesRequest) GetSourceID ¶

func (o *PutSourceFreshsalesRequest) GetSourceID() string

type PutSourceFreshsalesResponse ¶

type PutSourceFreshsalesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceFreshsalesResponse) GetContentType ¶

func (o *PutSourceFreshsalesResponse) GetContentType() string

func (*PutSourceFreshsalesResponse) GetRawResponse ¶

func (o *PutSourceFreshsalesResponse) GetRawResponse() *http.Response

func (*PutSourceFreshsalesResponse) GetStatusCode ¶

func (o *PutSourceFreshsalesResponse) GetStatusCode() int

type PutSourceGainsightPxRequest ¶

type PutSourceGainsightPxRequest struct {
	SourceGainsightPxPutRequest *shared.SourceGainsightPxPutRequest `request:"mediaType=application/json"`
	SourceID                    string                              `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceGainsightPxRequest) GetSourceGainsightPxPutRequest ¶

func (o *PutSourceGainsightPxRequest) GetSourceGainsightPxPutRequest() *shared.SourceGainsightPxPutRequest

func (*PutSourceGainsightPxRequest) GetSourceID ¶

func (o *PutSourceGainsightPxRequest) GetSourceID() string

type PutSourceGainsightPxResponse ¶

type PutSourceGainsightPxResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceGainsightPxResponse) GetContentType ¶

func (o *PutSourceGainsightPxResponse) GetContentType() string

func (*PutSourceGainsightPxResponse) GetRawResponse ¶

func (o *PutSourceGainsightPxResponse) GetRawResponse() *http.Response

func (*PutSourceGainsightPxResponse) GetStatusCode ¶

func (o *PutSourceGainsightPxResponse) GetStatusCode() int

type PutSourceGcsRequest ¶

type PutSourceGcsRequest struct {
	SourceGcsPutRequest *shared.SourceGcsPutRequest `request:"mediaType=application/json"`
	SourceID            string                      `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceGcsRequest) GetSourceGcsPutRequest ¶

func (o *PutSourceGcsRequest) GetSourceGcsPutRequest() *shared.SourceGcsPutRequest

func (*PutSourceGcsRequest) GetSourceID ¶

func (o *PutSourceGcsRequest) GetSourceID() string

type PutSourceGcsResponse ¶

type PutSourceGcsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceGcsResponse) GetContentType ¶

func (o *PutSourceGcsResponse) GetContentType() string

func (*PutSourceGcsResponse) GetRawResponse ¶

func (o *PutSourceGcsResponse) GetRawResponse() *http.Response

func (*PutSourceGcsResponse) GetStatusCode ¶

func (o *PutSourceGcsResponse) GetStatusCode() int

type PutSourceGetlagoRequest ¶

type PutSourceGetlagoRequest struct {
	SourceGetlagoPutRequest *shared.SourceGetlagoPutRequest `request:"mediaType=application/json"`
	SourceID                string                          `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceGetlagoRequest) GetSourceGetlagoPutRequest ¶

func (o *PutSourceGetlagoRequest) GetSourceGetlagoPutRequest() *shared.SourceGetlagoPutRequest

func (*PutSourceGetlagoRequest) GetSourceID ¶

func (o *PutSourceGetlagoRequest) GetSourceID() string

type PutSourceGetlagoResponse ¶

type PutSourceGetlagoResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceGetlagoResponse) GetContentType ¶

func (o *PutSourceGetlagoResponse) GetContentType() string

func (*PutSourceGetlagoResponse) GetRawResponse ¶

func (o *PutSourceGetlagoResponse) GetRawResponse() *http.Response

func (*PutSourceGetlagoResponse) GetStatusCode ¶

func (o *PutSourceGetlagoResponse) GetStatusCode() int

type PutSourceGithubRequest ¶

type PutSourceGithubRequest struct {
	SourceGithubPutRequest *shared.SourceGithubPutRequest `request:"mediaType=application/json"`
	SourceID               string                         `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceGithubRequest) GetSourceGithubPutRequest ¶

func (o *PutSourceGithubRequest) GetSourceGithubPutRequest() *shared.SourceGithubPutRequest

func (*PutSourceGithubRequest) GetSourceID ¶

func (o *PutSourceGithubRequest) GetSourceID() string

type PutSourceGithubResponse ¶

type PutSourceGithubResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceGithubResponse) GetContentType ¶

func (o *PutSourceGithubResponse) GetContentType() string

func (*PutSourceGithubResponse) GetRawResponse ¶

func (o *PutSourceGithubResponse) GetRawResponse() *http.Response

func (*PutSourceGithubResponse) GetStatusCode ¶

func (o *PutSourceGithubResponse) GetStatusCode() int

type PutSourceGitlabRequest ¶

type PutSourceGitlabRequest struct {
	SourceGitlabPutRequest *shared.SourceGitlabPutRequest `request:"mediaType=application/json"`
	SourceID               string                         `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceGitlabRequest) GetSourceGitlabPutRequest ¶

func (o *PutSourceGitlabRequest) GetSourceGitlabPutRequest() *shared.SourceGitlabPutRequest

func (*PutSourceGitlabRequest) GetSourceID ¶

func (o *PutSourceGitlabRequest) GetSourceID() string

type PutSourceGitlabResponse ¶

type PutSourceGitlabResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceGitlabResponse) GetContentType ¶

func (o *PutSourceGitlabResponse) GetContentType() string

func (*PutSourceGitlabResponse) GetRawResponse ¶

func (o *PutSourceGitlabResponse) GetRawResponse() *http.Response

func (*PutSourceGitlabResponse) GetStatusCode ¶

func (o *PutSourceGitlabResponse) GetStatusCode() int

type PutSourceGlassfrogRequest ¶

type PutSourceGlassfrogRequest struct {
	SourceGlassfrogPutRequest *shared.SourceGlassfrogPutRequest `request:"mediaType=application/json"`
	SourceID                  string                            `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceGlassfrogRequest) GetSourceGlassfrogPutRequest ¶

func (o *PutSourceGlassfrogRequest) GetSourceGlassfrogPutRequest() *shared.SourceGlassfrogPutRequest

func (*PutSourceGlassfrogRequest) GetSourceID ¶

func (o *PutSourceGlassfrogRequest) GetSourceID() string

type PutSourceGlassfrogResponse ¶

type PutSourceGlassfrogResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceGlassfrogResponse) GetContentType ¶

func (o *PutSourceGlassfrogResponse) GetContentType() string

func (*PutSourceGlassfrogResponse) GetRawResponse ¶

func (o *PutSourceGlassfrogResponse) GetRawResponse() *http.Response

func (*PutSourceGlassfrogResponse) GetStatusCode ¶

func (o *PutSourceGlassfrogResponse) GetStatusCode() int

type PutSourceGnewsRequest ¶

type PutSourceGnewsRequest struct {
	SourceGnewsPutRequest *shared.SourceGnewsPutRequest `request:"mediaType=application/json"`
	SourceID              string                        `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceGnewsRequest) GetSourceGnewsPutRequest ¶

func (o *PutSourceGnewsRequest) GetSourceGnewsPutRequest() *shared.SourceGnewsPutRequest

func (*PutSourceGnewsRequest) GetSourceID ¶

func (o *PutSourceGnewsRequest) GetSourceID() string

type PutSourceGnewsResponse ¶

type PutSourceGnewsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceGnewsResponse) GetContentType ¶

func (o *PutSourceGnewsResponse) GetContentType() string

func (*PutSourceGnewsResponse) GetRawResponse ¶

func (o *PutSourceGnewsResponse) GetRawResponse() *http.Response

func (*PutSourceGnewsResponse) GetStatusCode ¶

func (o *PutSourceGnewsResponse) GetStatusCode() int

type PutSourceGoogleAdsRequest ¶

type PutSourceGoogleAdsRequest struct {
	SourceGoogleAdsPutRequest *shared.SourceGoogleAdsPutRequest `request:"mediaType=application/json"`
	SourceID                  string                            `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceGoogleAdsRequest) GetSourceGoogleAdsPutRequest ¶

func (o *PutSourceGoogleAdsRequest) GetSourceGoogleAdsPutRequest() *shared.SourceGoogleAdsPutRequest

func (*PutSourceGoogleAdsRequest) GetSourceID ¶

func (o *PutSourceGoogleAdsRequest) GetSourceID() string

type PutSourceGoogleAdsResponse ¶

type PutSourceGoogleAdsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceGoogleAdsResponse) GetContentType ¶

func (o *PutSourceGoogleAdsResponse) GetContentType() string

func (*PutSourceGoogleAdsResponse) GetRawResponse ¶

func (o *PutSourceGoogleAdsResponse) GetRawResponse() *http.Response

func (*PutSourceGoogleAdsResponse) GetStatusCode ¶

func (o *PutSourceGoogleAdsResponse) GetStatusCode() int

type PutSourceGoogleAnalyticsDataAPIRequest ¶

type PutSourceGoogleAnalyticsDataAPIRequest struct {
	SourceGoogleAnalyticsDataAPIPutRequest *shared.SourceGoogleAnalyticsDataAPIPutRequest `request:"mediaType=application/json"`
	SourceID                               string                                         `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceGoogleAnalyticsDataAPIRequest) GetSourceGoogleAnalyticsDataAPIPutRequest ¶

func (o *PutSourceGoogleAnalyticsDataAPIRequest) GetSourceGoogleAnalyticsDataAPIPutRequest() *shared.SourceGoogleAnalyticsDataAPIPutRequest

func (*PutSourceGoogleAnalyticsDataAPIRequest) GetSourceID ¶

type PutSourceGoogleAnalyticsDataAPIResponse ¶

type PutSourceGoogleAnalyticsDataAPIResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceGoogleAnalyticsDataAPIResponse) GetContentType ¶

func (o *PutSourceGoogleAnalyticsDataAPIResponse) GetContentType() string

func (*PutSourceGoogleAnalyticsDataAPIResponse) GetRawResponse ¶

func (*PutSourceGoogleAnalyticsDataAPIResponse) GetStatusCode ¶

func (o *PutSourceGoogleAnalyticsDataAPIResponse) GetStatusCode() int

type PutSourceGoogleAnalyticsV4ServiceAccountOnlyRequest ¶

type PutSourceGoogleAnalyticsV4ServiceAccountOnlyRequest struct {
	SourceGoogleAnalyticsV4ServiceAccountOnlyPutRequest *shared.SourceGoogleAnalyticsV4ServiceAccountOnlyPutRequest `request:"mediaType=application/json"`
	SourceID                                            string                                                      `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceGoogleAnalyticsV4ServiceAccountOnlyRequest) GetSourceGoogleAnalyticsV4ServiceAccountOnlyPutRequest ¶

func (o *PutSourceGoogleAnalyticsV4ServiceAccountOnlyRequest) GetSourceGoogleAnalyticsV4ServiceAccountOnlyPutRequest() *shared.SourceGoogleAnalyticsV4ServiceAccountOnlyPutRequest

func (*PutSourceGoogleAnalyticsV4ServiceAccountOnlyRequest) GetSourceID ¶

type PutSourceGoogleAnalyticsV4ServiceAccountOnlyResponse ¶

type PutSourceGoogleAnalyticsV4ServiceAccountOnlyResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceGoogleAnalyticsV4ServiceAccountOnlyResponse) GetContentType ¶

func (*PutSourceGoogleAnalyticsV4ServiceAccountOnlyResponse) GetRawResponse ¶

func (*PutSourceGoogleAnalyticsV4ServiceAccountOnlyResponse) GetStatusCode ¶

type PutSourceGoogleDirectoryRequest ¶

type PutSourceGoogleDirectoryRequest struct {
	SourceGoogleDirectoryPutRequest *shared.SourceGoogleDirectoryPutRequest `request:"mediaType=application/json"`
	SourceID                        string                                  `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceGoogleDirectoryRequest) GetSourceGoogleDirectoryPutRequest ¶

func (o *PutSourceGoogleDirectoryRequest) GetSourceGoogleDirectoryPutRequest() *shared.SourceGoogleDirectoryPutRequest

func (*PutSourceGoogleDirectoryRequest) GetSourceID ¶

func (o *PutSourceGoogleDirectoryRequest) GetSourceID() string

type PutSourceGoogleDirectoryResponse ¶

type PutSourceGoogleDirectoryResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceGoogleDirectoryResponse) GetContentType ¶

func (o *PutSourceGoogleDirectoryResponse) GetContentType() string

func (*PutSourceGoogleDirectoryResponse) GetRawResponse ¶

func (o *PutSourceGoogleDirectoryResponse) GetRawResponse() *http.Response

func (*PutSourceGoogleDirectoryResponse) GetStatusCode ¶

func (o *PutSourceGoogleDirectoryResponse) GetStatusCode() int

type PutSourceGoogleDriveRequest ¶

type PutSourceGoogleDriveRequest struct {
	SourceGoogleDrivePutRequest *shared.SourceGoogleDrivePutRequest `request:"mediaType=application/json"`
	SourceID                    string                              `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceGoogleDriveRequest) GetSourceGoogleDrivePutRequest ¶

func (o *PutSourceGoogleDriveRequest) GetSourceGoogleDrivePutRequest() *shared.SourceGoogleDrivePutRequest

func (*PutSourceGoogleDriveRequest) GetSourceID ¶

func (o *PutSourceGoogleDriveRequest) GetSourceID() string

type PutSourceGoogleDriveResponse ¶

type PutSourceGoogleDriveResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceGoogleDriveResponse) GetContentType ¶

func (o *PutSourceGoogleDriveResponse) GetContentType() string

func (*PutSourceGoogleDriveResponse) GetRawResponse ¶

func (o *PutSourceGoogleDriveResponse) GetRawResponse() *http.Response

func (*PutSourceGoogleDriveResponse) GetStatusCode ¶

func (o *PutSourceGoogleDriveResponse) GetStatusCode() int

type PutSourceGooglePagespeedInsightsRequest ¶

type PutSourceGooglePagespeedInsightsRequest struct {
	SourceGooglePagespeedInsightsPutRequest *shared.SourceGooglePagespeedInsightsPutRequest `request:"mediaType=application/json"`
	SourceID                                string                                          `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceGooglePagespeedInsightsRequest) GetSourceGooglePagespeedInsightsPutRequest ¶

func (o *PutSourceGooglePagespeedInsightsRequest) GetSourceGooglePagespeedInsightsPutRequest() *shared.SourceGooglePagespeedInsightsPutRequest

func (*PutSourceGooglePagespeedInsightsRequest) GetSourceID ¶

type PutSourceGooglePagespeedInsightsResponse ¶

type PutSourceGooglePagespeedInsightsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceGooglePagespeedInsightsResponse) GetContentType ¶

func (*PutSourceGooglePagespeedInsightsResponse) GetRawResponse ¶

func (*PutSourceGooglePagespeedInsightsResponse) GetStatusCode ¶

func (o *PutSourceGooglePagespeedInsightsResponse) GetStatusCode() int

type PutSourceGoogleSearchConsoleRequest ¶

type PutSourceGoogleSearchConsoleRequest struct {
	SourceGoogleSearchConsolePutRequest *shared.SourceGoogleSearchConsolePutRequest `request:"mediaType=application/json"`
	SourceID                            string                                      `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceGoogleSearchConsoleRequest) GetSourceGoogleSearchConsolePutRequest ¶

func (o *PutSourceGoogleSearchConsoleRequest) GetSourceGoogleSearchConsolePutRequest() *shared.SourceGoogleSearchConsolePutRequest

func (*PutSourceGoogleSearchConsoleRequest) GetSourceID ¶

type PutSourceGoogleSearchConsoleResponse ¶

type PutSourceGoogleSearchConsoleResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceGoogleSearchConsoleResponse) GetContentType ¶

func (o *PutSourceGoogleSearchConsoleResponse) GetContentType() string

func (*PutSourceGoogleSearchConsoleResponse) GetRawResponse ¶

func (o *PutSourceGoogleSearchConsoleResponse) GetRawResponse() *http.Response

func (*PutSourceGoogleSearchConsoleResponse) GetStatusCode ¶

func (o *PutSourceGoogleSearchConsoleResponse) GetStatusCode() int

type PutSourceGoogleSheetsRequest ¶

type PutSourceGoogleSheetsRequest struct {
	SourceGoogleSheetsPutRequest *shared.SourceGoogleSheetsPutRequest `request:"mediaType=application/json"`
	SourceID                     string                               `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceGoogleSheetsRequest) GetSourceGoogleSheetsPutRequest ¶

func (o *PutSourceGoogleSheetsRequest) GetSourceGoogleSheetsPutRequest() *shared.SourceGoogleSheetsPutRequest

func (*PutSourceGoogleSheetsRequest) GetSourceID ¶

func (o *PutSourceGoogleSheetsRequest) GetSourceID() string

type PutSourceGoogleSheetsResponse ¶

type PutSourceGoogleSheetsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceGoogleSheetsResponse) GetContentType ¶

func (o *PutSourceGoogleSheetsResponse) GetContentType() string

func (*PutSourceGoogleSheetsResponse) GetRawResponse ¶

func (o *PutSourceGoogleSheetsResponse) GetRawResponse() *http.Response

func (*PutSourceGoogleSheetsResponse) GetStatusCode ¶

func (o *PutSourceGoogleSheetsResponse) GetStatusCode() int

type PutSourceGoogleWebfontsRequest ¶

type PutSourceGoogleWebfontsRequest struct {
	SourceGoogleWebfontsPutRequest *shared.SourceGoogleWebfontsPutRequest `request:"mediaType=application/json"`
	SourceID                       string                                 `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceGoogleWebfontsRequest) GetSourceGoogleWebfontsPutRequest ¶

func (o *PutSourceGoogleWebfontsRequest) GetSourceGoogleWebfontsPutRequest() *shared.SourceGoogleWebfontsPutRequest

func (*PutSourceGoogleWebfontsRequest) GetSourceID ¶

func (o *PutSourceGoogleWebfontsRequest) GetSourceID() string

type PutSourceGoogleWebfontsResponse ¶

type PutSourceGoogleWebfontsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceGoogleWebfontsResponse) GetContentType ¶

func (o *PutSourceGoogleWebfontsResponse) GetContentType() string

func (*PutSourceGoogleWebfontsResponse) GetRawResponse ¶

func (o *PutSourceGoogleWebfontsResponse) GetRawResponse() *http.Response

func (*PutSourceGoogleWebfontsResponse) GetStatusCode ¶

func (o *PutSourceGoogleWebfontsResponse) GetStatusCode() int

type PutSourceGreenhouseRequest ¶

type PutSourceGreenhouseRequest struct {
	SourceGreenhousePutRequest *shared.SourceGreenhousePutRequest `request:"mediaType=application/json"`
	SourceID                   string                             `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceGreenhouseRequest) GetSourceGreenhousePutRequest ¶

func (o *PutSourceGreenhouseRequest) GetSourceGreenhousePutRequest() *shared.SourceGreenhousePutRequest

func (*PutSourceGreenhouseRequest) GetSourceID ¶

func (o *PutSourceGreenhouseRequest) GetSourceID() string

type PutSourceGreenhouseResponse ¶

type PutSourceGreenhouseResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceGreenhouseResponse) GetContentType ¶

func (o *PutSourceGreenhouseResponse) GetContentType() string

func (*PutSourceGreenhouseResponse) GetRawResponse ¶

func (o *PutSourceGreenhouseResponse) GetRawResponse() *http.Response

func (*PutSourceGreenhouseResponse) GetStatusCode ¶

func (o *PutSourceGreenhouseResponse) GetStatusCode() int

type PutSourceGridlyRequest ¶

type PutSourceGridlyRequest struct {
	SourceGridlyPutRequest *shared.SourceGridlyPutRequest `request:"mediaType=application/json"`
	SourceID               string                         `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceGridlyRequest) GetSourceGridlyPutRequest ¶

func (o *PutSourceGridlyRequest) GetSourceGridlyPutRequest() *shared.SourceGridlyPutRequest

func (*PutSourceGridlyRequest) GetSourceID ¶

func (o *PutSourceGridlyRequest) GetSourceID() string

type PutSourceGridlyResponse ¶

type PutSourceGridlyResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceGridlyResponse) GetContentType ¶

func (o *PutSourceGridlyResponse) GetContentType() string

func (*PutSourceGridlyResponse) GetRawResponse ¶

func (o *PutSourceGridlyResponse) GetRawResponse() *http.Response

func (*PutSourceGridlyResponse) GetStatusCode ¶

func (o *PutSourceGridlyResponse) GetStatusCode() int

type PutSourceHarvestRequest ¶

type PutSourceHarvestRequest struct {
	SourceHarvestPutRequest *shared.SourceHarvestPutRequest `request:"mediaType=application/json"`
	SourceID                string                          `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceHarvestRequest) GetSourceHarvestPutRequest ¶

func (o *PutSourceHarvestRequest) GetSourceHarvestPutRequest() *shared.SourceHarvestPutRequest

func (*PutSourceHarvestRequest) GetSourceID ¶

func (o *PutSourceHarvestRequest) GetSourceID() string

type PutSourceHarvestResponse ¶

type PutSourceHarvestResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceHarvestResponse) GetContentType ¶

func (o *PutSourceHarvestResponse) GetContentType() string

func (*PutSourceHarvestResponse) GetRawResponse ¶

func (o *PutSourceHarvestResponse) GetRawResponse() *http.Response

func (*PutSourceHarvestResponse) GetStatusCode ¶

func (o *PutSourceHarvestResponse) GetStatusCode() int

type PutSourceHubplannerRequest ¶

type PutSourceHubplannerRequest struct {
	SourceHubplannerPutRequest *shared.SourceHubplannerPutRequest `request:"mediaType=application/json"`
	SourceID                   string                             `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceHubplannerRequest) GetSourceHubplannerPutRequest ¶

func (o *PutSourceHubplannerRequest) GetSourceHubplannerPutRequest() *shared.SourceHubplannerPutRequest

func (*PutSourceHubplannerRequest) GetSourceID ¶

func (o *PutSourceHubplannerRequest) GetSourceID() string

type PutSourceHubplannerResponse ¶

type PutSourceHubplannerResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceHubplannerResponse) GetContentType ¶

func (o *PutSourceHubplannerResponse) GetContentType() string

func (*PutSourceHubplannerResponse) GetRawResponse ¶

func (o *PutSourceHubplannerResponse) GetRawResponse() *http.Response

func (*PutSourceHubplannerResponse) GetStatusCode ¶

func (o *PutSourceHubplannerResponse) GetStatusCode() int

type PutSourceHubspotRequest ¶

type PutSourceHubspotRequest struct {
	SourceHubspotPutRequest *shared.SourceHubspotPutRequest `request:"mediaType=application/json"`
	SourceID                string                          `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceHubspotRequest) GetSourceHubspotPutRequest ¶

func (o *PutSourceHubspotRequest) GetSourceHubspotPutRequest() *shared.SourceHubspotPutRequest

func (*PutSourceHubspotRequest) GetSourceID ¶

func (o *PutSourceHubspotRequest) GetSourceID() string

type PutSourceHubspotResponse ¶

type PutSourceHubspotResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceHubspotResponse) GetContentType ¶

func (o *PutSourceHubspotResponse) GetContentType() string

func (*PutSourceHubspotResponse) GetRawResponse ¶

func (o *PutSourceHubspotResponse) GetRawResponse() *http.Response

func (*PutSourceHubspotResponse) GetStatusCode ¶

func (o *PutSourceHubspotResponse) GetStatusCode() int

type PutSourceInsightlyRequest ¶

type PutSourceInsightlyRequest struct {
	SourceInsightlyPutRequest *shared.SourceInsightlyPutRequest `request:"mediaType=application/json"`
	SourceID                  string                            `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceInsightlyRequest) GetSourceID ¶

func (o *PutSourceInsightlyRequest) GetSourceID() string

func (*PutSourceInsightlyRequest) GetSourceInsightlyPutRequest ¶

func (o *PutSourceInsightlyRequest) GetSourceInsightlyPutRequest() *shared.SourceInsightlyPutRequest

type PutSourceInsightlyResponse ¶

type PutSourceInsightlyResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceInsightlyResponse) GetContentType ¶

func (o *PutSourceInsightlyResponse) GetContentType() string

func (*PutSourceInsightlyResponse) GetRawResponse ¶

func (o *PutSourceInsightlyResponse) GetRawResponse() *http.Response

func (*PutSourceInsightlyResponse) GetStatusCode ¶

func (o *PutSourceInsightlyResponse) GetStatusCode() int

type PutSourceInstagramRequest ¶

type PutSourceInstagramRequest struct {
	SourceInstagramPutRequest *shared.SourceInstagramPutRequest `request:"mediaType=application/json"`
	SourceID                  string                            `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceInstagramRequest) GetSourceID ¶

func (o *PutSourceInstagramRequest) GetSourceID() string

func (*PutSourceInstagramRequest) GetSourceInstagramPutRequest ¶

func (o *PutSourceInstagramRequest) GetSourceInstagramPutRequest() *shared.SourceInstagramPutRequest

type PutSourceInstagramResponse ¶

type PutSourceInstagramResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceInstagramResponse) GetContentType ¶

func (o *PutSourceInstagramResponse) GetContentType() string

func (*PutSourceInstagramResponse) GetRawResponse ¶

func (o *PutSourceInstagramResponse) GetRawResponse() *http.Response

func (*PutSourceInstagramResponse) GetStatusCode ¶

func (o *PutSourceInstagramResponse) GetStatusCode() int

type PutSourceInstatusRequest ¶

type PutSourceInstatusRequest struct {
	SourceInstatusPutRequest *shared.SourceInstatusPutRequest `request:"mediaType=application/json"`
	SourceID                 string                           `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceInstatusRequest) GetSourceID ¶

func (o *PutSourceInstatusRequest) GetSourceID() string

func (*PutSourceInstatusRequest) GetSourceInstatusPutRequest ¶

func (o *PutSourceInstatusRequest) GetSourceInstatusPutRequest() *shared.SourceInstatusPutRequest

type PutSourceInstatusResponse ¶

type PutSourceInstatusResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceInstatusResponse) GetContentType ¶

func (o *PutSourceInstatusResponse) GetContentType() string

func (*PutSourceInstatusResponse) GetRawResponse ¶

func (o *PutSourceInstatusResponse) GetRawResponse() *http.Response

func (*PutSourceInstatusResponse) GetStatusCode ¶

func (o *PutSourceInstatusResponse) GetStatusCode() int

type PutSourceIntercomRequest ¶

type PutSourceIntercomRequest struct {
	SourceIntercomPutRequest *shared.SourceIntercomPutRequest `request:"mediaType=application/json"`
	SourceID                 string                           `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceIntercomRequest) GetSourceID ¶

func (o *PutSourceIntercomRequest) GetSourceID() string

func (*PutSourceIntercomRequest) GetSourceIntercomPutRequest ¶

func (o *PutSourceIntercomRequest) GetSourceIntercomPutRequest() *shared.SourceIntercomPutRequest

type PutSourceIntercomResponse ¶

type PutSourceIntercomResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceIntercomResponse) GetContentType ¶

func (o *PutSourceIntercomResponse) GetContentType() string

func (*PutSourceIntercomResponse) GetRawResponse ¶

func (o *PutSourceIntercomResponse) GetRawResponse() *http.Response

func (*PutSourceIntercomResponse) GetStatusCode ¶

func (o *PutSourceIntercomResponse) GetStatusCode() int

type PutSourceIp2whoisRequest ¶

type PutSourceIp2whoisRequest struct {
	SourceIp2whoisPutRequest *shared.SourceIp2whoisPutRequest `request:"mediaType=application/json"`
	SourceID                 string                           `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceIp2whoisRequest) GetSourceID ¶

func (o *PutSourceIp2whoisRequest) GetSourceID() string

func (*PutSourceIp2whoisRequest) GetSourceIp2whoisPutRequest ¶

func (o *PutSourceIp2whoisRequest) GetSourceIp2whoisPutRequest() *shared.SourceIp2whoisPutRequest

type PutSourceIp2whoisResponse ¶

type PutSourceIp2whoisResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceIp2whoisResponse) GetContentType ¶

func (o *PutSourceIp2whoisResponse) GetContentType() string

func (*PutSourceIp2whoisResponse) GetRawResponse ¶

func (o *PutSourceIp2whoisResponse) GetRawResponse() *http.Response

func (*PutSourceIp2whoisResponse) GetStatusCode ¶

func (o *PutSourceIp2whoisResponse) GetStatusCode() int

type PutSourceIterableRequest ¶

type PutSourceIterableRequest struct {
	SourceIterablePutRequest *shared.SourceIterablePutRequest `request:"mediaType=application/json"`
	SourceID                 string                           `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceIterableRequest) GetSourceID ¶

func (o *PutSourceIterableRequest) GetSourceID() string

func (*PutSourceIterableRequest) GetSourceIterablePutRequest ¶

func (o *PutSourceIterableRequest) GetSourceIterablePutRequest() *shared.SourceIterablePutRequest

type PutSourceIterableResponse ¶

type PutSourceIterableResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceIterableResponse) GetContentType ¶

func (o *PutSourceIterableResponse) GetContentType() string

func (*PutSourceIterableResponse) GetRawResponse ¶

func (o *PutSourceIterableResponse) GetRawResponse() *http.Response

func (*PutSourceIterableResponse) GetStatusCode ¶

func (o *PutSourceIterableResponse) GetStatusCode() int

type PutSourceJiraRequest ¶

type PutSourceJiraRequest struct {
	SourceJiraPutRequest *shared.SourceJiraPutRequest `request:"mediaType=application/json"`
	SourceID             string                       `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceJiraRequest) GetSourceID ¶

func (o *PutSourceJiraRequest) GetSourceID() string

func (*PutSourceJiraRequest) GetSourceJiraPutRequest ¶

func (o *PutSourceJiraRequest) GetSourceJiraPutRequest() *shared.SourceJiraPutRequest

type PutSourceJiraResponse ¶

type PutSourceJiraResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceJiraResponse) GetContentType ¶

func (o *PutSourceJiraResponse) GetContentType() string

func (*PutSourceJiraResponse) GetRawResponse ¶

func (o *PutSourceJiraResponse) GetRawResponse() *http.Response

func (*PutSourceJiraResponse) GetStatusCode ¶

func (o *PutSourceJiraResponse) GetStatusCode() int

type PutSourceK6CloudRequest ¶

type PutSourceK6CloudRequest struct {
	SourceK6CloudPutRequest *shared.SourceK6CloudPutRequest `request:"mediaType=application/json"`
	SourceID                string                          `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceK6CloudRequest) GetSourceID ¶

func (o *PutSourceK6CloudRequest) GetSourceID() string

func (*PutSourceK6CloudRequest) GetSourceK6CloudPutRequest ¶

func (o *PutSourceK6CloudRequest) GetSourceK6CloudPutRequest() *shared.SourceK6CloudPutRequest

type PutSourceK6CloudResponse ¶

type PutSourceK6CloudResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceK6CloudResponse) GetContentType ¶

func (o *PutSourceK6CloudResponse) GetContentType() string

func (*PutSourceK6CloudResponse) GetRawResponse ¶

func (o *PutSourceK6CloudResponse) GetRawResponse() *http.Response

func (*PutSourceK6CloudResponse) GetStatusCode ¶

func (o *PutSourceK6CloudResponse) GetStatusCode() int

type PutSourceKlarnaRequest ¶

type PutSourceKlarnaRequest struct {
	SourceKlarnaPutRequest *shared.SourceKlarnaPutRequest `request:"mediaType=application/json"`
	SourceID               string                         `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceKlarnaRequest) GetSourceID ¶

func (o *PutSourceKlarnaRequest) GetSourceID() string

func (*PutSourceKlarnaRequest) GetSourceKlarnaPutRequest ¶

func (o *PutSourceKlarnaRequest) GetSourceKlarnaPutRequest() *shared.SourceKlarnaPutRequest

type PutSourceKlarnaResponse ¶

type PutSourceKlarnaResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceKlarnaResponse) GetContentType ¶

func (o *PutSourceKlarnaResponse) GetContentType() string

func (*PutSourceKlarnaResponse) GetRawResponse ¶

func (o *PutSourceKlarnaResponse) GetRawResponse() *http.Response

func (*PutSourceKlarnaResponse) GetStatusCode ¶

func (o *PutSourceKlarnaResponse) GetStatusCode() int

type PutSourceKlaviyoRequest ¶

type PutSourceKlaviyoRequest struct {
	SourceKlaviyoPutRequest *shared.SourceKlaviyoPutRequest `request:"mediaType=application/json"`
	SourceID                string                          `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceKlaviyoRequest) GetSourceID ¶

func (o *PutSourceKlaviyoRequest) GetSourceID() string

func (*PutSourceKlaviyoRequest) GetSourceKlaviyoPutRequest ¶

func (o *PutSourceKlaviyoRequest) GetSourceKlaviyoPutRequest() *shared.SourceKlaviyoPutRequest

type PutSourceKlaviyoResponse ¶

type PutSourceKlaviyoResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceKlaviyoResponse) GetContentType ¶

func (o *PutSourceKlaviyoResponse) GetContentType() string

func (*PutSourceKlaviyoResponse) GetRawResponse ¶

func (o *PutSourceKlaviyoResponse) GetRawResponse() *http.Response

func (*PutSourceKlaviyoResponse) GetStatusCode ¶

func (o *PutSourceKlaviyoResponse) GetStatusCode() int

type PutSourceKyveRequest ¶

type PutSourceKyveRequest struct {
	SourceKyvePutRequest *shared.SourceKyvePutRequest `request:"mediaType=application/json"`
	SourceID             string                       `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceKyveRequest) GetSourceID ¶

func (o *PutSourceKyveRequest) GetSourceID() string

func (*PutSourceKyveRequest) GetSourceKyvePutRequest ¶

func (o *PutSourceKyveRequest) GetSourceKyvePutRequest() *shared.SourceKyvePutRequest

type PutSourceKyveResponse ¶

type PutSourceKyveResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceKyveResponse) GetContentType ¶

func (o *PutSourceKyveResponse) GetContentType() string

func (*PutSourceKyveResponse) GetRawResponse ¶

func (o *PutSourceKyveResponse) GetRawResponse() *http.Response

func (*PutSourceKyveResponse) GetStatusCode ¶

func (o *PutSourceKyveResponse) GetStatusCode() int

type PutSourceLaunchdarklyRequest ¶

type PutSourceLaunchdarklyRequest struct {
	SourceLaunchdarklyPutRequest *shared.SourceLaunchdarklyPutRequest `request:"mediaType=application/json"`
	SourceID                     string                               `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceLaunchdarklyRequest) GetSourceID ¶

func (o *PutSourceLaunchdarklyRequest) GetSourceID() string

func (*PutSourceLaunchdarklyRequest) GetSourceLaunchdarklyPutRequest ¶

func (o *PutSourceLaunchdarklyRequest) GetSourceLaunchdarklyPutRequest() *shared.SourceLaunchdarklyPutRequest

type PutSourceLaunchdarklyResponse ¶

type PutSourceLaunchdarklyResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceLaunchdarklyResponse) GetContentType ¶

func (o *PutSourceLaunchdarklyResponse) GetContentType() string

func (*PutSourceLaunchdarklyResponse) GetRawResponse ¶

func (o *PutSourceLaunchdarklyResponse) GetRawResponse() *http.Response

func (*PutSourceLaunchdarklyResponse) GetStatusCode ¶

func (o *PutSourceLaunchdarklyResponse) GetStatusCode() int

type PutSourceLemlistRequest ¶

type PutSourceLemlistRequest struct {
	SourceLemlistPutRequest *shared.SourceLemlistPutRequest `request:"mediaType=application/json"`
	SourceID                string                          `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceLemlistRequest) GetSourceID ¶

func (o *PutSourceLemlistRequest) GetSourceID() string

func (*PutSourceLemlistRequest) GetSourceLemlistPutRequest ¶

func (o *PutSourceLemlistRequest) GetSourceLemlistPutRequest() *shared.SourceLemlistPutRequest

type PutSourceLemlistResponse ¶

type PutSourceLemlistResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceLemlistResponse) GetContentType ¶

func (o *PutSourceLemlistResponse) GetContentType() string

func (*PutSourceLemlistResponse) GetRawResponse ¶

func (o *PutSourceLemlistResponse) GetRawResponse() *http.Response

func (*PutSourceLemlistResponse) GetStatusCode ¶

func (o *PutSourceLemlistResponse) GetStatusCode() int

type PutSourceLeverHiringRequest ¶

type PutSourceLeverHiringRequest struct {
	SourceLeverHiringPutRequest *shared.SourceLeverHiringPutRequest `request:"mediaType=application/json"`
	SourceID                    string                              `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceLeverHiringRequest) GetSourceID ¶

func (o *PutSourceLeverHiringRequest) GetSourceID() string

func (*PutSourceLeverHiringRequest) GetSourceLeverHiringPutRequest ¶

func (o *PutSourceLeverHiringRequest) GetSourceLeverHiringPutRequest() *shared.SourceLeverHiringPutRequest

type PutSourceLeverHiringResponse ¶

type PutSourceLeverHiringResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceLeverHiringResponse) GetContentType ¶

func (o *PutSourceLeverHiringResponse) GetContentType() string

func (*PutSourceLeverHiringResponse) GetRawResponse ¶

func (o *PutSourceLeverHiringResponse) GetRawResponse() *http.Response

func (*PutSourceLeverHiringResponse) GetStatusCode ¶

func (o *PutSourceLeverHiringResponse) GetStatusCode() int

type PutSourceLinkedinAdsRequest ¶

type PutSourceLinkedinAdsRequest struct {
	SourceLinkedinAdsPutRequest *shared.SourceLinkedinAdsPutRequest `request:"mediaType=application/json"`
	SourceID                    string                              `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceLinkedinAdsRequest) GetSourceID ¶

func (o *PutSourceLinkedinAdsRequest) GetSourceID() string

func (*PutSourceLinkedinAdsRequest) GetSourceLinkedinAdsPutRequest ¶

func (o *PutSourceLinkedinAdsRequest) GetSourceLinkedinAdsPutRequest() *shared.SourceLinkedinAdsPutRequest

type PutSourceLinkedinAdsResponse ¶

type PutSourceLinkedinAdsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceLinkedinAdsResponse) GetContentType ¶

func (o *PutSourceLinkedinAdsResponse) GetContentType() string

func (*PutSourceLinkedinAdsResponse) GetRawResponse ¶

func (o *PutSourceLinkedinAdsResponse) GetRawResponse() *http.Response

func (*PutSourceLinkedinAdsResponse) GetStatusCode ¶

func (o *PutSourceLinkedinAdsResponse) GetStatusCode() int

type PutSourceLinkedinPagesRequest ¶

type PutSourceLinkedinPagesRequest struct {
	SourceLinkedinPagesPutRequest *shared.SourceLinkedinPagesPutRequest `request:"mediaType=application/json"`
	SourceID                      string                                `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceLinkedinPagesRequest) GetSourceID ¶

func (o *PutSourceLinkedinPagesRequest) GetSourceID() string

func (*PutSourceLinkedinPagesRequest) GetSourceLinkedinPagesPutRequest ¶

func (o *PutSourceLinkedinPagesRequest) GetSourceLinkedinPagesPutRequest() *shared.SourceLinkedinPagesPutRequest

type PutSourceLinkedinPagesResponse ¶

type PutSourceLinkedinPagesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceLinkedinPagesResponse) GetContentType ¶

func (o *PutSourceLinkedinPagesResponse) GetContentType() string

func (*PutSourceLinkedinPagesResponse) GetRawResponse ¶

func (o *PutSourceLinkedinPagesResponse) GetRawResponse() *http.Response

func (*PutSourceLinkedinPagesResponse) GetStatusCode ¶

func (o *PutSourceLinkedinPagesResponse) GetStatusCode() int

type PutSourceLinnworksRequest ¶

type PutSourceLinnworksRequest struct {
	SourceLinnworksPutRequest *shared.SourceLinnworksPutRequest `request:"mediaType=application/json"`
	SourceID                  string                            `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceLinnworksRequest) GetSourceID ¶

func (o *PutSourceLinnworksRequest) GetSourceID() string

func (*PutSourceLinnworksRequest) GetSourceLinnworksPutRequest ¶

func (o *PutSourceLinnworksRequest) GetSourceLinnworksPutRequest() *shared.SourceLinnworksPutRequest

type PutSourceLinnworksResponse ¶

type PutSourceLinnworksResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceLinnworksResponse) GetContentType ¶

func (o *PutSourceLinnworksResponse) GetContentType() string

func (*PutSourceLinnworksResponse) GetRawResponse ¶

func (o *PutSourceLinnworksResponse) GetRawResponse() *http.Response

func (*PutSourceLinnworksResponse) GetStatusCode ¶

func (o *PutSourceLinnworksResponse) GetStatusCode() int

type PutSourceLokaliseRequest ¶

type PutSourceLokaliseRequest struct {
	SourceLokalisePutRequest *shared.SourceLokalisePutRequest `request:"mediaType=application/json"`
	SourceID                 string                           `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceLokaliseRequest) GetSourceID ¶

func (o *PutSourceLokaliseRequest) GetSourceID() string

func (*PutSourceLokaliseRequest) GetSourceLokalisePutRequest ¶

func (o *PutSourceLokaliseRequest) GetSourceLokalisePutRequest() *shared.SourceLokalisePutRequest

type PutSourceLokaliseResponse ¶

type PutSourceLokaliseResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceLokaliseResponse) GetContentType ¶

func (o *PutSourceLokaliseResponse) GetContentType() string

func (*PutSourceLokaliseResponse) GetRawResponse ¶

func (o *PutSourceLokaliseResponse) GetRawResponse() *http.Response

func (*PutSourceLokaliseResponse) GetStatusCode ¶

func (o *PutSourceLokaliseResponse) GetStatusCode() int

type PutSourceMailchimpRequest ¶

type PutSourceMailchimpRequest struct {
	SourceMailchimpPutRequest *shared.SourceMailchimpPutRequest `request:"mediaType=application/json"`
	SourceID                  string                            `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceMailchimpRequest) GetSourceID ¶

func (o *PutSourceMailchimpRequest) GetSourceID() string

func (*PutSourceMailchimpRequest) GetSourceMailchimpPutRequest ¶

func (o *PutSourceMailchimpRequest) GetSourceMailchimpPutRequest() *shared.SourceMailchimpPutRequest

type PutSourceMailchimpResponse ¶

type PutSourceMailchimpResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceMailchimpResponse) GetContentType ¶

func (o *PutSourceMailchimpResponse) GetContentType() string

func (*PutSourceMailchimpResponse) GetRawResponse ¶

func (o *PutSourceMailchimpResponse) GetRawResponse() *http.Response

func (*PutSourceMailchimpResponse) GetStatusCode ¶

func (o *PutSourceMailchimpResponse) GetStatusCode() int

type PutSourceMailgunRequest ¶

type PutSourceMailgunRequest struct {
	SourceMailgunPutRequest *shared.SourceMailgunPutRequest `request:"mediaType=application/json"`
	SourceID                string                          `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceMailgunRequest) GetSourceID ¶

func (o *PutSourceMailgunRequest) GetSourceID() string

func (*PutSourceMailgunRequest) GetSourceMailgunPutRequest ¶

func (o *PutSourceMailgunRequest) GetSourceMailgunPutRequest() *shared.SourceMailgunPutRequest

type PutSourceMailgunResponse ¶

type PutSourceMailgunResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceMailgunResponse) GetContentType ¶

func (o *PutSourceMailgunResponse) GetContentType() string

func (*PutSourceMailgunResponse) GetRawResponse ¶

func (o *PutSourceMailgunResponse) GetRawResponse() *http.Response

func (*PutSourceMailgunResponse) GetStatusCode ¶

func (o *PutSourceMailgunResponse) GetStatusCode() int

type PutSourceMailjetSmsRequest ¶

type PutSourceMailjetSmsRequest struct {
	SourceMailjetSmsPutRequest *shared.SourceMailjetSmsPutRequest `request:"mediaType=application/json"`
	SourceID                   string                             `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceMailjetSmsRequest) GetSourceID ¶

func (o *PutSourceMailjetSmsRequest) GetSourceID() string

func (*PutSourceMailjetSmsRequest) GetSourceMailjetSmsPutRequest ¶

func (o *PutSourceMailjetSmsRequest) GetSourceMailjetSmsPutRequest() *shared.SourceMailjetSmsPutRequest

type PutSourceMailjetSmsResponse ¶

type PutSourceMailjetSmsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceMailjetSmsResponse) GetContentType ¶

func (o *PutSourceMailjetSmsResponse) GetContentType() string

func (*PutSourceMailjetSmsResponse) GetRawResponse ¶

func (o *PutSourceMailjetSmsResponse) GetRawResponse() *http.Response

func (*PutSourceMailjetSmsResponse) GetStatusCode ¶

func (o *PutSourceMailjetSmsResponse) GetStatusCode() int

type PutSourceMarketoRequest ¶

type PutSourceMarketoRequest struct {
	SourceMarketoPutRequest *shared.SourceMarketoPutRequest `request:"mediaType=application/json"`
	SourceID                string                          `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceMarketoRequest) GetSourceID ¶

func (o *PutSourceMarketoRequest) GetSourceID() string

func (*PutSourceMarketoRequest) GetSourceMarketoPutRequest ¶

func (o *PutSourceMarketoRequest) GetSourceMarketoPutRequest() *shared.SourceMarketoPutRequest

type PutSourceMarketoResponse ¶

type PutSourceMarketoResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceMarketoResponse) GetContentType ¶

func (o *PutSourceMarketoResponse) GetContentType() string

func (*PutSourceMarketoResponse) GetRawResponse ¶

func (o *PutSourceMarketoResponse) GetRawResponse() *http.Response

func (*PutSourceMarketoResponse) GetStatusCode ¶

func (o *PutSourceMarketoResponse) GetStatusCode() int

type PutSourceMetabaseRequest ¶

type PutSourceMetabaseRequest struct {
	SourceMetabasePutRequest *shared.SourceMetabasePutRequest `request:"mediaType=application/json"`
	SourceID                 string                           `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceMetabaseRequest) GetSourceID ¶

func (o *PutSourceMetabaseRequest) GetSourceID() string

func (*PutSourceMetabaseRequest) GetSourceMetabasePutRequest ¶

func (o *PutSourceMetabaseRequest) GetSourceMetabasePutRequest() *shared.SourceMetabasePutRequest

type PutSourceMetabaseResponse ¶

type PutSourceMetabaseResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceMetabaseResponse) GetContentType ¶

func (o *PutSourceMetabaseResponse) GetContentType() string

func (*PutSourceMetabaseResponse) GetRawResponse ¶

func (o *PutSourceMetabaseResponse) GetRawResponse() *http.Response

func (*PutSourceMetabaseResponse) GetStatusCode ¶

func (o *PutSourceMetabaseResponse) GetStatusCode() int

type PutSourceMicrosoftOnedriveRequest ¶

type PutSourceMicrosoftOnedriveRequest struct {
	SourceMicrosoftOnedrivePutRequest *shared.SourceMicrosoftOnedrivePutRequest `request:"mediaType=application/json"`
	SourceID                          string                                    `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceMicrosoftOnedriveRequest) GetSourceID ¶

func (o *PutSourceMicrosoftOnedriveRequest) GetSourceID() string

func (*PutSourceMicrosoftOnedriveRequest) GetSourceMicrosoftOnedrivePutRequest ¶

func (o *PutSourceMicrosoftOnedriveRequest) GetSourceMicrosoftOnedrivePutRequest() *shared.SourceMicrosoftOnedrivePutRequest

type PutSourceMicrosoftOnedriveResponse ¶

type PutSourceMicrosoftOnedriveResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceMicrosoftOnedriveResponse) GetContentType ¶

func (o *PutSourceMicrosoftOnedriveResponse) GetContentType() string

func (*PutSourceMicrosoftOnedriveResponse) GetRawResponse ¶

func (o *PutSourceMicrosoftOnedriveResponse) GetRawResponse() *http.Response

func (*PutSourceMicrosoftOnedriveResponse) GetStatusCode ¶

func (o *PutSourceMicrosoftOnedriveResponse) GetStatusCode() int

type PutSourceMicrosoftSharepointRequest ¶

type PutSourceMicrosoftSharepointRequest struct {
	SourceMicrosoftSharepointPutRequest *shared.SourceMicrosoftSharepointPutRequest `request:"mediaType=application/json"`
	SourceID                            string                                      `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceMicrosoftSharepointRequest) GetSourceID ¶

func (*PutSourceMicrosoftSharepointRequest) GetSourceMicrosoftSharepointPutRequest ¶

func (o *PutSourceMicrosoftSharepointRequest) GetSourceMicrosoftSharepointPutRequest() *shared.SourceMicrosoftSharepointPutRequest

type PutSourceMicrosoftSharepointResponse ¶

type PutSourceMicrosoftSharepointResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceMicrosoftSharepointResponse) GetContentType ¶

func (o *PutSourceMicrosoftSharepointResponse) GetContentType() string

func (*PutSourceMicrosoftSharepointResponse) GetRawResponse ¶

func (o *PutSourceMicrosoftSharepointResponse) GetRawResponse() *http.Response

func (*PutSourceMicrosoftSharepointResponse) GetStatusCode ¶

func (o *PutSourceMicrosoftSharepointResponse) GetStatusCode() int

type PutSourceMicrosoftTeamsRequest ¶

type PutSourceMicrosoftTeamsRequest struct {
	SourceMicrosoftTeamsPutRequest *shared.SourceMicrosoftTeamsPutRequest `request:"mediaType=application/json"`
	SourceID                       string                                 `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceMicrosoftTeamsRequest) GetSourceID ¶

func (o *PutSourceMicrosoftTeamsRequest) GetSourceID() string

func (*PutSourceMicrosoftTeamsRequest) GetSourceMicrosoftTeamsPutRequest ¶

func (o *PutSourceMicrosoftTeamsRequest) GetSourceMicrosoftTeamsPutRequest() *shared.SourceMicrosoftTeamsPutRequest

type PutSourceMicrosoftTeamsResponse ¶

type PutSourceMicrosoftTeamsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceMicrosoftTeamsResponse) GetContentType ¶

func (o *PutSourceMicrosoftTeamsResponse) GetContentType() string

func (*PutSourceMicrosoftTeamsResponse) GetRawResponse ¶

func (o *PutSourceMicrosoftTeamsResponse) GetRawResponse() *http.Response

func (*PutSourceMicrosoftTeamsResponse) GetStatusCode ¶

func (o *PutSourceMicrosoftTeamsResponse) GetStatusCode() int

type PutSourceMixpanelRequest ¶

type PutSourceMixpanelRequest struct {
	SourceMixpanelPutRequest *shared.SourceMixpanelPutRequest `request:"mediaType=application/json"`
	SourceID                 string                           `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceMixpanelRequest) GetSourceID ¶

func (o *PutSourceMixpanelRequest) GetSourceID() string

func (*PutSourceMixpanelRequest) GetSourceMixpanelPutRequest ¶

func (o *PutSourceMixpanelRequest) GetSourceMixpanelPutRequest() *shared.SourceMixpanelPutRequest

type PutSourceMixpanelResponse ¶

type PutSourceMixpanelResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceMixpanelResponse) GetContentType ¶

func (o *PutSourceMixpanelResponse) GetContentType() string

func (*PutSourceMixpanelResponse) GetRawResponse ¶

func (o *PutSourceMixpanelResponse) GetRawResponse() *http.Response

func (*PutSourceMixpanelResponse) GetStatusCode ¶

func (o *PutSourceMixpanelResponse) GetStatusCode() int

type PutSourceMondayRequest ¶

type PutSourceMondayRequest struct {
	SourceMondayPutRequest *shared.SourceMondayPutRequest `request:"mediaType=application/json"`
	SourceID               string                         `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceMondayRequest) GetSourceID ¶

func (o *PutSourceMondayRequest) GetSourceID() string

func (*PutSourceMondayRequest) GetSourceMondayPutRequest ¶

func (o *PutSourceMondayRequest) GetSourceMondayPutRequest() *shared.SourceMondayPutRequest

type PutSourceMondayResponse ¶

type PutSourceMondayResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceMondayResponse) GetContentType ¶

func (o *PutSourceMondayResponse) GetContentType() string

func (*PutSourceMondayResponse) GetRawResponse ¶

func (o *PutSourceMondayResponse) GetRawResponse() *http.Response

func (*PutSourceMondayResponse) GetStatusCode ¶

func (o *PutSourceMondayResponse) GetStatusCode() int

type PutSourceMongodbInternalPocRequest ¶

type PutSourceMongodbInternalPocRequest struct {
	SourceMongodbInternalPocPutRequest *shared.SourceMongodbInternalPocPutRequest `request:"mediaType=application/json"`
	SourceID                           string                                     `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceMongodbInternalPocRequest) GetSourceID ¶

func (o *PutSourceMongodbInternalPocRequest) GetSourceID() string

func (*PutSourceMongodbInternalPocRequest) GetSourceMongodbInternalPocPutRequest ¶

func (o *PutSourceMongodbInternalPocRequest) GetSourceMongodbInternalPocPutRequest() *shared.SourceMongodbInternalPocPutRequest

type PutSourceMongodbInternalPocResponse ¶

type PutSourceMongodbInternalPocResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceMongodbInternalPocResponse) GetContentType ¶

func (o *PutSourceMongodbInternalPocResponse) GetContentType() string

func (*PutSourceMongodbInternalPocResponse) GetRawResponse ¶

func (o *PutSourceMongodbInternalPocResponse) GetRawResponse() *http.Response

func (*PutSourceMongodbInternalPocResponse) GetStatusCode ¶

func (o *PutSourceMongodbInternalPocResponse) GetStatusCode() int

type PutSourceMongodbV2Request ¶

type PutSourceMongodbV2Request struct {
	SourceMongodbV2PutRequest *shared.SourceMongodbV2PutRequest `request:"mediaType=application/json"`
	SourceID                  string                            `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceMongodbV2Request) GetSourceID ¶

func (o *PutSourceMongodbV2Request) GetSourceID() string

func (*PutSourceMongodbV2Request) GetSourceMongodbV2PutRequest ¶

func (o *PutSourceMongodbV2Request) GetSourceMongodbV2PutRequest() *shared.SourceMongodbV2PutRequest

type PutSourceMongodbV2Response ¶

type PutSourceMongodbV2Response struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceMongodbV2Response) GetContentType ¶

func (o *PutSourceMongodbV2Response) GetContentType() string

func (*PutSourceMongodbV2Response) GetRawResponse ¶

func (o *PutSourceMongodbV2Response) GetRawResponse() *http.Response

func (*PutSourceMongodbV2Response) GetStatusCode ¶

func (o *PutSourceMongodbV2Response) GetStatusCode() int

type PutSourceMssqlRequest ¶

type PutSourceMssqlRequest struct {
	SourceMssqlPutRequest *shared.SourceMssqlPutRequest `request:"mediaType=application/json"`
	SourceID              string                        `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceMssqlRequest) GetSourceID ¶

func (o *PutSourceMssqlRequest) GetSourceID() string

func (*PutSourceMssqlRequest) GetSourceMssqlPutRequest ¶

func (o *PutSourceMssqlRequest) GetSourceMssqlPutRequest() *shared.SourceMssqlPutRequest

type PutSourceMssqlResponse ¶

type PutSourceMssqlResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceMssqlResponse) GetContentType ¶

func (o *PutSourceMssqlResponse) GetContentType() string

func (*PutSourceMssqlResponse) GetRawResponse ¶

func (o *PutSourceMssqlResponse) GetRawResponse() *http.Response

func (*PutSourceMssqlResponse) GetStatusCode ¶

func (o *PutSourceMssqlResponse) GetStatusCode() int

type PutSourceMyHoursRequest ¶

type PutSourceMyHoursRequest struct {
	SourceMyHoursPutRequest *shared.SourceMyHoursPutRequest `request:"mediaType=application/json"`
	SourceID                string                          `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceMyHoursRequest) GetSourceID ¶

func (o *PutSourceMyHoursRequest) GetSourceID() string

func (*PutSourceMyHoursRequest) GetSourceMyHoursPutRequest ¶

func (o *PutSourceMyHoursRequest) GetSourceMyHoursPutRequest() *shared.SourceMyHoursPutRequest

type PutSourceMyHoursResponse ¶

type PutSourceMyHoursResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceMyHoursResponse) GetContentType ¶

func (o *PutSourceMyHoursResponse) GetContentType() string

func (*PutSourceMyHoursResponse) GetRawResponse ¶

func (o *PutSourceMyHoursResponse) GetRawResponse() *http.Response

func (*PutSourceMyHoursResponse) GetStatusCode ¶

func (o *PutSourceMyHoursResponse) GetStatusCode() int

type PutSourceMysqlRequest ¶

type PutSourceMysqlRequest struct {
	SourceMysqlPutRequest *shared.SourceMysqlPutRequest `request:"mediaType=application/json"`
	SourceID              string                        `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceMysqlRequest) GetSourceID ¶

func (o *PutSourceMysqlRequest) GetSourceID() string

func (*PutSourceMysqlRequest) GetSourceMysqlPutRequest ¶

func (o *PutSourceMysqlRequest) GetSourceMysqlPutRequest() *shared.SourceMysqlPutRequest

type PutSourceMysqlResponse ¶

type PutSourceMysqlResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceMysqlResponse) GetContentType ¶

func (o *PutSourceMysqlResponse) GetContentType() string

func (*PutSourceMysqlResponse) GetRawResponse ¶

func (o *PutSourceMysqlResponse) GetRawResponse() *http.Response

func (*PutSourceMysqlResponse) GetStatusCode ¶

func (o *PutSourceMysqlResponse) GetStatusCode() int

type PutSourceNetsuiteRequest ¶

type PutSourceNetsuiteRequest struct {
	SourceNetsuitePutRequest *shared.SourceNetsuitePutRequest `request:"mediaType=application/json"`
	SourceID                 string                           `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceNetsuiteRequest) GetSourceID ¶

func (o *PutSourceNetsuiteRequest) GetSourceID() string

func (*PutSourceNetsuiteRequest) GetSourceNetsuitePutRequest ¶

func (o *PutSourceNetsuiteRequest) GetSourceNetsuitePutRequest() *shared.SourceNetsuitePutRequest

type PutSourceNetsuiteResponse ¶

type PutSourceNetsuiteResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceNetsuiteResponse) GetContentType ¶

func (o *PutSourceNetsuiteResponse) GetContentType() string

func (*PutSourceNetsuiteResponse) GetRawResponse ¶

func (o *PutSourceNetsuiteResponse) GetRawResponse() *http.Response

func (*PutSourceNetsuiteResponse) GetStatusCode ¶

func (o *PutSourceNetsuiteResponse) GetStatusCode() int

type PutSourceNotionRequest ¶

type PutSourceNotionRequest struct {
	SourceNotionPutRequest *shared.SourceNotionPutRequest `request:"mediaType=application/json"`
	SourceID               string                         `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceNotionRequest) GetSourceID ¶

func (o *PutSourceNotionRequest) GetSourceID() string

func (*PutSourceNotionRequest) GetSourceNotionPutRequest ¶

func (o *PutSourceNotionRequest) GetSourceNotionPutRequest() *shared.SourceNotionPutRequest

type PutSourceNotionResponse ¶

type PutSourceNotionResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceNotionResponse) GetContentType ¶

func (o *PutSourceNotionResponse) GetContentType() string

func (*PutSourceNotionResponse) GetRawResponse ¶

func (o *PutSourceNotionResponse) GetRawResponse() *http.Response

func (*PutSourceNotionResponse) GetStatusCode ¶

func (o *PutSourceNotionResponse) GetStatusCode() int

type PutSourceNytimesRequest ¶

type PutSourceNytimesRequest struct {
	SourceNytimesPutRequest *shared.SourceNytimesPutRequest `request:"mediaType=application/json"`
	SourceID                string                          `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceNytimesRequest) GetSourceID ¶

func (o *PutSourceNytimesRequest) GetSourceID() string

func (*PutSourceNytimesRequest) GetSourceNytimesPutRequest ¶

func (o *PutSourceNytimesRequest) GetSourceNytimesPutRequest() *shared.SourceNytimesPutRequest

type PutSourceNytimesResponse ¶

type PutSourceNytimesResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceNytimesResponse) GetContentType ¶

func (o *PutSourceNytimesResponse) GetContentType() string

func (*PutSourceNytimesResponse) GetRawResponse ¶

func (o *PutSourceNytimesResponse) GetRawResponse() *http.Response

func (*PutSourceNytimesResponse) GetStatusCode ¶

func (o *PutSourceNytimesResponse) GetStatusCode() int

type PutSourceOktaRequest ¶

type PutSourceOktaRequest struct {
	SourceOktaPutRequest *shared.SourceOktaPutRequest `request:"mediaType=application/json"`
	SourceID             string                       `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceOktaRequest) GetSourceID ¶

func (o *PutSourceOktaRequest) GetSourceID() string

func (*PutSourceOktaRequest) GetSourceOktaPutRequest ¶

func (o *PutSourceOktaRequest) GetSourceOktaPutRequest() *shared.SourceOktaPutRequest

type PutSourceOktaResponse ¶

type PutSourceOktaResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceOktaResponse) GetContentType ¶

func (o *PutSourceOktaResponse) GetContentType() string

func (*PutSourceOktaResponse) GetRawResponse ¶

func (o *PutSourceOktaResponse) GetRawResponse() *http.Response

func (*PutSourceOktaResponse) GetStatusCode ¶

func (o *PutSourceOktaResponse) GetStatusCode() int

type PutSourceOmnisendRequest ¶

type PutSourceOmnisendRequest struct {
	SourceOmnisendPutRequest *shared.SourceOmnisendPutRequest `request:"mediaType=application/json"`
	SourceID                 string                           `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceOmnisendRequest) GetSourceID ¶

func (o *PutSourceOmnisendRequest) GetSourceID() string

func (*PutSourceOmnisendRequest) GetSourceOmnisendPutRequest ¶

func (o *PutSourceOmnisendRequest) GetSourceOmnisendPutRequest() *shared.SourceOmnisendPutRequest

type PutSourceOmnisendResponse ¶

type PutSourceOmnisendResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceOmnisendResponse) GetContentType ¶

func (o *PutSourceOmnisendResponse) GetContentType() string

func (*PutSourceOmnisendResponse) GetRawResponse ¶

func (o *PutSourceOmnisendResponse) GetRawResponse() *http.Response

func (*PutSourceOmnisendResponse) GetStatusCode ¶

func (o *PutSourceOmnisendResponse) GetStatusCode() int

type PutSourceOnesignalRequest ¶

type PutSourceOnesignalRequest struct {
	SourceOnesignalPutRequest *shared.SourceOnesignalPutRequest `request:"mediaType=application/json"`
	SourceID                  string                            `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceOnesignalRequest) GetSourceID ¶

func (o *PutSourceOnesignalRequest) GetSourceID() string

func (*PutSourceOnesignalRequest) GetSourceOnesignalPutRequest ¶

func (o *PutSourceOnesignalRequest) GetSourceOnesignalPutRequest() *shared.SourceOnesignalPutRequest

type PutSourceOnesignalResponse ¶

type PutSourceOnesignalResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceOnesignalResponse) GetContentType ¶

func (o *PutSourceOnesignalResponse) GetContentType() string

func (*PutSourceOnesignalResponse) GetRawResponse ¶

func (o *PutSourceOnesignalResponse) GetRawResponse() *http.Response

func (*PutSourceOnesignalResponse) GetStatusCode ¶

func (o *PutSourceOnesignalResponse) GetStatusCode() int

type PutSourceOracleRequest ¶

type PutSourceOracleRequest struct {
	SourceOraclePutRequest *shared.SourceOraclePutRequest `request:"mediaType=application/json"`
	SourceID               string                         `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceOracleRequest) GetSourceID ¶

func (o *PutSourceOracleRequest) GetSourceID() string

func (*PutSourceOracleRequest) GetSourceOraclePutRequest ¶

func (o *PutSourceOracleRequest) GetSourceOraclePutRequest() *shared.SourceOraclePutRequest

type PutSourceOracleResponse ¶

type PutSourceOracleResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceOracleResponse) GetContentType ¶

func (o *PutSourceOracleResponse) GetContentType() string

func (*PutSourceOracleResponse) GetRawResponse ¶

func (o *PutSourceOracleResponse) GetRawResponse() *http.Response

func (*PutSourceOracleResponse) GetStatusCode ¶

func (o *PutSourceOracleResponse) GetStatusCode() int

type PutSourceOrbRequest ¶

type PutSourceOrbRequest struct {
	SourceOrbPutRequest *shared.SourceOrbPutRequest `request:"mediaType=application/json"`
	SourceID            string                      `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceOrbRequest) GetSourceID ¶

func (o *PutSourceOrbRequest) GetSourceID() string

func (*PutSourceOrbRequest) GetSourceOrbPutRequest ¶

func (o *PutSourceOrbRequest) GetSourceOrbPutRequest() *shared.SourceOrbPutRequest

type PutSourceOrbResponse ¶

type PutSourceOrbResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceOrbResponse) GetContentType ¶

func (o *PutSourceOrbResponse) GetContentType() string

func (*PutSourceOrbResponse) GetRawResponse ¶

func (o *PutSourceOrbResponse) GetRawResponse() *http.Response

func (*PutSourceOrbResponse) GetStatusCode ¶

func (o *PutSourceOrbResponse) GetStatusCode() int

type PutSourceOrbitRequest ¶

type PutSourceOrbitRequest struct {
	SourceOrbitPutRequest *shared.SourceOrbitPutRequest `request:"mediaType=application/json"`
	SourceID              string                        `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceOrbitRequest) GetSourceID ¶

func (o *PutSourceOrbitRequest) GetSourceID() string

func (*PutSourceOrbitRequest) GetSourceOrbitPutRequest ¶

func (o *PutSourceOrbitRequest) GetSourceOrbitPutRequest() *shared.SourceOrbitPutRequest

type PutSourceOrbitResponse ¶

type PutSourceOrbitResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceOrbitResponse) GetContentType ¶

func (o *PutSourceOrbitResponse) GetContentType() string

func (*PutSourceOrbitResponse) GetRawResponse ¶

func (o *PutSourceOrbitResponse) GetRawResponse() *http.Response

func (*PutSourceOrbitResponse) GetStatusCode ¶

func (o *PutSourceOrbitResponse) GetStatusCode() int

type PutSourceOutbrainAmplifyRequest ¶

type PutSourceOutbrainAmplifyRequest struct {
	SourceOutbrainAmplifyPutRequest *shared.SourceOutbrainAmplifyPutRequest `request:"mediaType=application/json"`
	SourceID                        string                                  `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceOutbrainAmplifyRequest) GetSourceID ¶

func (o *PutSourceOutbrainAmplifyRequest) GetSourceID() string

func (*PutSourceOutbrainAmplifyRequest) GetSourceOutbrainAmplifyPutRequest ¶

func (o *PutSourceOutbrainAmplifyRequest) GetSourceOutbrainAmplifyPutRequest() *shared.SourceOutbrainAmplifyPutRequest

type PutSourceOutbrainAmplifyResponse ¶

type PutSourceOutbrainAmplifyResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceOutbrainAmplifyResponse) GetContentType ¶

func (o *PutSourceOutbrainAmplifyResponse) GetContentType() string

func (*PutSourceOutbrainAmplifyResponse) GetRawResponse ¶

func (o *PutSourceOutbrainAmplifyResponse) GetRawResponse() *http.Response

func (*PutSourceOutbrainAmplifyResponse) GetStatusCode ¶

func (o *PutSourceOutbrainAmplifyResponse) GetStatusCode() int

type PutSourceOutreachRequest ¶

type PutSourceOutreachRequest struct {
	SourceOutreachPutRequest *shared.SourceOutreachPutRequest `request:"mediaType=application/json"`
	SourceID                 string                           `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceOutreachRequest) GetSourceID ¶

func (o *PutSourceOutreachRequest) GetSourceID() string

func (*PutSourceOutreachRequest) GetSourceOutreachPutRequest ¶

func (o *PutSourceOutreachRequest) GetSourceOutreachPutRequest() *shared.SourceOutreachPutRequest

type PutSourceOutreachResponse ¶

type PutSourceOutreachResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceOutreachResponse) GetContentType ¶

func (o *PutSourceOutreachResponse) GetContentType() string

func (*PutSourceOutreachResponse) GetRawResponse ¶

func (o *PutSourceOutreachResponse) GetRawResponse() *http.Response

func (*PutSourceOutreachResponse) GetStatusCode ¶

func (o *PutSourceOutreachResponse) GetStatusCode() int

type PutSourcePaypalTransactionRequest ¶

type PutSourcePaypalTransactionRequest struct {
	SourcePaypalTransactionPutRequest *shared.SourcePaypalTransactionPutRequest `request:"mediaType=application/json"`
	SourceID                          string                                    `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourcePaypalTransactionRequest) GetSourceID ¶

func (o *PutSourcePaypalTransactionRequest) GetSourceID() string

func (*PutSourcePaypalTransactionRequest) GetSourcePaypalTransactionPutRequest ¶

func (o *PutSourcePaypalTransactionRequest) GetSourcePaypalTransactionPutRequest() *shared.SourcePaypalTransactionPutRequest

type PutSourcePaypalTransactionResponse ¶

type PutSourcePaypalTransactionResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourcePaypalTransactionResponse) GetContentType ¶

func (o *PutSourcePaypalTransactionResponse) GetContentType() string

func (*PutSourcePaypalTransactionResponse) GetRawResponse ¶

func (o *PutSourcePaypalTransactionResponse) GetRawResponse() *http.Response

func (*PutSourcePaypalTransactionResponse) GetStatusCode ¶

func (o *PutSourcePaypalTransactionResponse) GetStatusCode() int

type PutSourcePaystackRequest ¶

type PutSourcePaystackRequest struct {
	SourcePaystackPutRequest *shared.SourcePaystackPutRequest `request:"mediaType=application/json"`
	SourceID                 string                           `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourcePaystackRequest) GetSourceID ¶

func (o *PutSourcePaystackRequest) GetSourceID() string

func (*PutSourcePaystackRequest) GetSourcePaystackPutRequest ¶

func (o *PutSourcePaystackRequest) GetSourcePaystackPutRequest() *shared.SourcePaystackPutRequest

type PutSourcePaystackResponse ¶

type PutSourcePaystackResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourcePaystackResponse) GetContentType ¶

func (o *PutSourcePaystackResponse) GetContentType() string

func (*PutSourcePaystackResponse) GetRawResponse ¶

func (o *PutSourcePaystackResponse) GetRawResponse() *http.Response

func (*PutSourcePaystackResponse) GetStatusCode ¶

func (o *PutSourcePaystackResponse) GetStatusCode() int

type PutSourcePendoRequest ¶

type PutSourcePendoRequest struct {
	SourcePendoPutRequest *shared.SourcePendoPutRequest `request:"mediaType=application/json"`
	SourceID              string                        `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourcePendoRequest) GetSourceID ¶

func (o *PutSourcePendoRequest) GetSourceID() string

func (*PutSourcePendoRequest) GetSourcePendoPutRequest ¶

func (o *PutSourcePendoRequest) GetSourcePendoPutRequest() *shared.SourcePendoPutRequest

type PutSourcePendoResponse ¶

type PutSourcePendoResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourcePendoResponse) GetContentType ¶

func (o *PutSourcePendoResponse) GetContentType() string

func (*PutSourcePendoResponse) GetRawResponse ¶

func (o *PutSourcePendoResponse) GetRawResponse() *http.Response

func (*PutSourcePendoResponse) GetStatusCode ¶

func (o *PutSourcePendoResponse) GetStatusCode() int

type PutSourcePersistiqRequest ¶

type PutSourcePersistiqRequest struct {
	SourcePersistiqPutRequest *shared.SourcePersistiqPutRequest `request:"mediaType=application/json"`
	SourceID                  string                            `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourcePersistiqRequest) GetSourceID ¶

func (o *PutSourcePersistiqRequest) GetSourceID() string

func (*PutSourcePersistiqRequest) GetSourcePersistiqPutRequest ¶

func (o *PutSourcePersistiqRequest) GetSourcePersistiqPutRequest() *shared.SourcePersistiqPutRequest

type PutSourcePersistiqResponse ¶

type PutSourcePersistiqResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourcePersistiqResponse) GetContentType ¶

func (o *PutSourcePersistiqResponse) GetContentType() string

func (*PutSourcePersistiqResponse) GetRawResponse ¶

func (o *PutSourcePersistiqResponse) GetRawResponse() *http.Response

func (*PutSourcePersistiqResponse) GetStatusCode ¶

func (o *PutSourcePersistiqResponse) GetStatusCode() int

type PutSourcePexelsAPIRequest ¶

type PutSourcePexelsAPIRequest struct {
	SourcePexelsAPIPutRequest *shared.SourcePexelsAPIPutRequest `request:"mediaType=application/json"`
	SourceID                  string                            `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourcePexelsAPIRequest) GetSourceID ¶

func (o *PutSourcePexelsAPIRequest) GetSourceID() string

func (*PutSourcePexelsAPIRequest) GetSourcePexelsAPIPutRequest ¶

func (o *PutSourcePexelsAPIRequest) GetSourcePexelsAPIPutRequest() *shared.SourcePexelsAPIPutRequest

type PutSourcePexelsAPIResponse ¶

type PutSourcePexelsAPIResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourcePexelsAPIResponse) GetContentType ¶

func (o *PutSourcePexelsAPIResponse) GetContentType() string

func (*PutSourcePexelsAPIResponse) GetRawResponse ¶

func (o *PutSourcePexelsAPIResponse) GetRawResponse() *http.Response

func (*PutSourcePexelsAPIResponse) GetStatusCode ¶

func (o *PutSourcePexelsAPIResponse) GetStatusCode() int

type PutSourcePinterestRequest ¶

type PutSourcePinterestRequest struct {
	SourcePinterestPutRequest *shared.SourcePinterestPutRequest `request:"mediaType=application/json"`
	SourceID                  string                            `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourcePinterestRequest) GetSourceID ¶

func (o *PutSourcePinterestRequest) GetSourceID() string

func (*PutSourcePinterestRequest) GetSourcePinterestPutRequest ¶

func (o *PutSourcePinterestRequest) GetSourcePinterestPutRequest() *shared.SourcePinterestPutRequest

type PutSourcePinterestResponse ¶

type PutSourcePinterestResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourcePinterestResponse) GetContentType ¶

func (o *PutSourcePinterestResponse) GetContentType() string

func (*PutSourcePinterestResponse) GetRawResponse ¶

func (o *PutSourcePinterestResponse) GetRawResponse() *http.Response

func (*PutSourcePinterestResponse) GetStatusCode ¶

func (o *PutSourcePinterestResponse) GetStatusCode() int

type PutSourcePipedriveRequest ¶

type PutSourcePipedriveRequest struct {
	SourcePipedrivePutRequest *shared.SourcePipedrivePutRequest `request:"mediaType=application/json"`
	SourceID                  string                            `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourcePipedriveRequest) GetSourceID ¶

func (o *PutSourcePipedriveRequest) GetSourceID() string

func (*PutSourcePipedriveRequest) GetSourcePipedrivePutRequest ¶

func (o *PutSourcePipedriveRequest) GetSourcePipedrivePutRequest() *shared.SourcePipedrivePutRequest

type PutSourcePipedriveResponse ¶

type PutSourcePipedriveResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourcePipedriveResponse) GetContentType ¶

func (o *PutSourcePipedriveResponse) GetContentType() string

func (*PutSourcePipedriveResponse) GetRawResponse ¶

func (o *PutSourcePipedriveResponse) GetRawResponse() *http.Response

func (*PutSourcePipedriveResponse) GetStatusCode ¶

func (o *PutSourcePipedriveResponse) GetStatusCode() int

type PutSourcePocketRequest ¶

type PutSourcePocketRequest struct {
	SourcePocketPutRequest *shared.SourcePocketPutRequest `request:"mediaType=application/json"`
	SourceID               string                         `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourcePocketRequest) GetSourceID ¶

func (o *PutSourcePocketRequest) GetSourceID() string

func (*PutSourcePocketRequest) GetSourcePocketPutRequest ¶

func (o *PutSourcePocketRequest) GetSourcePocketPutRequest() *shared.SourcePocketPutRequest

type PutSourcePocketResponse ¶

type PutSourcePocketResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourcePocketResponse) GetContentType ¶

func (o *PutSourcePocketResponse) GetContentType() string

func (*PutSourcePocketResponse) GetRawResponse ¶

func (o *PutSourcePocketResponse) GetRawResponse() *http.Response

func (*PutSourcePocketResponse) GetStatusCode ¶

func (o *PutSourcePocketResponse) GetStatusCode() int

type PutSourcePokeapiRequest ¶

type PutSourcePokeapiRequest struct {
	SourcePokeapiPutRequest *shared.SourcePokeapiPutRequest `request:"mediaType=application/json"`
	SourceID                string                          `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourcePokeapiRequest) GetSourceID ¶

func (o *PutSourcePokeapiRequest) GetSourceID() string

func (*PutSourcePokeapiRequest) GetSourcePokeapiPutRequest ¶

func (o *PutSourcePokeapiRequest) GetSourcePokeapiPutRequest() *shared.SourcePokeapiPutRequest

type PutSourcePokeapiResponse ¶

type PutSourcePokeapiResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourcePokeapiResponse) GetContentType ¶

func (o *PutSourcePokeapiResponse) GetContentType() string

func (*PutSourcePokeapiResponse) GetRawResponse ¶

func (o *PutSourcePokeapiResponse) GetRawResponse() *http.Response

func (*PutSourcePokeapiResponse) GetStatusCode ¶

func (o *PutSourcePokeapiResponse) GetStatusCode() int

type PutSourcePolygonStockAPIRequest ¶

type PutSourcePolygonStockAPIRequest struct {
	SourcePolygonStockAPIPutRequest *shared.SourcePolygonStockAPIPutRequest `request:"mediaType=application/json"`
	SourceID                        string                                  `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourcePolygonStockAPIRequest) GetSourceID ¶

func (o *PutSourcePolygonStockAPIRequest) GetSourceID() string

func (*PutSourcePolygonStockAPIRequest) GetSourcePolygonStockAPIPutRequest ¶

func (o *PutSourcePolygonStockAPIRequest) GetSourcePolygonStockAPIPutRequest() *shared.SourcePolygonStockAPIPutRequest

type PutSourcePolygonStockAPIResponse ¶

type PutSourcePolygonStockAPIResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourcePolygonStockAPIResponse) GetContentType ¶

func (o *PutSourcePolygonStockAPIResponse) GetContentType() string

func (*PutSourcePolygonStockAPIResponse) GetRawResponse ¶

func (o *PutSourcePolygonStockAPIResponse) GetRawResponse() *http.Response

func (*PutSourcePolygonStockAPIResponse) GetStatusCode ¶

func (o *PutSourcePolygonStockAPIResponse) GetStatusCode() int

type PutSourcePostgresRequest ¶

type PutSourcePostgresRequest struct {
	SourcePostgresPutRequest *shared.SourcePostgresPutRequest `request:"mediaType=application/json"`
	SourceID                 string                           `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourcePostgresRequest) GetSourceID ¶

func (o *PutSourcePostgresRequest) GetSourceID() string

func (*PutSourcePostgresRequest) GetSourcePostgresPutRequest ¶

func (o *PutSourcePostgresRequest) GetSourcePostgresPutRequest() *shared.SourcePostgresPutRequest

type PutSourcePostgresResponse ¶

type PutSourcePostgresResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourcePostgresResponse) GetContentType ¶

func (o *PutSourcePostgresResponse) GetContentType() string

func (*PutSourcePostgresResponse) GetRawResponse ¶

func (o *PutSourcePostgresResponse) GetRawResponse() *http.Response

func (*PutSourcePostgresResponse) GetStatusCode ¶

func (o *PutSourcePostgresResponse) GetStatusCode() int

type PutSourcePosthogRequest ¶

type PutSourcePosthogRequest struct {
	SourcePosthogPutRequest *shared.SourcePosthogPutRequest `request:"mediaType=application/json"`
	SourceID                string                          `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourcePosthogRequest) GetSourceID ¶

func (o *PutSourcePosthogRequest) GetSourceID() string

func (*PutSourcePosthogRequest) GetSourcePosthogPutRequest ¶

func (o *PutSourcePosthogRequest) GetSourcePosthogPutRequest() *shared.SourcePosthogPutRequest

type PutSourcePosthogResponse ¶

type PutSourcePosthogResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourcePosthogResponse) GetContentType ¶

func (o *PutSourcePosthogResponse) GetContentType() string

func (*PutSourcePosthogResponse) GetRawResponse ¶

func (o *PutSourcePosthogResponse) GetRawResponse() *http.Response

func (*PutSourcePosthogResponse) GetStatusCode ¶

func (o *PutSourcePosthogResponse) GetStatusCode() int

type PutSourcePostmarkappRequest ¶

type PutSourcePostmarkappRequest struct {
	SourcePostmarkappPutRequest *shared.SourcePostmarkappPutRequest `request:"mediaType=application/json"`
	SourceID                    string                              `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourcePostmarkappRequest) GetSourceID ¶

func (o *PutSourcePostmarkappRequest) GetSourceID() string

func (*PutSourcePostmarkappRequest) GetSourcePostmarkappPutRequest ¶

func (o *PutSourcePostmarkappRequest) GetSourcePostmarkappPutRequest() *shared.SourcePostmarkappPutRequest

type PutSourcePostmarkappResponse ¶

type PutSourcePostmarkappResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourcePostmarkappResponse) GetContentType ¶

func (o *PutSourcePostmarkappResponse) GetContentType() string

func (*PutSourcePostmarkappResponse) GetRawResponse ¶

func (o *PutSourcePostmarkappResponse) GetRawResponse() *http.Response

func (*PutSourcePostmarkappResponse) GetStatusCode ¶

func (o *PutSourcePostmarkappResponse) GetStatusCode() int

type PutSourcePrestashopRequest ¶

type PutSourcePrestashopRequest struct {
	SourcePrestashopPutRequest *shared.SourcePrestashopPutRequest `request:"mediaType=application/json"`
	SourceID                   string                             `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourcePrestashopRequest) GetSourceID ¶

func (o *PutSourcePrestashopRequest) GetSourceID() string

func (*PutSourcePrestashopRequest) GetSourcePrestashopPutRequest ¶

func (o *PutSourcePrestashopRequest) GetSourcePrestashopPutRequest() *shared.SourcePrestashopPutRequest

type PutSourcePrestashopResponse ¶

type PutSourcePrestashopResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourcePrestashopResponse) GetContentType ¶

func (o *PutSourcePrestashopResponse) GetContentType() string

func (*PutSourcePrestashopResponse) GetRawResponse ¶

func (o *PutSourcePrestashopResponse) GetRawResponse() *http.Response

func (*PutSourcePrestashopResponse) GetStatusCode ¶

func (o *PutSourcePrestashopResponse) GetStatusCode() int

type PutSourcePunkAPIRequest ¶

type PutSourcePunkAPIRequest struct {
	SourcePunkAPIPutRequest *shared.SourcePunkAPIPutRequest `request:"mediaType=application/json"`
	SourceID                string                          `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourcePunkAPIRequest) GetSourceID ¶

func (o *PutSourcePunkAPIRequest) GetSourceID() string

func (*PutSourcePunkAPIRequest) GetSourcePunkAPIPutRequest ¶

func (o *PutSourcePunkAPIRequest) GetSourcePunkAPIPutRequest() *shared.SourcePunkAPIPutRequest

type PutSourcePunkAPIResponse ¶

type PutSourcePunkAPIResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourcePunkAPIResponse) GetContentType ¶

func (o *PutSourcePunkAPIResponse) GetContentType() string

func (*PutSourcePunkAPIResponse) GetRawResponse ¶

func (o *PutSourcePunkAPIResponse) GetRawResponse() *http.Response

func (*PutSourcePunkAPIResponse) GetStatusCode ¶

func (o *PutSourcePunkAPIResponse) GetStatusCode() int

type PutSourcePypiRequest ¶

type PutSourcePypiRequest struct {
	SourcePypiPutRequest *shared.SourcePypiPutRequest `request:"mediaType=application/json"`
	SourceID             string                       `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourcePypiRequest) GetSourceID ¶

func (o *PutSourcePypiRequest) GetSourceID() string

func (*PutSourcePypiRequest) GetSourcePypiPutRequest ¶

func (o *PutSourcePypiRequest) GetSourcePypiPutRequest() *shared.SourcePypiPutRequest

type PutSourcePypiResponse ¶

type PutSourcePypiResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourcePypiResponse) GetContentType ¶

func (o *PutSourcePypiResponse) GetContentType() string

func (*PutSourcePypiResponse) GetRawResponse ¶

func (o *PutSourcePypiResponse) GetRawResponse() *http.Response

func (*PutSourcePypiResponse) GetStatusCode ¶

func (o *PutSourcePypiResponse) GetStatusCode() int

type PutSourceQualarooRequest ¶

type PutSourceQualarooRequest struct {
	SourceQualarooPutRequest *shared.SourceQualarooPutRequest `request:"mediaType=application/json"`
	SourceID                 string                           `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceQualarooRequest) GetSourceID ¶

func (o *PutSourceQualarooRequest) GetSourceID() string

func (*PutSourceQualarooRequest) GetSourceQualarooPutRequest ¶

func (o *PutSourceQualarooRequest) GetSourceQualarooPutRequest() *shared.SourceQualarooPutRequest

type PutSourceQualarooResponse ¶

type PutSourceQualarooResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceQualarooResponse) GetContentType ¶

func (o *PutSourceQualarooResponse) GetContentType() string

func (*PutSourceQualarooResponse) GetRawResponse ¶

func (o *PutSourceQualarooResponse) GetRawResponse() *http.Response

func (*PutSourceQualarooResponse) GetStatusCode ¶

func (o *PutSourceQualarooResponse) GetStatusCode() int

type PutSourceRailzRequest ¶

type PutSourceRailzRequest struct {
	SourceRailzPutRequest *shared.SourceRailzPutRequest `request:"mediaType=application/json"`
	SourceID              string                        `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceRailzRequest) GetSourceID ¶

func (o *PutSourceRailzRequest) GetSourceID() string

func (*PutSourceRailzRequest) GetSourceRailzPutRequest ¶

func (o *PutSourceRailzRequest) GetSourceRailzPutRequest() *shared.SourceRailzPutRequest

type PutSourceRailzResponse ¶

type PutSourceRailzResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceRailzResponse) GetContentType ¶

func (o *PutSourceRailzResponse) GetContentType() string

func (*PutSourceRailzResponse) GetRawResponse ¶

func (o *PutSourceRailzResponse) GetRawResponse() *http.Response

func (*PutSourceRailzResponse) GetStatusCode ¶

func (o *PutSourceRailzResponse) GetStatusCode() int

type PutSourceRechargeRequest ¶

type PutSourceRechargeRequest struct {
	SourceRechargePutRequest *shared.SourceRechargePutRequest `request:"mediaType=application/json"`
	SourceID                 string                           `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceRechargeRequest) GetSourceID ¶

func (o *PutSourceRechargeRequest) GetSourceID() string

func (*PutSourceRechargeRequest) GetSourceRechargePutRequest ¶

func (o *PutSourceRechargeRequest) GetSourceRechargePutRequest() *shared.SourceRechargePutRequest

type PutSourceRechargeResponse ¶

type PutSourceRechargeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceRechargeResponse) GetContentType ¶

func (o *PutSourceRechargeResponse) GetContentType() string

func (*PutSourceRechargeResponse) GetRawResponse ¶

func (o *PutSourceRechargeResponse) GetRawResponse() *http.Response

func (*PutSourceRechargeResponse) GetStatusCode ¶

func (o *PutSourceRechargeResponse) GetStatusCode() int

type PutSourceRecreationRequest ¶

type PutSourceRecreationRequest struct {
	SourceRecreationPutRequest *shared.SourceRecreationPutRequest `request:"mediaType=application/json"`
	SourceID                   string                             `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceRecreationRequest) GetSourceID ¶

func (o *PutSourceRecreationRequest) GetSourceID() string

func (*PutSourceRecreationRequest) GetSourceRecreationPutRequest ¶

func (o *PutSourceRecreationRequest) GetSourceRecreationPutRequest() *shared.SourceRecreationPutRequest

type PutSourceRecreationResponse ¶

type PutSourceRecreationResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceRecreationResponse) GetContentType ¶

func (o *PutSourceRecreationResponse) GetContentType() string

func (*PutSourceRecreationResponse) GetRawResponse ¶

func (o *PutSourceRecreationResponse) GetRawResponse() *http.Response

func (*PutSourceRecreationResponse) GetStatusCode ¶

func (o *PutSourceRecreationResponse) GetStatusCode() int

type PutSourceRecruiteeRequest ¶

type PutSourceRecruiteeRequest struct {
	SourceRecruiteePutRequest *shared.SourceRecruiteePutRequest `request:"mediaType=application/json"`
	SourceID                  string                            `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceRecruiteeRequest) GetSourceID ¶

func (o *PutSourceRecruiteeRequest) GetSourceID() string

func (*PutSourceRecruiteeRequest) GetSourceRecruiteePutRequest ¶

func (o *PutSourceRecruiteeRequest) GetSourceRecruiteePutRequest() *shared.SourceRecruiteePutRequest

type PutSourceRecruiteeResponse ¶

type PutSourceRecruiteeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceRecruiteeResponse) GetContentType ¶

func (o *PutSourceRecruiteeResponse) GetContentType() string

func (*PutSourceRecruiteeResponse) GetRawResponse ¶

func (o *PutSourceRecruiteeResponse) GetRawResponse() *http.Response

func (*PutSourceRecruiteeResponse) GetStatusCode ¶

func (o *PutSourceRecruiteeResponse) GetStatusCode() int

type PutSourceRecurlyRequest ¶

type PutSourceRecurlyRequest struct {
	SourceRecurlyPutRequest *shared.SourceRecurlyPutRequest `request:"mediaType=application/json"`
	SourceID                string                          `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceRecurlyRequest) GetSourceID ¶

func (o *PutSourceRecurlyRequest) GetSourceID() string

func (*PutSourceRecurlyRequest) GetSourceRecurlyPutRequest ¶

func (o *PutSourceRecurlyRequest) GetSourceRecurlyPutRequest() *shared.SourceRecurlyPutRequest

type PutSourceRecurlyResponse ¶

type PutSourceRecurlyResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceRecurlyResponse) GetContentType ¶

func (o *PutSourceRecurlyResponse) GetContentType() string

func (*PutSourceRecurlyResponse) GetRawResponse ¶

func (o *PutSourceRecurlyResponse) GetRawResponse() *http.Response

func (*PutSourceRecurlyResponse) GetStatusCode ¶

func (o *PutSourceRecurlyResponse) GetStatusCode() int

type PutSourceRedshiftRequest ¶

type PutSourceRedshiftRequest struct {
	SourceRedshiftPutRequest *shared.SourceRedshiftPutRequest `request:"mediaType=application/json"`
	SourceID                 string                           `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceRedshiftRequest) GetSourceID ¶

func (o *PutSourceRedshiftRequest) GetSourceID() string

func (*PutSourceRedshiftRequest) GetSourceRedshiftPutRequest ¶

func (o *PutSourceRedshiftRequest) GetSourceRedshiftPutRequest() *shared.SourceRedshiftPutRequest

type PutSourceRedshiftResponse ¶

type PutSourceRedshiftResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceRedshiftResponse) GetContentType ¶

func (o *PutSourceRedshiftResponse) GetContentType() string

func (*PutSourceRedshiftResponse) GetRawResponse ¶

func (o *PutSourceRedshiftResponse) GetRawResponse() *http.Response

func (*PutSourceRedshiftResponse) GetStatusCode ¶

func (o *PutSourceRedshiftResponse) GetStatusCode() int

type PutSourceRequest ¶

type PutSourceRequest struct {
	SourcePutRequest *shared.SourcePutRequest `request:"mediaType=application/json"`
	SourceID         string                   `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceRequest) GetSourceID ¶

func (o *PutSourceRequest) GetSourceID() string

func (*PutSourceRequest) GetSourcePutRequest ¶

func (o *PutSourceRequest) GetSourcePutRequest() *shared.SourcePutRequest

type PutSourceResponse ¶

type PutSourceResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Update a source and fully overwrite it
	SourceResponse *shared.SourceResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceResponse) GetContentType ¶

func (o *PutSourceResponse) GetContentType() string

func (*PutSourceResponse) GetRawResponse ¶

func (o *PutSourceResponse) GetRawResponse() *http.Response

func (*PutSourceResponse) GetSourceResponse ¶

func (o *PutSourceResponse) GetSourceResponse() *shared.SourceResponse

func (*PutSourceResponse) GetStatusCode ¶

func (o *PutSourceResponse) GetStatusCode() int

type PutSourceRetentlyRequest ¶

type PutSourceRetentlyRequest struct {
	SourceRetentlyPutRequest *shared.SourceRetentlyPutRequest `request:"mediaType=application/json"`
	SourceID                 string                           `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceRetentlyRequest) GetSourceID ¶

func (o *PutSourceRetentlyRequest) GetSourceID() string

func (*PutSourceRetentlyRequest) GetSourceRetentlyPutRequest ¶

func (o *PutSourceRetentlyRequest) GetSourceRetentlyPutRequest() *shared.SourceRetentlyPutRequest

type PutSourceRetentlyResponse ¶

type PutSourceRetentlyResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceRetentlyResponse) GetContentType ¶

func (o *PutSourceRetentlyResponse) GetContentType() string

func (*PutSourceRetentlyResponse) GetRawResponse ¶

func (o *PutSourceRetentlyResponse) GetRawResponse() *http.Response

func (*PutSourceRetentlyResponse) GetStatusCode ¶

func (o *PutSourceRetentlyResponse) GetStatusCode() int

type PutSourceRkiCovidRequest ¶

type PutSourceRkiCovidRequest struct {
	SourceRkiCovidPutRequest *shared.SourceRkiCovidPutRequest `request:"mediaType=application/json"`
	SourceID                 string                           `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceRkiCovidRequest) GetSourceID ¶

func (o *PutSourceRkiCovidRequest) GetSourceID() string

func (*PutSourceRkiCovidRequest) GetSourceRkiCovidPutRequest ¶

func (o *PutSourceRkiCovidRequest) GetSourceRkiCovidPutRequest() *shared.SourceRkiCovidPutRequest

type PutSourceRkiCovidResponse ¶

type PutSourceRkiCovidResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceRkiCovidResponse) GetContentType ¶

func (o *PutSourceRkiCovidResponse) GetContentType() string

func (*PutSourceRkiCovidResponse) GetRawResponse ¶

func (o *PutSourceRkiCovidResponse) GetRawResponse() *http.Response

func (*PutSourceRkiCovidResponse) GetStatusCode ¶

func (o *PutSourceRkiCovidResponse) GetStatusCode() int

type PutSourceRssRequest ¶

type PutSourceRssRequest struct {
	SourceRssPutRequest *shared.SourceRssPutRequest `request:"mediaType=application/json"`
	SourceID            string                      `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceRssRequest) GetSourceID ¶

func (o *PutSourceRssRequest) GetSourceID() string

func (*PutSourceRssRequest) GetSourceRssPutRequest ¶

func (o *PutSourceRssRequest) GetSourceRssPutRequest() *shared.SourceRssPutRequest

type PutSourceRssResponse ¶

type PutSourceRssResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceRssResponse) GetContentType ¶

func (o *PutSourceRssResponse) GetContentType() string

func (*PutSourceRssResponse) GetRawResponse ¶

func (o *PutSourceRssResponse) GetRawResponse() *http.Response

func (*PutSourceRssResponse) GetStatusCode ¶

func (o *PutSourceRssResponse) GetStatusCode() int

type PutSourceS3Request ¶

type PutSourceS3Request struct {
	SourceS3PutRequest *shared.SourceS3PutRequest `request:"mediaType=application/json"`
	SourceID           string                     `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceS3Request) GetSourceID ¶

func (o *PutSourceS3Request) GetSourceID() string

func (*PutSourceS3Request) GetSourceS3PutRequest ¶

func (o *PutSourceS3Request) GetSourceS3PutRequest() *shared.SourceS3PutRequest

type PutSourceS3Response ¶

type PutSourceS3Response struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceS3Response) GetContentType ¶

func (o *PutSourceS3Response) GetContentType() string

func (*PutSourceS3Response) GetRawResponse ¶

func (o *PutSourceS3Response) GetRawResponse() *http.Response

func (*PutSourceS3Response) GetStatusCode ¶

func (o *PutSourceS3Response) GetStatusCode() int

type PutSourceSalesforceRequest ¶

type PutSourceSalesforceRequest struct {
	SourceSalesforcePutRequest *shared.SourceSalesforcePutRequest `request:"mediaType=application/json"`
	SourceID                   string                             `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceSalesforceRequest) GetSourceID ¶

func (o *PutSourceSalesforceRequest) GetSourceID() string

func (*PutSourceSalesforceRequest) GetSourceSalesforcePutRequest ¶

func (o *PutSourceSalesforceRequest) GetSourceSalesforcePutRequest() *shared.SourceSalesforcePutRequest

type PutSourceSalesforceResponse ¶

type PutSourceSalesforceResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceSalesforceResponse) GetContentType ¶

func (o *PutSourceSalesforceResponse) GetContentType() string

func (*PutSourceSalesforceResponse) GetRawResponse ¶

func (o *PutSourceSalesforceResponse) GetRawResponse() *http.Response

func (*PutSourceSalesforceResponse) GetStatusCode ¶

func (o *PutSourceSalesforceResponse) GetStatusCode() int

type PutSourceSalesloftRequest ¶

type PutSourceSalesloftRequest struct {
	SourceSalesloftPutRequest *shared.SourceSalesloftPutRequest `request:"mediaType=application/json"`
	SourceID                  string                            `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceSalesloftRequest) GetSourceID ¶

func (o *PutSourceSalesloftRequest) GetSourceID() string

func (*PutSourceSalesloftRequest) GetSourceSalesloftPutRequest ¶

func (o *PutSourceSalesloftRequest) GetSourceSalesloftPutRequest() *shared.SourceSalesloftPutRequest

type PutSourceSalesloftResponse ¶

type PutSourceSalesloftResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceSalesloftResponse) GetContentType ¶

func (o *PutSourceSalesloftResponse) GetContentType() string

func (*PutSourceSalesloftResponse) GetRawResponse ¶

func (o *PutSourceSalesloftResponse) GetRawResponse() *http.Response

func (*PutSourceSalesloftResponse) GetStatusCode ¶

func (o *PutSourceSalesloftResponse) GetStatusCode() int

type PutSourceSapFieldglassRequest ¶

type PutSourceSapFieldglassRequest struct {
	SourceSapFieldglassPutRequest *shared.SourceSapFieldglassPutRequest `request:"mediaType=application/json"`
	SourceID                      string                                `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceSapFieldglassRequest) GetSourceID ¶

func (o *PutSourceSapFieldglassRequest) GetSourceID() string

func (*PutSourceSapFieldglassRequest) GetSourceSapFieldglassPutRequest ¶

func (o *PutSourceSapFieldglassRequest) GetSourceSapFieldglassPutRequest() *shared.SourceSapFieldglassPutRequest

type PutSourceSapFieldglassResponse ¶

type PutSourceSapFieldglassResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceSapFieldglassResponse) GetContentType ¶

func (o *PutSourceSapFieldglassResponse) GetContentType() string

func (*PutSourceSapFieldglassResponse) GetRawResponse ¶

func (o *PutSourceSapFieldglassResponse) GetRawResponse() *http.Response

func (*PutSourceSapFieldglassResponse) GetStatusCode ¶

func (o *PutSourceSapFieldglassResponse) GetStatusCode() int

type PutSourceSecodaRequest ¶

type PutSourceSecodaRequest struct {
	SourceSecodaPutRequest *shared.SourceSecodaPutRequest `request:"mediaType=application/json"`
	SourceID               string                         `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceSecodaRequest) GetSourceID ¶

func (o *PutSourceSecodaRequest) GetSourceID() string

func (*PutSourceSecodaRequest) GetSourceSecodaPutRequest ¶

func (o *PutSourceSecodaRequest) GetSourceSecodaPutRequest() *shared.SourceSecodaPutRequest

type PutSourceSecodaResponse ¶

type PutSourceSecodaResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceSecodaResponse) GetContentType ¶

func (o *PutSourceSecodaResponse) GetContentType() string

func (*PutSourceSecodaResponse) GetRawResponse ¶

func (o *PutSourceSecodaResponse) GetRawResponse() *http.Response

func (*PutSourceSecodaResponse) GetStatusCode ¶

func (o *PutSourceSecodaResponse) GetStatusCode() int

type PutSourceSendgridRequest ¶

type PutSourceSendgridRequest struct {
	SourceSendgridPutRequest *shared.SourceSendgridPutRequest `request:"mediaType=application/json"`
	SourceID                 string                           `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceSendgridRequest) GetSourceID ¶

func (o *PutSourceSendgridRequest) GetSourceID() string

func (*PutSourceSendgridRequest) GetSourceSendgridPutRequest ¶

func (o *PutSourceSendgridRequest) GetSourceSendgridPutRequest() *shared.SourceSendgridPutRequest

type PutSourceSendgridResponse ¶

type PutSourceSendgridResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceSendgridResponse) GetContentType ¶

func (o *PutSourceSendgridResponse) GetContentType() string

func (*PutSourceSendgridResponse) GetRawResponse ¶

func (o *PutSourceSendgridResponse) GetRawResponse() *http.Response

func (*PutSourceSendgridResponse) GetStatusCode ¶

func (o *PutSourceSendgridResponse) GetStatusCode() int

type PutSourceSendinblueRequest ¶

type PutSourceSendinblueRequest struct {
	SourceSendinbluePutRequest *shared.SourceSendinbluePutRequest `request:"mediaType=application/json"`
	SourceID                   string                             `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceSendinblueRequest) GetSourceID ¶

func (o *PutSourceSendinblueRequest) GetSourceID() string

func (*PutSourceSendinblueRequest) GetSourceSendinbluePutRequest ¶

func (o *PutSourceSendinblueRequest) GetSourceSendinbluePutRequest() *shared.SourceSendinbluePutRequest

type PutSourceSendinblueResponse ¶

type PutSourceSendinblueResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceSendinblueResponse) GetContentType ¶

func (o *PutSourceSendinblueResponse) GetContentType() string

func (*PutSourceSendinblueResponse) GetRawResponse ¶

func (o *PutSourceSendinblueResponse) GetRawResponse() *http.Response

func (*PutSourceSendinblueResponse) GetStatusCode ¶

func (o *PutSourceSendinblueResponse) GetStatusCode() int

type PutSourceSenseforceRequest ¶

type PutSourceSenseforceRequest struct {
	SourceSenseforcePutRequest *shared.SourceSenseforcePutRequest `request:"mediaType=application/json"`
	SourceID                   string                             `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceSenseforceRequest) GetSourceID ¶

func (o *PutSourceSenseforceRequest) GetSourceID() string

func (*PutSourceSenseforceRequest) GetSourceSenseforcePutRequest ¶

func (o *PutSourceSenseforceRequest) GetSourceSenseforcePutRequest() *shared.SourceSenseforcePutRequest

type PutSourceSenseforceResponse ¶

type PutSourceSenseforceResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceSenseforceResponse) GetContentType ¶

func (o *PutSourceSenseforceResponse) GetContentType() string

func (*PutSourceSenseforceResponse) GetRawResponse ¶

func (o *PutSourceSenseforceResponse) GetRawResponse() *http.Response

func (*PutSourceSenseforceResponse) GetStatusCode ¶

func (o *PutSourceSenseforceResponse) GetStatusCode() int

type PutSourceSentryRequest ¶

type PutSourceSentryRequest struct {
	SourceSentryPutRequest *shared.SourceSentryPutRequest `request:"mediaType=application/json"`
	SourceID               string                         `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceSentryRequest) GetSourceID ¶

func (o *PutSourceSentryRequest) GetSourceID() string

func (*PutSourceSentryRequest) GetSourceSentryPutRequest ¶

func (o *PutSourceSentryRequest) GetSourceSentryPutRequest() *shared.SourceSentryPutRequest

type PutSourceSentryResponse ¶

type PutSourceSentryResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceSentryResponse) GetContentType ¶

func (o *PutSourceSentryResponse) GetContentType() string

func (*PutSourceSentryResponse) GetRawResponse ¶

func (o *PutSourceSentryResponse) GetRawResponse() *http.Response

func (*PutSourceSentryResponse) GetStatusCode ¶

func (o *PutSourceSentryResponse) GetStatusCode() int

type PutSourceSftpBulkRequest ¶

type PutSourceSftpBulkRequest struct {
	SourceSftpBulkPutRequest *shared.SourceSftpBulkPutRequest `request:"mediaType=application/json"`
	SourceID                 string                           `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceSftpBulkRequest) GetSourceID ¶

func (o *PutSourceSftpBulkRequest) GetSourceID() string

func (*PutSourceSftpBulkRequest) GetSourceSftpBulkPutRequest ¶

func (o *PutSourceSftpBulkRequest) GetSourceSftpBulkPutRequest() *shared.SourceSftpBulkPutRequest

type PutSourceSftpBulkResponse ¶

type PutSourceSftpBulkResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceSftpBulkResponse) GetContentType ¶

func (o *PutSourceSftpBulkResponse) GetContentType() string

func (*PutSourceSftpBulkResponse) GetRawResponse ¶

func (o *PutSourceSftpBulkResponse) GetRawResponse() *http.Response

func (*PutSourceSftpBulkResponse) GetStatusCode ¶

func (o *PutSourceSftpBulkResponse) GetStatusCode() int

type PutSourceSftpRequest ¶

type PutSourceSftpRequest struct {
	SourceSftpPutRequest *shared.SourceSftpPutRequest `request:"mediaType=application/json"`
	SourceID             string                       `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceSftpRequest) GetSourceID ¶

func (o *PutSourceSftpRequest) GetSourceID() string

func (*PutSourceSftpRequest) GetSourceSftpPutRequest ¶

func (o *PutSourceSftpRequest) GetSourceSftpPutRequest() *shared.SourceSftpPutRequest

type PutSourceSftpResponse ¶

type PutSourceSftpResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceSftpResponse) GetContentType ¶

func (o *PutSourceSftpResponse) GetContentType() string

func (*PutSourceSftpResponse) GetRawResponse ¶

func (o *PutSourceSftpResponse) GetRawResponse() *http.Response

func (*PutSourceSftpResponse) GetStatusCode ¶

func (o *PutSourceSftpResponse) GetStatusCode() int

type PutSourceShopifyRequest ¶

type PutSourceShopifyRequest struct {
	SourceShopifyPutRequest *shared.SourceShopifyPutRequest `request:"mediaType=application/json"`
	SourceID                string                          `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceShopifyRequest) GetSourceID ¶

func (o *PutSourceShopifyRequest) GetSourceID() string

func (*PutSourceShopifyRequest) GetSourceShopifyPutRequest ¶

func (o *PutSourceShopifyRequest) GetSourceShopifyPutRequest() *shared.SourceShopifyPutRequest

type PutSourceShopifyResponse ¶

type PutSourceShopifyResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceShopifyResponse) GetContentType ¶

func (o *PutSourceShopifyResponse) GetContentType() string

func (*PutSourceShopifyResponse) GetRawResponse ¶

func (o *PutSourceShopifyResponse) GetRawResponse() *http.Response

func (*PutSourceShopifyResponse) GetStatusCode ¶

func (o *PutSourceShopifyResponse) GetStatusCode() int

type PutSourceShortioRequest ¶

type PutSourceShortioRequest struct {
	SourceShortioPutRequest *shared.SourceShortioPutRequest `request:"mediaType=application/json"`
	SourceID                string                          `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceShortioRequest) GetSourceID ¶

func (o *PutSourceShortioRequest) GetSourceID() string

func (*PutSourceShortioRequest) GetSourceShortioPutRequest ¶

func (o *PutSourceShortioRequest) GetSourceShortioPutRequest() *shared.SourceShortioPutRequest

type PutSourceShortioResponse ¶

type PutSourceShortioResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceShortioResponse) GetContentType ¶

func (o *PutSourceShortioResponse) GetContentType() string

func (*PutSourceShortioResponse) GetRawResponse ¶

func (o *PutSourceShortioResponse) GetRawResponse() *http.Response

func (*PutSourceShortioResponse) GetStatusCode ¶

func (o *PutSourceShortioResponse) GetStatusCode() int

type PutSourceSlackRequest ¶

type PutSourceSlackRequest struct {
	SourceSlackPutRequest *shared.SourceSlackPutRequest `request:"mediaType=application/json"`
	SourceID              string                        `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceSlackRequest) GetSourceID ¶

func (o *PutSourceSlackRequest) GetSourceID() string

func (*PutSourceSlackRequest) GetSourceSlackPutRequest ¶

func (o *PutSourceSlackRequest) GetSourceSlackPutRequest() *shared.SourceSlackPutRequest

type PutSourceSlackResponse ¶

type PutSourceSlackResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceSlackResponse) GetContentType ¶

func (o *PutSourceSlackResponse) GetContentType() string

func (*PutSourceSlackResponse) GetRawResponse ¶

func (o *PutSourceSlackResponse) GetRawResponse() *http.Response

func (*PutSourceSlackResponse) GetStatusCode ¶

func (o *PutSourceSlackResponse) GetStatusCode() int

type PutSourceSmailyRequest ¶

type PutSourceSmailyRequest struct {
	SourceSmailyPutRequest *shared.SourceSmailyPutRequest `request:"mediaType=application/json"`
	SourceID               string                         `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceSmailyRequest) GetSourceID ¶

func (o *PutSourceSmailyRequest) GetSourceID() string

func (*PutSourceSmailyRequest) GetSourceSmailyPutRequest ¶

func (o *PutSourceSmailyRequest) GetSourceSmailyPutRequest() *shared.SourceSmailyPutRequest

type PutSourceSmailyResponse ¶

type PutSourceSmailyResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceSmailyResponse) GetContentType ¶

func (o *PutSourceSmailyResponse) GetContentType() string

func (*PutSourceSmailyResponse) GetRawResponse ¶

func (o *PutSourceSmailyResponse) GetRawResponse() *http.Response

func (*PutSourceSmailyResponse) GetStatusCode ¶

func (o *PutSourceSmailyResponse) GetStatusCode() int

type PutSourceSmartengageRequest ¶

type PutSourceSmartengageRequest struct {
	SourceSmartengagePutRequest *shared.SourceSmartengagePutRequest `request:"mediaType=application/json"`
	SourceID                    string                              `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceSmartengageRequest) GetSourceID ¶

func (o *PutSourceSmartengageRequest) GetSourceID() string

func (*PutSourceSmartengageRequest) GetSourceSmartengagePutRequest ¶

func (o *PutSourceSmartengageRequest) GetSourceSmartengagePutRequest() *shared.SourceSmartengagePutRequest

type PutSourceSmartengageResponse ¶

type PutSourceSmartengageResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceSmartengageResponse) GetContentType ¶

func (o *PutSourceSmartengageResponse) GetContentType() string

func (*PutSourceSmartengageResponse) GetRawResponse ¶

func (o *PutSourceSmartengageResponse) GetRawResponse() *http.Response

func (*PutSourceSmartengageResponse) GetStatusCode ¶

func (o *PutSourceSmartengageResponse) GetStatusCode() int

type PutSourceSmartsheetsRequest ¶

type PutSourceSmartsheetsRequest struct {
	SourceSmartsheetsPutRequest *shared.SourceSmartsheetsPutRequest `request:"mediaType=application/json"`
	SourceID                    string                              `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceSmartsheetsRequest) GetSourceID ¶

func (o *PutSourceSmartsheetsRequest) GetSourceID() string

func (*PutSourceSmartsheetsRequest) GetSourceSmartsheetsPutRequest ¶

func (o *PutSourceSmartsheetsRequest) GetSourceSmartsheetsPutRequest() *shared.SourceSmartsheetsPutRequest

type PutSourceSmartsheetsResponse ¶

type PutSourceSmartsheetsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceSmartsheetsResponse) GetContentType ¶

func (o *PutSourceSmartsheetsResponse) GetContentType() string

func (*PutSourceSmartsheetsResponse) GetRawResponse ¶

func (o *PutSourceSmartsheetsResponse) GetRawResponse() *http.Response

func (*PutSourceSmartsheetsResponse) GetStatusCode ¶

func (o *PutSourceSmartsheetsResponse) GetStatusCode() int

type PutSourceSnapchatMarketingRequest ¶

type PutSourceSnapchatMarketingRequest struct {
	SourceSnapchatMarketingPutRequest *shared.SourceSnapchatMarketingPutRequest `request:"mediaType=application/json"`
	SourceID                          string                                    `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceSnapchatMarketingRequest) GetSourceID ¶

func (o *PutSourceSnapchatMarketingRequest) GetSourceID() string

func (*PutSourceSnapchatMarketingRequest) GetSourceSnapchatMarketingPutRequest ¶

func (o *PutSourceSnapchatMarketingRequest) GetSourceSnapchatMarketingPutRequest() *shared.SourceSnapchatMarketingPutRequest

type PutSourceSnapchatMarketingResponse ¶

type PutSourceSnapchatMarketingResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceSnapchatMarketingResponse) GetContentType ¶

func (o *PutSourceSnapchatMarketingResponse) GetContentType() string

func (*PutSourceSnapchatMarketingResponse) GetRawResponse ¶

func (o *PutSourceSnapchatMarketingResponse) GetRawResponse() *http.Response

func (*PutSourceSnapchatMarketingResponse) GetStatusCode ¶

func (o *PutSourceSnapchatMarketingResponse) GetStatusCode() int

type PutSourceSnowflakeRequest ¶

type PutSourceSnowflakeRequest struct {
	SourceSnowflakePutRequest *shared.SourceSnowflakePutRequest `request:"mediaType=application/json"`
	SourceID                  string                            `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceSnowflakeRequest) GetSourceID ¶

func (o *PutSourceSnowflakeRequest) GetSourceID() string

func (*PutSourceSnowflakeRequest) GetSourceSnowflakePutRequest ¶

func (o *PutSourceSnowflakeRequest) GetSourceSnowflakePutRequest() *shared.SourceSnowflakePutRequest

type PutSourceSnowflakeResponse ¶

type PutSourceSnowflakeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceSnowflakeResponse) GetContentType ¶

func (o *PutSourceSnowflakeResponse) GetContentType() string

func (*PutSourceSnowflakeResponse) GetRawResponse ¶

func (o *PutSourceSnowflakeResponse) GetRawResponse() *http.Response

func (*PutSourceSnowflakeResponse) GetStatusCode ¶

func (o *PutSourceSnowflakeResponse) GetStatusCode() int

type PutSourceSonarCloudRequest ¶

type PutSourceSonarCloudRequest struct {
	SourceSonarCloudPutRequest *shared.SourceSonarCloudPutRequest `request:"mediaType=application/json"`
	SourceID                   string                             `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceSonarCloudRequest) GetSourceID ¶

func (o *PutSourceSonarCloudRequest) GetSourceID() string

func (*PutSourceSonarCloudRequest) GetSourceSonarCloudPutRequest ¶

func (o *PutSourceSonarCloudRequest) GetSourceSonarCloudPutRequest() *shared.SourceSonarCloudPutRequest

type PutSourceSonarCloudResponse ¶

type PutSourceSonarCloudResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceSonarCloudResponse) GetContentType ¶

func (o *PutSourceSonarCloudResponse) GetContentType() string

func (*PutSourceSonarCloudResponse) GetRawResponse ¶

func (o *PutSourceSonarCloudResponse) GetRawResponse() *http.Response

func (*PutSourceSonarCloudResponse) GetStatusCode ¶

func (o *PutSourceSonarCloudResponse) GetStatusCode() int

type PutSourceSpacexAPIRequest ¶

type PutSourceSpacexAPIRequest struct {
	SourceSpacexAPIPutRequest *shared.SourceSpacexAPIPutRequest `request:"mediaType=application/json"`
	SourceID                  string                            `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceSpacexAPIRequest) GetSourceID ¶

func (o *PutSourceSpacexAPIRequest) GetSourceID() string

func (*PutSourceSpacexAPIRequest) GetSourceSpacexAPIPutRequest ¶

func (o *PutSourceSpacexAPIRequest) GetSourceSpacexAPIPutRequest() *shared.SourceSpacexAPIPutRequest

type PutSourceSpacexAPIResponse ¶

type PutSourceSpacexAPIResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceSpacexAPIResponse) GetContentType ¶

func (o *PutSourceSpacexAPIResponse) GetContentType() string

func (*PutSourceSpacexAPIResponse) GetRawResponse ¶

func (o *PutSourceSpacexAPIResponse) GetRawResponse() *http.Response

func (*PutSourceSpacexAPIResponse) GetStatusCode ¶

func (o *PutSourceSpacexAPIResponse) GetStatusCode() int

type PutSourceSquareRequest ¶

type PutSourceSquareRequest struct {
	SourceSquarePutRequest *shared.SourceSquarePutRequest `request:"mediaType=application/json"`
	SourceID               string                         `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceSquareRequest) GetSourceID ¶

func (o *PutSourceSquareRequest) GetSourceID() string

func (*PutSourceSquareRequest) GetSourceSquarePutRequest ¶

func (o *PutSourceSquareRequest) GetSourceSquarePutRequest() *shared.SourceSquarePutRequest

type PutSourceSquareResponse ¶

type PutSourceSquareResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceSquareResponse) GetContentType ¶

func (o *PutSourceSquareResponse) GetContentType() string

func (*PutSourceSquareResponse) GetRawResponse ¶

func (o *PutSourceSquareResponse) GetRawResponse() *http.Response

func (*PutSourceSquareResponse) GetStatusCode ¶

func (o *PutSourceSquareResponse) GetStatusCode() int

type PutSourceStravaRequest ¶

type PutSourceStravaRequest struct {
	SourceStravaPutRequest *shared.SourceStravaPutRequest `request:"mediaType=application/json"`
	SourceID               string                         `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceStravaRequest) GetSourceID ¶

func (o *PutSourceStravaRequest) GetSourceID() string

func (*PutSourceStravaRequest) GetSourceStravaPutRequest ¶

func (o *PutSourceStravaRequest) GetSourceStravaPutRequest() *shared.SourceStravaPutRequest

type PutSourceStravaResponse ¶

type PutSourceStravaResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceStravaResponse) GetContentType ¶

func (o *PutSourceStravaResponse) GetContentType() string

func (*PutSourceStravaResponse) GetRawResponse ¶

func (o *PutSourceStravaResponse) GetRawResponse() *http.Response

func (*PutSourceStravaResponse) GetStatusCode ¶

func (o *PutSourceStravaResponse) GetStatusCode() int

type PutSourceStripeRequest ¶

type PutSourceStripeRequest struct {
	SourceStripePutRequest *shared.SourceStripePutRequest `request:"mediaType=application/json"`
	SourceID               string                         `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceStripeRequest) GetSourceID ¶

func (o *PutSourceStripeRequest) GetSourceID() string

func (*PutSourceStripeRequest) GetSourceStripePutRequest ¶

func (o *PutSourceStripeRequest) GetSourceStripePutRequest() *shared.SourceStripePutRequest

type PutSourceStripeResponse ¶

type PutSourceStripeResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceStripeResponse) GetContentType ¶

func (o *PutSourceStripeResponse) GetContentType() string

func (*PutSourceStripeResponse) GetRawResponse ¶

func (o *PutSourceStripeResponse) GetRawResponse() *http.Response

func (*PutSourceStripeResponse) GetStatusCode ¶

func (o *PutSourceStripeResponse) GetStatusCode() int

type PutSourceSurveySparrowRequest ¶

type PutSourceSurveySparrowRequest struct {
	SourceSurveySparrowPutRequest *shared.SourceSurveySparrowPutRequest `request:"mediaType=application/json"`
	SourceID                      string                                `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceSurveySparrowRequest) GetSourceID ¶

func (o *PutSourceSurveySparrowRequest) GetSourceID() string

func (*PutSourceSurveySparrowRequest) GetSourceSurveySparrowPutRequest ¶

func (o *PutSourceSurveySparrowRequest) GetSourceSurveySparrowPutRequest() *shared.SourceSurveySparrowPutRequest

type PutSourceSurveySparrowResponse ¶

type PutSourceSurveySparrowResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceSurveySparrowResponse) GetContentType ¶

func (o *PutSourceSurveySparrowResponse) GetContentType() string

func (*PutSourceSurveySparrowResponse) GetRawResponse ¶

func (o *PutSourceSurveySparrowResponse) GetRawResponse() *http.Response

func (*PutSourceSurveySparrowResponse) GetStatusCode ¶

func (o *PutSourceSurveySparrowResponse) GetStatusCode() int

type PutSourceSurveymonkeyRequest ¶

type PutSourceSurveymonkeyRequest struct {
	SourceSurveymonkeyPutRequest *shared.SourceSurveymonkeyPutRequest `request:"mediaType=application/json"`
	SourceID                     string                               `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceSurveymonkeyRequest) GetSourceID ¶

func (o *PutSourceSurveymonkeyRequest) GetSourceID() string

func (*PutSourceSurveymonkeyRequest) GetSourceSurveymonkeyPutRequest ¶

func (o *PutSourceSurveymonkeyRequest) GetSourceSurveymonkeyPutRequest() *shared.SourceSurveymonkeyPutRequest

type PutSourceSurveymonkeyResponse ¶

type PutSourceSurveymonkeyResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceSurveymonkeyResponse) GetContentType ¶

func (o *PutSourceSurveymonkeyResponse) GetContentType() string

func (*PutSourceSurveymonkeyResponse) GetRawResponse ¶

func (o *PutSourceSurveymonkeyResponse) GetRawResponse() *http.Response

func (*PutSourceSurveymonkeyResponse) GetStatusCode ¶

func (o *PutSourceSurveymonkeyResponse) GetStatusCode() int

type PutSourceTempoRequest ¶

type PutSourceTempoRequest struct {
	SourceTempoPutRequest *shared.SourceTempoPutRequest `request:"mediaType=application/json"`
	SourceID              string                        `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceTempoRequest) GetSourceID ¶

func (o *PutSourceTempoRequest) GetSourceID() string

func (*PutSourceTempoRequest) GetSourceTempoPutRequest ¶

func (o *PutSourceTempoRequest) GetSourceTempoPutRequest() *shared.SourceTempoPutRequest

type PutSourceTempoResponse ¶

type PutSourceTempoResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceTempoResponse) GetContentType ¶

func (o *PutSourceTempoResponse) GetContentType() string

func (*PutSourceTempoResponse) GetRawResponse ¶

func (o *PutSourceTempoResponse) GetRawResponse() *http.Response

func (*PutSourceTempoResponse) GetStatusCode ¶

func (o *PutSourceTempoResponse) GetStatusCode() int

type PutSourceTheGuardianAPIRequest ¶

type PutSourceTheGuardianAPIRequest struct {
	SourceTheGuardianAPIPutRequest *shared.SourceTheGuardianAPIPutRequest `request:"mediaType=application/json"`
	SourceID                       string                                 `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceTheGuardianAPIRequest) GetSourceID ¶

func (o *PutSourceTheGuardianAPIRequest) GetSourceID() string

func (*PutSourceTheGuardianAPIRequest) GetSourceTheGuardianAPIPutRequest ¶

func (o *PutSourceTheGuardianAPIRequest) GetSourceTheGuardianAPIPutRequest() *shared.SourceTheGuardianAPIPutRequest

type PutSourceTheGuardianAPIResponse ¶

type PutSourceTheGuardianAPIResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceTheGuardianAPIResponse) GetContentType ¶

func (o *PutSourceTheGuardianAPIResponse) GetContentType() string

func (*PutSourceTheGuardianAPIResponse) GetRawResponse ¶

func (o *PutSourceTheGuardianAPIResponse) GetRawResponse() *http.Response

func (*PutSourceTheGuardianAPIResponse) GetStatusCode ¶

func (o *PutSourceTheGuardianAPIResponse) GetStatusCode() int

type PutSourceTiktokMarketingRequest ¶

type PutSourceTiktokMarketingRequest struct {
	SourceTiktokMarketingPutRequest *shared.SourceTiktokMarketingPutRequest `request:"mediaType=application/json"`
	SourceID                        string                                  `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceTiktokMarketingRequest) GetSourceID ¶

func (o *PutSourceTiktokMarketingRequest) GetSourceID() string

func (*PutSourceTiktokMarketingRequest) GetSourceTiktokMarketingPutRequest ¶

func (o *PutSourceTiktokMarketingRequest) GetSourceTiktokMarketingPutRequest() *shared.SourceTiktokMarketingPutRequest

type PutSourceTiktokMarketingResponse ¶

type PutSourceTiktokMarketingResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceTiktokMarketingResponse) GetContentType ¶

func (o *PutSourceTiktokMarketingResponse) GetContentType() string

func (*PutSourceTiktokMarketingResponse) GetRawResponse ¶

func (o *PutSourceTiktokMarketingResponse) GetRawResponse() *http.Response

func (*PutSourceTiktokMarketingResponse) GetStatusCode ¶

func (o *PutSourceTiktokMarketingResponse) GetStatusCode() int

type PutSourceTrelloRequest ¶

type PutSourceTrelloRequest struct {
	SourceTrelloPutRequest *shared.SourceTrelloPutRequest `request:"mediaType=application/json"`
	SourceID               string                         `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceTrelloRequest) GetSourceID ¶

func (o *PutSourceTrelloRequest) GetSourceID() string

func (*PutSourceTrelloRequest) GetSourceTrelloPutRequest ¶

func (o *PutSourceTrelloRequest) GetSourceTrelloPutRequest() *shared.SourceTrelloPutRequest

type PutSourceTrelloResponse ¶

type PutSourceTrelloResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceTrelloResponse) GetContentType ¶

func (o *PutSourceTrelloResponse) GetContentType() string

func (*PutSourceTrelloResponse) GetRawResponse ¶

func (o *PutSourceTrelloResponse) GetRawResponse() *http.Response

func (*PutSourceTrelloResponse) GetStatusCode ¶

func (o *PutSourceTrelloResponse) GetStatusCode() int

type PutSourceTrustpilotRequest ¶

type PutSourceTrustpilotRequest struct {
	SourceTrustpilotPutRequest *shared.SourceTrustpilotPutRequest `request:"mediaType=application/json"`
	SourceID                   string                             `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceTrustpilotRequest) GetSourceID ¶

func (o *PutSourceTrustpilotRequest) GetSourceID() string

func (*PutSourceTrustpilotRequest) GetSourceTrustpilotPutRequest ¶

func (o *PutSourceTrustpilotRequest) GetSourceTrustpilotPutRequest() *shared.SourceTrustpilotPutRequest

type PutSourceTrustpilotResponse ¶

type PutSourceTrustpilotResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceTrustpilotResponse) GetContentType ¶

func (o *PutSourceTrustpilotResponse) GetContentType() string

func (*PutSourceTrustpilotResponse) GetRawResponse ¶

func (o *PutSourceTrustpilotResponse) GetRawResponse() *http.Response

func (*PutSourceTrustpilotResponse) GetStatusCode ¶

func (o *PutSourceTrustpilotResponse) GetStatusCode() int

type PutSourceTvmazeScheduleRequest ¶

type PutSourceTvmazeScheduleRequest struct {
	SourceTvmazeSchedulePutRequest *shared.SourceTvmazeSchedulePutRequest `request:"mediaType=application/json"`
	SourceID                       string                                 `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceTvmazeScheduleRequest) GetSourceID ¶

func (o *PutSourceTvmazeScheduleRequest) GetSourceID() string

func (*PutSourceTvmazeScheduleRequest) GetSourceTvmazeSchedulePutRequest ¶

func (o *PutSourceTvmazeScheduleRequest) GetSourceTvmazeSchedulePutRequest() *shared.SourceTvmazeSchedulePutRequest

type PutSourceTvmazeScheduleResponse ¶

type PutSourceTvmazeScheduleResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceTvmazeScheduleResponse) GetContentType ¶

func (o *PutSourceTvmazeScheduleResponse) GetContentType() string

func (*PutSourceTvmazeScheduleResponse) GetRawResponse ¶

func (o *PutSourceTvmazeScheduleResponse) GetRawResponse() *http.Response

func (*PutSourceTvmazeScheduleResponse) GetStatusCode ¶

func (o *PutSourceTvmazeScheduleResponse) GetStatusCode() int

type PutSourceTwilioRequest ¶

type PutSourceTwilioRequest struct {
	SourceTwilioPutRequest *shared.SourceTwilioPutRequest `request:"mediaType=application/json"`
	SourceID               string                         `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceTwilioRequest) GetSourceID ¶

func (o *PutSourceTwilioRequest) GetSourceID() string

func (*PutSourceTwilioRequest) GetSourceTwilioPutRequest ¶

func (o *PutSourceTwilioRequest) GetSourceTwilioPutRequest() *shared.SourceTwilioPutRequest

type PutSourceTwilioResponse ¶

type PutSourceTwilioResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceTwilioResponse) GetContentType ¶

func (o *PutSourceTwilioResponse) GetContentType() string

func (*PutSourceTwilioResponse) GetRawResponse ¶

func (o *PutSourceTwilioResponse) GetRawResponse() *http.Response

func (*PutSourceTwilioResponse) GetStatusCode ¶

func (o *PutSourceTwilioResponse) GetStatusCode() int

type PutSourceTwilioTaskrouterRequest ¶

type PutSourceTwilioTaskrouterRequest struct {
	SourceTwilioTaskrouterPutRequest *shared.SourceTwilioTaskrouterPutRequest `request:"mediaType=application/json"`
	SourceID                         string                                   `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceTwilioTaskrouterRequest) GetSourceID ¶

func (o *PutSourceTwilioTaskrouterRequest) GetSourceID() string

func (*PutSourceTwilioTaskrouterRequest) GetSourceTwilioTaskrouterPutRequest ¶

func (o *PutSourceTwilioTaskrouterRequest) GetSourceTwilioTaskrouterPutRequest() *shared.SourceTwilioTaskrouterPutRequest

type PutSourceTwilioTaskrouterResponse ¶

type PutSourceTwilioTaskrouterResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceTwilioTaskrouterResponse) GetContentType ¶

func (o *PutSourceTwilioTaskrouterResponse) GetContentType() string

func (*PutSourceTwilioTaskrouterResponse) GetRawResponse ¶

func (o *PutSourceTwilioTaskrouterResponse) GetRawResponse() *http.Response

func (*PutSourceTwilioTaskrouterResponse) GetStatusCode ¶

func (o *PutSourceTwilioTaskrouterResponse) GetStatusCode() int

type PutSourceTwitterRequest ¶

type PutSourceTwitterRequest struct {
	SourceTwitterPutRequest *shared.SourceTwitterPutRequest `request:"mediaType=application/json"`
	SourceID                string                          `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceTwitterRequest) GetSourceID ¶

func (o *PutSourceTwitterRequest) GetSourceID() string

func (*PutSourceTwitterRequest) GetSourceTwitterPutRequest ¶

func (o *PutSourceTwitterRequest) GetSourceTwitterPutRequest() *shared.SourceTwitterPutRequest

type PutSourceTwitterResponse ¶

type PutSourceTwitterResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceTwitterResponse) GetContentType ¶

func (o *PutSourceTwitterResponse) GetContentType() string

func (*PutSourceTwitterResponse) GetRawResponse ¶

func (o *PutSourceTwitterResponse) GetRawResponse() *http.Response

func (*PutSourceTwitterResponse) GetStatusCode ¶

func (o *PutSourceTwitterResponse) GetStatusCode() int

type PutSourceTypeformRequest ¶

type PutSourceTypeformRequest struct {
	SourceTypeformPutRequest *shared.SourceTypeformPutRequest `request:"mediaType=application/json"`
	SourceID                 string                           `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceTypeformRequest) GetSourceID ¶

func (o *PutSourceTypeformRequest) GetSourceID() string

func (*PutSourceTypeformRequest) GetSourceTypeformPutRequest ¶

func (o *PutSourceTypeformRequest) GetSourceTypeformPutRequest() *shared.SourceTypeformPutRequest

type PutSourceTypeformResponse ¶

type PutSourceTypeformResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceTypeformResponse) GetContentType ¶

func (o *PutSourceTypeformResponse) GetContentType() string

func (*PutSourceTypeformResponse) GetRawResponse ¶

func (o *PutSourceTypeformResponse) GetRawResponse() *http.Response

func (*PutSourceTypeformResponse) GetStatusCode ¶

func (o *PutSourceTypeformResponse) GetStatusCode() int

type PutSourceUsCensusRequest ¶

type PutSourceUsCensusRequest struct {
	SourceUsCensusPutRequest *shared.SourceUsCensusPutRequest `request:"mediaType=application/json"`
	SourceID                 string                           `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceUsCensusRequest) GetSourceID ¶

func (o *PutSourceUsCensusRequest) GetSourceID() string

func (*PutSourceUsCensusRequest) GetSourceUsCensusPutRequest ¶

func (o *PutSourceUsCensusRequest) GetSourceUsCensusPutRequest() *shared.SourceUsCensusPutRequest

type PutSourceUsCensusResponse ¶

type PutSourceUsCensusResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceUsCensusResponse) GetContentType ¶

func (o *PutSourceUsCensusResponse) GetContentType() string

func (*PutSourceUsCensusResponse) GetRawResponse ¶

func (o *PutSourceUsCensusResponse) GetRawResponse() *http.Response

func (*PutSourceUsCensusResponse) GetStatusCode ¶

func (o *PutSourceUsCensusResponse) GetStatusCode() int

type PutSourceVantageRequest ¶

type PutSourceVantageRequest struct {
	SourceVantagePutRequest *shared.SourceVantagePutRequest `request:"mediaType=application/json"`
	SourceID                string                          `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceVantageRequest) GetSourceID ¶

func (o *PutSourceVantageRequest) GetSourceID() string

func (*PutSourceVantageRequest) GetSourceVantagePutRequest ¶

func (o *PutSourceVantageRequest) GetSourceVantagePutRequest() *shared.SourceVantagePutRequest

type PutSourceVantageResponse ¶

type PutSourceVantageResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceVantageResponse) GetContentType ¶

func (o *PutSourceVantageResponse) GetContentType() string

func (*PutSourceVantageResponse) GetRawResponse ¶

func (o *PutSourceVantageResponse) GetRawResponse() *http.Response

func (*PutSourceVantageResponse) GetStatusCode ¶

func (o *PutSourceVantageResponse) GetStatusCode() int

type PutSourceWebflowRequest ¶

type PutSourceWebflowRequest struct {
	SourceWebflowPutRequest *shared.SourceWebflowPutRequest `request:"mediaType=application/json"`
	SourceID                string                          `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceWebflowRequest) GetSourceID ¶

func (o *PutSourceWebflowRequest) GetSourceID() string

func (*PutSourceWebflowRequest) GetSourceWebflowPutRequest ¶

func (o *PutSourceWebflowRequest) GetSourceWebflowPutRequest() *shared.SourceWebflowPutRequest

type PutSourceWebflowResponse ¶

type PutSourceWebflowResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceWebflowResponse) GetContentType ¶

func (o *PutSourceWebflowResponse) GetContentType() string

func (*PutSourceWebflowResponse) GetRawResponse ¶

func (o *PutSourceWebflowResponse) GetRawResponse() *http.Response

func (*PutSourceWebflowResponse) GetStatusCode ¶

func (o *PutSourceWebflowResponse) GetStatusCode() int

type PutSourceWhiskyHunterRequest ¶

type PutSourceWhiskyHunterRequest struct {
	SourceWhiskyHunterPutRequest *shared.SourceWhiskyHunterPutRequest `request:"mediaType=application/json"`
	SourceID                     string                               `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceWhiskyHunterRequest) GetSourceID ¶

func (o *PutSourceWhiskyHunterRequest) GetSourceID() string

func (*PutSourceWhiskyHunterRequest) GetSourceWhiskyHunterPutRequest ¶

func (o *PutSourceWhiskyHunterRequest) GetSourceWhiskyHunterPutRequest() *shared.SourceWhiskyHunterPutRequest

type PutSourceWhiskyHunterResponse ¶

type PutSourceWhiskyHunterResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceWhiskyHunterResponse) GetContentType ¶

func (o *PutSourceWhiskyHunterResponse) GetContentType() string

func (*PutSourceWhiskyHunterResponse) GetRawResponse ¶

func (o *PutSourceWhiskyHunterResponse) GetRawResponse() *http.Response

func (*PutSourceWhiskyHunterResponse) GetStatusCode ¶

func (o *PutSourceWhiskyHunterResponse) GetStatusCode() int

type PutSourceWikipediaPageviewsRequest ¶

type PutSourceWikipediaPageviewsRequest struct {
	SourceWikipediaPageviewsPutRequest *shared.SourceWikipediaPageviewsPutRequest `request:"mediaType=application/json"`
	SourceID                           string                                     `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceWikipediaPageviewsRequest) GetSourceID ¶

func (o *PutSourceWikipediaPageviewsRequest) GetSourceID() string

func (*PutSourceWikipediaPageviewsRequest) GetSourceWikipediaPageviewsPutRequest ¶

func (o *PutSourceWikipediaPageviewsRequest) GetSourceWikipediaPageviewsPutRequest() *shared.SourceWikipediaPageviewsPutRequest

type PutSourceWikipediaPageviewsResponse ¶

type PutSourceWikipediaPageviewsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceWikipediaPageviewsResponse) GetContentType ¶

func (o *PutSourceWikipediaPageviewsResponse) GetContentType() string

func (*PutSourceWikipediaPageviewsResponse) GetRawResponse ¶

func (o *PutSourceWikipediaPageviewsResponse) GetRawResponse() *http.Response

func (*PutSourceWikipediaPageviewsResponse) GetStatusCode ¶

func (o *PutSourceWikipediaPageviewsResponse) GetStatusCode() int

type PutSourceWoocommerceRequest ¶

type PutSourceWoocommerceRequest struct {
	SourceWoocommercePutRequest *shared.SourceWoocommercePutRequest `request:"mediaType=application/json"`
	SourceID                    string                              `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceWoocommerceRequest) GetSourceID ¶

func (o *PutSourceWoocommerceRequest) GetSourceID() string

func (*PutSourceWoocommerceRequest) GetSourceWoocommercePutRequest ¶

func (o *PutSourceWoocommerceRequest) GetSourceWoocommercePutRequest() *shared.SourceWoocommercePutRequest

type PutSourceWoocommerceResponse ¶

type PutSourceWoocommerceResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceWoocommerceResponse) GetContentType ¶

func (o *PutSourceWoocommerceResponse) GetContentType() string

func (*PutSourceWoocommerceResponse) GetRawResponse ¶

func (o *PutSourceWoocommerceResponse) GetRawResponse() *http.Response

func (*PutSourceWoocommerceResponse) GetStatusCode ¶

func (o *PutSourceWoocommerceResponse) GetStatusCode() int

type PutSourceXkcdRequest ¶

type PutSourceXkcdRequest struct {
	SourceXkcdPutRequest *shared.SourceXkcdPutRequest `request:"mediaType=application/json"`
	SourceID             string                       `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceXkcdRequest) GetSourceID ¶

func (o *PutSourceXkcdRequest) GetSourceID() string

func (*PutSourceXkcdRequest) GetSourceXkcdPutRequest ¶

func (o *PutSourceXkcdRequest) GetSourceXkcdPutRequest() *shared.SourceXkcdPutRequest

type PutSourceXkcdResponse ¶

type PutSourceXkcdResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceXkcdResponse) GetContentType ¶

func (o *PutSourceXkcdResponse) GetContentType() string

func (*PutSourceXkcdResponse) GetRawResponse ¶

func (o *PutSourceXkcdResponse) GetRawResponse() *http.Response

func (*PutSourceXkcdResponse) GetStatusCode ¶

func (o *PutSourceXkcdResponse) GetStatusCode() int

type PutSourceYandexMetricaRequest ¶

type PutSourceYandexMetricaRequest struct {
	SourceYandexMetricaPutRequest *shared.SourceYandexMetricaPutRequest `request:"mediaType=application/json"`
	SourceID                      string                                `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceYandexMetricaRequest) GetSourceID ¶

func (o *PutSourceYandexMetricaRequest) GetSourceID() string

func (*PutSourceYandexMetricaRequest) GetSourceYandexMetricaPutRequest ¶

func (o *PutSourceYandexMetricaRequest) GetSourceYandexMetricaPutRequest() *shared.SourceYandexMetricaPutRequest

type PutSourceYandexMetricaResponse ¶

type PutSourceYandexMetricaResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceYandexMetricaResponse) GetContentType ¶

func (o *PutSourceYandexMetricaResponse) GetContentType() string

func (*PutSourceYandexMetricaResponse) GetRawResponse ¶

func (o *PutSourceYandexMetricaResponse) GetRawResponse() *http.Response

func (*PutSourceYandexMetricaResponse) GetStatusCode ¶

func (o *PutSourceYandexMetricaResponse) GetStatusCode() int

type PutSourceYotpoRequest ¶

type PutSourceYotpoRequest struct {
	SourceYotpoPutRequest *shared.SourceYotpoPutRequest `request:"mediaType=application/json"`
	SourceID              string                        `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceYotpoRequest) GetSourceID ¶

func (o *PutSourceYotpoRequest) GetSourceID() string

func (*PutSourceYotpoRequest) GetSourceYotpoPutRequest ¶

func (o *PutSourceYotpoRequest) GetSourceYotpoPutRequest() *shared.SourceYotpoPutRequest

type PutSourceYotpoResponse ¶

type PutSourceYotpoResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceYotpoResponse) GetContentType ¶

func (o *PutSourceYotpoResponse) GetContentType() string

func (*PutSourceYotpoResponse) GetRawResponse ¶

func (o *PutSourceYotpoResponse) GetRawResponse() *http.Response

func (*PutSourceYotpoResponse) GetStatusCode ¶

func (o *PutSourceYotpoResponse) GetStatusCode() int

type PutSourceYoutubeAnalyticsRequest ¶

type PutSourceYoutubeAnalyticsRequest struct {
	SourceYoutubeAnalyticsPutRequest *shared.SourceYoutubeAnalyticsPutRequest `request:"mediaType=application/json"`
	SourceID                         string                                   `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceYoutubeAnalyticsRequest) GetSourceID ¶

func (o *PutSourceYoutubeAnalyticsRequest) GetSourceID() string

func (*PutSourceYoutubeAnalyticsRequest) GetSourceYoutubeAnalyticsPutRequest ¶

func (o *PutSourceYoutubeAnalyticsRequest) GetSourceYoutubeAnalyticsPutRequest() *shared.SourceYoutubeAnalyticsPutRequest

type PutSourceYoutubeAnalyticsResponse ¶

type PutSourceYoutubeAnalyticsResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceYoutubeAnalyticsResponse) GetContentType ¶

func (o *PutSourceYoutubeAnalyticsResponse) GetContentType() string

func (*PutSourceYoutubeAnalyticsResponse) GetRawResponse ¶

func (o *PutSourceYoutubeAnalyticsResponse) GetRawResponse() *http.Response

func (*PutSourceYoutubeAnalyticsResponse) GetStatusCode ¶

func (o *PutSourceYoutubeAnalyticsResponse) GetStatusCode() int

type PutSourceZendeskChatRequest ¶

type PutSourceZendeskChatRequest struct {
	SourceZendeskChatPutRequest *shared.SourceZendeskChatPutRequest `request:"mediaType=application/json"`
	SourceID                    string                              `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceZendeskChatRequest) GetSourceID ¶

func (o *PutSourceZendeskChatRequest) GetSourceID() string

func (*PutSourceZendeskChatRequest) GetSourceZendeskChatPutRequest ¶

func (o *PutSourceZendeskChatRequest) GetSourceZendeskChatPutRequest() *shared.SourceZendeskChatPutRequest

type PutSourceZendeskChatResponse ¶

type PutSourceZendeskChatResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceZendeskChatResponse) GetContentType ¶

func (o *PutSourceZendeskChatResponse) GetContentType() string

func (*PutSourceZendeskChatResponse) GetRawResponse ¶

func (o *PutSourceZendeskChatResponse) GetRawResponse() *http.Response

func (*PutSourceZendeskChatResponse) GetStatusCode ¶

func (o *PutSourceZendeskChatResponse) GetStatusCode() int

type PutSourceZendeskSellRequest ¶

type PutSourceZendeskSellRequest struct {
	SourceZendeskSellPutRequest *shared.SourceZendeskSellPutRequest `request:"mediaType=application/json"`
	SourceID                    string                              `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceZendeskSellRequest) GetSourceID ¶

func (o *PutSourceZendeskSellRequest) GetSourceID() string

func (*PutSourceZendeskSellRequest) GetSourceZendeskSellPutRequest ¶

func (o *PutSourceZendeskSellRequest) GetSourceZendeskSellPutRequest() *shared.SourceZendeskSellPutRequest

type PutSourceZendeskSellResponse ¶

type PutSourceZendeskSellResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceZendeskSellResponse) GetContentType ¶

func (o *PutSourceZendeskSellResponse) GetContentType() string

func (*PutSourceZendeskSellResponse) GetRawResponse ¶

func (o *PutSourceZendeskSellResponse) GetRawResponse() *http.Response

func (*PutSourceZendeskSellResponse) GetStatusCode ¶

func (o *PutSourceZendeskSellResponse) GetStatusCode() int

type PutSourceZendeskSunshineRequest ¶

type PutSourceZendeskSunshineRequest struct {
	SourceZendeskSunshinePutRequest *shared.SourceZendeskSunshinePutRequest `request:"mediaType=application/json"`
	SourceID                        string                                  `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceZendeskSunshineRequest) GetSourceID ¶

func (o *PutSourceZendeskSunshineRequest) GetSourceID() string

func (*PutSourceZendeskSunshineRequest) GetSourceZendeskSunshinePutRequest ¶

func (o *PutSourceZendeskSunshineRequest) GetSourceZendeskSunshinePutRequest() *shared.SourceZendeskSunshinePutRequest

type PutSourceZendeskSunshineResponse ¶

type PutSourceZendeskSunshineResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceZendeskSunshineResponse) GetContentType ¶

func (o *PutSourceZendeskSunshineResponse) GetContentType() string

func (*PutSourceZendeskSunshineResponse) GetRawResponse ¶

func (o *PutSourceZendeskSunshineResponse) GetRawResponse() *http.Response

func (*PutSourceZendeskSunshineResponse) GetStatusCode ¶

func (o *PutSourceZendeskSunshineResponse) GetStatusCode() int

type PutSourceZendeskSupportRequest ¶

type PutSourceZendeskSupportRequest struct {
	SourceZendeskSupportPutRequest *shared.SourceZendeskSupportPutRequest `request:"mediaType=application/json"`
	SourceID                       string                                 `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceZendeskSupportRequest) GetSourceID ¶

func (o *PutSourceZendeskSupportRequest) GetSourceID() string

func (*PutSourceZendeskSupportRequest) GetSourceZendeskSupportPutRequest ¶

func (o *PutSourceZendeskSupportRequest) GetSourceZendeskSupportPutRequest() *shared.SourceZendeskSupportPutRequest

type PutSourceZendeskSupportResponse ¶

type PutSourceZendeskSupportResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceZendeskSupportResponse) GetContentType ¶

func (o *PutSourceZendeskSupportResponse) GetContentType() string

func (*PutSourceZendeskSupportResponse) GetRawResponse ¶

func (o *PutSourceZendeskSupportResponse) GetRawResponse() *http.Response

func (*PutSourceZendeskSupportResponse) GetStatusCode ¶

func (o *PutSourceZendeskSupportResponse) GetStatusCode() int

type PutSourceZendeskTalkRequest ¶

type PutSourceZendeskTalkRequest struct {
	SourceZendeskTalkPutRequest *shared.SourceZendeskTalkPutRequest `request:"mediaType=application/json"`
	SourceID                    string                              `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceZendeskTalkRequest) GetSourceID ¶

func (o *PutSourceZendeskTalkRequest) GetSourceID() string

func (*PutSourceZendeskTalkRequest) GetSourceZendeskTalkPutRequest ¶

func (o *PutSourceZendeskTalkRequest) GetSourceZendeskTalkPutRequest() *shared.SourceZendeskTalkPutRequest

type PutSourceZendeskTalkResponse ¶

type PutSourceZendeskTalkResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceZendeskTalkResponse) GetContentType ¶

func (o *PutSourceZendeskTalkResponse) GetContentType() string

func (*PutSourceZendeskTalkResponse) GetRawResponse ¶

func (o *PutSourceZendeskTalkResponse) GetRawResponse() *http.Response

func (*PutSourceZendeskTalkResponse) GetStatusCode ¶

func (o *PutSourceZendeskTalkResponse) GetStatusCode() int

type PutSourceZenloopRequest ¶

type PutSourceZenloopRequest struct {
	SourceZenloopPutRequest *shared.SourceZenloopPutRequest `request:"mediaType=application/json"`
	SourceID                string                          `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceZenloopRequest) GetSourceID ¶

func (o *PutSourceZenloopRequest) GetSourceID() string

func (*PutSourceZenloopRequest) GetSourceZenloopPutRequest ¶

func (o *PutSourceZenloopRequest) GetSourceZenloopPutRequest() *shared.SourceZenloopPutRequest

type PutSourceZenloopResponse ¶

type PutSourceZenloopResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceZenloopResponse) GetContentType ¶

func (o *PutSourceZenloopResponse) GetContentType() string

func (*PutSourceZenloopResponse) GetRawResponse ¶

func (o *PutSourceZenloopResponse) GetRawResponse() *http.Response

func (*PutSourceZenloopResponse) GetStatusCode ¶

func (o *PutSourceZenloopResponse) GetStatusCode() int

type PutSourceZohoCrmRequest ¶

type PutSourceZohoCrmRequest struct {
	SourceZohoCrmPutRequest *shared.SourceZohoCrmPutRequest `request:"mediaType=application/json"`
	SourceID                string                          `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceZohoCrmRequest) GetSourceID ¶

func (o *PutSourceZohoCrmRequest) GetSourceID() string

func (*PutSourceZohoCrmRequest) GetSourceZohoCrmPutRequest ¶

func (o *PutSourceZohoCrmRequest) GetSourceZohoCrmPutRequest() *shared.SourceZohoCrmPutRequest

type PutSourceZohoCrmResponse ¶

type PutSourceZohoCrmResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceZohoCrmResponse) GetContentType ¶

func (o *PutSourceZohoCrmResponse) GetContentType() string

func (*PutSourceZohoCrmResponse) GetRawResponse ¶

func (o *PutSourceZohoCrmResponse) GetRawResponse() *http.Response

func (*PutSourceZohoCrmResponse) GetStatusCode ¶

func (o *PutSourceZohoCrmResponse) GetStatusCode() int

type PutSourceZoomRequest ¶

type PutSourceZoomRequest struct {
	SourceZoomPutRequest *shared.SourceZoomPutRequest `request:"mediaType=application/json"`
	SourceID             string                       `pathParam:"style=simple,explode=false,name=sourceId"`
}

func (*PutSourceZoomRequest) GetSourceID ¶

func (o *PutSourceZoomRequest) GetSourceID() string

func (*PutSourceZoomRequest) GetSourceZoomPutRequest ¶

func (o *PutSourceZoomRequest) GetSourceZoomPutRequest() *shared.SourceZoomPutRequest

type PutSourceZoomResponse ¶

type PutSourceZoomResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*PutSourceZoomResponse) GetContentType ¶

func (o *PutSourceZoomResponse) GetContentType() string

func (*PutSourceZoomResponse) GetRawResponse ¶

func (o *PutSourceZoomResponse) GetRawResponse() *http.Response

func (*PutSourceZoomResponse) GetStatusCode ¶

func (o *PutSourceZoomResponse) GetStatusCode() int

type UpdatePermissionRequest ¶

type UpdatePermissionRequest struct {
	PermissionUpdateRequest shared.PermissionUpdateRequest `request:"mediaType=application/json"`
	PermissionID            string                         `pathParam:"style=simple,explode=false,name=permissionId"`
}

func (*UpdatePermissionRequest) GetPermissionID ¶

func (o *UpdatePermissionRequest) GetPermissionID() string

func (*UpdatePermissionRequest) GetPermissionUpdateRequest ¶

func (o *UpdatePermissionRequest) GetPermissionUpdateRequest() shared.PermissionUpdateRequest

type UpdatePermissionResponse ¶

type UpdatePermissionResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// Successful updated
	PermissionResponse *shared.PermissionResponse
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
}

func (*UpdatePermissionResponse) GetContentType ¶

func (o *UpdatePermissionResponse) GetContentType() string

func (*UpdatePermissionResponse) GetPermissionResponse ¶

func (o *UpdatePermissionResponse) GetPermissionResponse() *shared.PermissionResponse

func (*UpdatePermissionResponse) GetRawResponse ¶

func (o *UpdatePermissionResponse) GetRawResponse() *http.Response

func (*UpdatePermissionResponse) GetStatusCode ¶

func (o *UpdatePermissionResponse) GetStatusCode() int

type UpdateWorkspaceRequest ¶

type UpdateWorkspaceRequest struct {
	WorkspaceUpdateRequest shared.WorkspaceUpdateRequest `request:"mediaType=application/json"`
	WorkspaceID            string                        `pathParam:"style=simple,explode=false,name=workspaceId"`
}

func (*UpdateWorkspaceRequest) GetWorkspaceID ¶

func (o *UpdateWorkspaceRequest) GetWorkspaceID() string

func (*UpdateWorkspaceRequest) GetWorkspaceUpdateRequest ¶

func (o *UpdateWorkspaceRequest) GetWorkspaceUpdateRequest() shared.WorkspaceUpdateRequest

type UpdateWorkspaceResponse ¶

type UpdateWorkspaceResponse struct {
	// HTTP response content type for this operation
	ContentType string
	// HTTP response status code for this operation
	StatusCode int
	// Raw HTTP response; suitable for custom response parsing
	RawResponse *http.Response
	// Successful operation
	WorkspaceResponse *shared.WorkspaceResponse
}

func (*UpdateWorkspaceResponse) GetContentType ¶

func (o *UpdateWorkspaceResponse) GetContentType() string

func (*UpdateWorkspaceResponse) GetRawResponse ¶

func (o *UpdateWorkspaceResponse) GetRawResponse() *http.Response

func (*UpdateWorkspaceResponse) GetStatusCode ¶

func (o *UpdateWorkspaceResponse) GetStatusCode() int

func (*UpdateWorkspaceResponse) GetWorkspaceResponse ¶

func (o *UpdateWorkspaceResponse) GetWorkspaceResponse() *shared.WorkspaceResponse

Source Files ¶

Jump to

Keyboard shortcuts

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