Versions in this module Expand all Collapse all v5 v5.1.0 Aug 14, 2025 Changes in this version + const CloudflareTunnelConfigSrcCloudflare + const CloudflareTunnelConfigSrcLocal + type CloudflareTunnelConfigSrc = shared.CloudflareTunnelConfigSrc v5.0.0 Jul 31, 2025 Changes in this version + const AuditLogActorTypeAdmin + const AuditLogActorTypeCloudflare + const AuditLogActorTypeUser + const CertificateCADigicert + const CertificateCAGoogle + const CertificateCALetsEncrypt + const CertificateCASSLCom + const CertificateRequestTypeKeylessCertificate + const CertificateRequestTypeOriginECC + const CertificateRequestTypeOriginRSA + const CloudflareTunnelStatusDegraded + const CloudflareTunnelStatusDown + const CloudflareTunnelStatusHealthy + const CloudflareTunnelStatusInactive + const CloudflareTunnelTunTypeCNI + const CloudflareTunnelTunTypeCfdTunnel + const CloudflareTunnelTunTypeGRE + const CloudflareTunnelTunTypeIPSec + const CloudflareTunnelTunTypeMagic + const CloudflareTunnelTunTypeWARP + const CloudflareTunnelTunTypeWARPConnector + const MemberPoliciesAccessAllow + const MemberPoliciesAccessDeny + const MemberStatusAccepted + const MemberStatusPending + const RatePlanIDBusiness + const RatePlanIDEnterprise + const RatePlanIDFree + const RatePlanIDLite + const RatePlanIDPartnersBusiness + const RatePlanIDPartnersEnterprise + const RatePlanIDPartnersFree + const RatePlanIDPartnersPro + const RatePlanIDPro + const RatePlanIDProPlus + const SortDirectionAsc + const SortDirectionDesc + const SubscriptionFrequencyMonthly + const SubscriptionFrequencyQuarterly + const SubscriptionFrequencyWeekly + const SubscriptionFrequencyYearly + const SubscriptionStateAwaitingPayment + const SubscriptionStateCancelled + const SubscriptionStateExpired + const SubscriptionStateFailed + const SubscriptionStatePaid + const SubscriptionStateProvisioned + const SubscriptionStateTrial + const TokenPolicyEffectAllow + const TokenPolicyEffectDeny + const TokenStatusActive + const TokenStatusDisabled + const TokenStatusExpired + type ASN = shared.ASN + type ASNParam = shared.ASNParam + type AuditLog = shared.AuditLog + type AuditLogAction = shared.AuditLogAction + type AuditLogActor = shared.AuditLogActor + type AuditLogActorType = shared.AuditLogActorType + type AuditLogOwner = shared.AuditLogOwner + type AuditLogResource = shared.AuditLogResource + type CertificateCA = shared.CertificateCA + type CertificateRequestType = shared.CertificateRequestType + type CloudflareTunnel = shared.CloudflareTunnel + type CloudflareTunnelConnection = shared.CloudflareTunnelConnection + type CloudflareTunnelStatus = shared.CloudflareTunnelStatus + type CloudflareTunnelTunType = shared.CloudflareTunnelTunType + type CreateIndex struct + Config IndexDimensionConfiguration + CreatedOn time.Time + Description string + JSON createIndexJSON + ModifiedOn time.Time + Name string + func (r *CreateIndex) UnmarshalJSON(data []byte) (err error) + type Error = apierror.Error + type ErrorData = shared.ErrorData + type ErrorDataSource = shared.ErrorDataSource + type IndexDeleteByIDsParams struct + AccountID param.Field[string] + IDs param.Field[[]string] + func (r IndexDeleteByIDsParams) MarshalJSON() (data []byte, err error) + type IndexDeleteByIDsResponse struct + JSON indexDeleteByIDsResponseJSON + MutationID string + func (r *IndexDeleteByIDsResponse) UnmarshalJSON(data []byte) (err error) + type IndexDeleteByIDsResponseEnvelope struct + Errors []shared.ResponseInfo + JSON indexDeleteByIDsResponseEnvelopeJSON + Messages []shared.ResponseInfo + Result IndexDeleteByIDsResponse + Success IndexDeleteByIDsResponseEnvelopeSuccess + func (r *IndexDeleteByIDsResponseEnvelope) UnmarshalJSON(data []byte) (err error) + type IndexDeleteByIDsResponseEnvelopeSuccess bool + const IndexDeleteByIDsResponseEnvelopeSuccessTrue + func (r IndexDeleteByIDsResponseEnvelopeSuccess) IsKnown() bool + type IndexDeleteParams struct + AccountID param.Field[string] + type IndexDeleteResponseEnvelope struct + Errors []shared.ResponseInfo + JSON indexDeleteResponseEnvelopeJSON + Messages []shared.ResponseInfo + Result interface{} + Success IndexDeleteResponseEnvelopeSuccess + func (r *IndexDeleteResponseEnvelope) UnmarshalJSON(data []byte) (err error) + type IndexDeleteResponseEnvelopeSuccess bool + const IndexDeleteResponseEnvelopeSuccessTrue + func (r IndexDeleteResponseEnvelopeSuccess) IsKnown() bool + type IndexDimensionConfiguration struct + Dimensions int64 + JSON indexDimensionConfigurationJSON + Metric IndexDimensionConfigurationMetric + func (r *IndexDimensionConfiguration) UnmarshalJSON(data []byte) (err error) + type IndexDimensionConfigurationMetric string + const IndexDimensionConfigurationMetricCosine + const IndexDimensionConfigurationMetricDOTProduct + const IndexDimensionConfigurationMetricEuclidean + func (r IndexDimensionConfigurationMetric) IsKnown() bool + type IndexDimensionConfigurationParam struct + Dimensions param.Field[int64] + Metric param.Field[IndexDimensionConfigurationMetric] + func (r IndexDimensionConfigurationParam) MarshalJSON() (data []byte, err error) + type IndexGetByIDsParams struct + AccountID param.Field[string] + IDs param.Field[[]string] + func (r IndexGetByIDsParams) MarshalJSON() (data []byte, err error) + type IndexGetByIDsResponse = interface + type IndexGetByIDsResponseEnvelope struct + Errors []shared.ResponseInfo + JSON indexGetByIDsResponseEnvelopeJSON + Messages []shared.ResponseInfo + Result IndexGetByIDsResponse + Success IndexGetByIDsResponseEnvelopeSuccess + func (r *IndexGetByIDsResponseEnvelope) UnmarshalJSON(data []byte) (err error) + type IndexGetByIDsResponseEnvelopeSuccess bool + const IndexGetByIDsResponseEnvelopeSuccessTrue + func (r IndexGetByIDsResponseEnvelopeSuccess) IsKnown() bool + type IndexGetParams struct + AccountID param.Field[string] + type IndexGetResponseEnvelope struct + Errors []shared.ResponseInfo + JSON indexGetResponseEnvelopeJSON + Messages []shared.ResponseInfo + Result CreateIndex + Success IndexGetResponseEnvelopeSuccess + func (r *IndexGetResponseEnvelope) UnmarshalJSON(data []byte) (err error) + type IndexGetResponseEnvelopeSuccess bool + const IndexGetResponseEnvelopeSuccessTrue + func (r IndexGetResponseEnvelopeSuccess) IsKnown() bool + type IndexInfoParams struct + AccountID param.Field[string] + type IndexInfoResponse struct + Dimensions int64 + JSON indexInfoResponseJSON + ProcessedUpToDatetime time.Time + ProcessedUpToMutation string + VectorCount int64 + func (r *IndexInfoResponse) UnmarshalJSON(data []byte) (err error) + type IndexInfoResponseEnvelope struct + Errors []shared.ResponseInfo + JSON indexInfoResponseEnvelopeJSON + Messages []shared.ResponseInfo + Result IndexInfoResponse + Success IndexInfoResponseEnvelopeSuccess + func (r *IndexInfoResponseEnvelope) UnmarshalJSON(data []byte) (err error) + type IndexInfoResponseEnvelopeSuccess bool + const IndexInfoResponseEnvelopeSuccessTrue + func (r IndexInfoResponseEnvelopeSuccess) IsKnown() bool + type IndexInsertParams struct + AccountID param.Field[string] + Body string + UnparsableBehavior param.Field[IndexInsertParamsUnparsableBehavior] + func (r IndexInsertParams) MarshalJSON() (data []byte, err error) + func (r IndexInsertParams) URLQuery() (v url.Values) + type IndexInsertParamsUnparsableBehavior string + const IndexInsertParamsUnparsableBehaviorDiscard + const IndexInsertParamsUnparsableBehaviorError + func (r IndexInsertParamsUnparsableBehavior) IsKnown() bool + type IndexInsertResponse struct + JSON indexInsertResponseJSON + MutationID string + func (r *IndexInsertResponse) UnmarshalJSON(data []byte) (err error) + type IndexInsertResponseEnvelope struct + Errors []shared.ResponseInfo + JSON indexInsertResponseEnvelopeJSON + Messages []shared.ResponseInfo + Result IndexInsertResponse + Success IndexInsertResponseEnvelopeSuccess + func (r *IndexInsertResponseEnvelope) UnmarshalJSON(data []byte) (err error) + type IndexInsertResponseEnvelopeSuccess bool + const IndexInsertResponseEnvelopeSuccessTrue + func (r IndexInsertResponseEnvelopeSuccess) IsKnown() bool + type IndexListParams struct + AccountID param.Field[string] + type IndexMetadataIndexDeleteParams struct + AccountID param.Field[string] + PropertyName param.Field[string] + func (r IndexMetadataIndexDeleteParams) MarshalJSON() (data []byte, err error) + type IndexMetadataIndexDeleteResponse struct + JSON indexMetadataIndexDeleteResponseJSON + MutationID string + func (r *IndexMetadataIndexDeleteResponse) UnmarshalJSON(data []byte) (err error) + type IndexMetadataIndexDeleteResponseEnvelope struct + Errors []shared.ResponseInfo + JSON indexMetadataIndexDeleteResponseEnvelopeJSON + Messages []shared.ResponseInfo + Result IndexMetadataIndexDeleteResponse + Success IndexMetadataIndexDeleteResponseEnvelopeSuccess + func (r *IndexMetadataIndexDeleteResponseEnvelope) UnmarshalJSON(data []byte) (err error) + type IndexMetadataIndexDeleteResponseEnvelopeSuccess bool + const IndexMetadataIndexDeleteResponseEnvelopeSuccessTrue + func (r IndexMetadataIndexDeleteResponseEnvelopeSuccess) IsKnown() bool + type IndexMetadataIndexListParams struct + AccountID param.Field[string] + type IndexMetadataIndexListResponse struct + JSON indexMetadataIndexListResponseJSON + MetadataIndexes []IndexMetadataIndexListResponseMetadataIndex + func (r *IndexMetadataIndexListResponse) UnmarshalJSON(data []byte) (err error) + type IndexMetadataIndexListResponseEnvelope struct + Errors []shared.ResponseInfo + JSON indexMetadataIndexListResponseEnvelopeJSON + Messages []shared.ResponseInfo + Result IndexMetadataIndexListResponse + Success IndexMetadataIndexListResponseEnvelopeSuccess + func (r *IndexMetadataIndexListResponseEnvelope) UnmarshalJSON(data []byte) (err error) + type IndexMetadataIndexListResponseEnvelopeSuccess bool + const IndexMetadataIndexListResponseEnvelopeSuccessTrue + func (r IndexMetadataIndexListResponseEnvelopeSuccess) IsKnown() bool + type IndexMetadataIndexListResponseMetadataIndex struct + IndexType IndexMetadataIndexListResponseMetadataIndexesIndexType + JSON indexMetadataIndexListResponseMetadataIndexJSON + PropertyName string + func (r *IndexMetadataIndexListResponseMetadataIndex) UnmarshalJSON(data []byte) (err error) + type IndexMetadataIndexListResponseMetadataIndexesIndexType string + const IndexMetadataIndexListResponseMetadataIndexesIndexTypeBoolean + const IndexMetadataIndexListResponseMetadataIndexesIndexTypeNumber + const IndexMetadataIndexListResponseMetadataIndexesIndexTypeString + func (r IndexMetadataIndexListResponseMetadataIndexesIndexType) IsKnown() bool + type IndexMetadataIndexNewParams struct + AccountID param.Field[string] + IndexType param.Field[IndexMetadataIndexNewParamsIndexType] + PropertyName param.Field[string] + func (r IndexMetadataIndexNewParams) MarshalJSON() (data []byte, err error) + type IndexMetadataIndexNewParamsIndexType string + const IndexMetadataIndexNewParamsIndexTypeBoolean + const IndexMetadataIndexNewParamsIndexTypeNumber + const IndexMetadataIndexNewParamsIndexTypeString + func (r IndexMetadataIndexNewParamsIndexType) IsKnown() bool + type IndexMetadataIndexNewResponse struct + JSON indexMetadataIndexNewResponseJSON + MutationID string + func (r *IndexMetadataIndexNewResponse) UnmarshalJSON(data []byte) (err error) + type IndexMetadataIndexNewResponseEnvelope struct + Errors []shared.ResponseInfo + JSON indexMetadataIndexNewResponseEnvelopeJSON + Messages []shared.ResponseInfo + Result IndexMetadataIndexNewResponse + Success IndexMetadataIndexNewResponseEnvelopeSuccess + func (r *IndexMetadataIndexNewResponseEnvelope) UnmarshalJSON(data []byte) (err error) + type IndexMetadataIndexNewResponseEnvelopeSuccess bool + const IndexMetadataIndexNewResponseEnvelopeSuccessTrue + func (r IndexMetadataIndexNewResponseEnvelopeSuccess) IsKnown() bool + type IndexMetadataIndexService struct + Options []option.RequestOption + func NewIndexMetadataIndexService(opts ...option.RequestOption) (r *IndexMetadataIndexService) + func (r *IndexMetadataIndexService) Delete(ctx context.Context, indexName string, params IndexMetadataIndexDeleteParams, ...) (res *IndexMetadataIndexDeleteResponse, err error) + func (r *IndexMetadataIndexService) List(ctx context.Context, indexName string, query IndexMetadataIndexListParams, ...) (res *IndexMetadataIndexListResponse, err error) + func (r *IndexMetadataIndexService) New(ctx context.Context, indexName string, params IndexMetadataIndexNewParams, ...) (res *IndexMetadataIndexNewResponse, err error) + type IndexNewParams struct + AccountID param.Field[string] + Config param.Field[IndexNewParamsConfigUnion] + Description param.Field[string] + Name param.Field[string] + func (r IndexNewParams) MarshalJSON() (data []byte, err error) + type IndexNewParamsConfig struct + Dimensions param.Field[int64] + Metric param.Field[IndexNewParamsConfigMetric] + Preset param.Field[IndexNewParamsConfigPreset] + func (r IndexNewParamsConfig) MarshalJSON() (data []byte, err error) + type IndexNewParamsConfigMetric string + const IndexNewParamsConfigMetricCosine + const IndexNewParamsConfigMetricDOTProduct + const IndexNewParamsConfigMetricEuclidean + func (r IndexNewParamsConfigMetric) IsKnown() bool + type IndexNewParamsConfigPreset string + const IndexNewParamsConfigPresetCfBaaiBgeBaseEnV1_5 + const IndexNewParamsConfigPresetCfBaaiBgeLargeEnV1_5 + const IndexNewParamsConfigPresetCfBaaiBgeSmallEnV1_5 + const IndexNewParamsConfigPresetCohereEmbedMultilingualV2_0 + const IndexNewParamsConfigPresetOpenAITextEmbeddingAda002 + func (r IndexNewParamsConfigPreset) IsKnown() bool + type IndexNewParamsConfigUnion interface + type IndexNewParamsConfigVectorizeIndexPresetConfiguration struct + Preset param.Field[IndexNewParamsConfigVectorizeIndexPresetConfigurationPreset] + func (r IndexNewParamsConfigVectorizeIndexPresetConfiguration) MarshalJSON() (data []byte, err error) + type IndexNewParamsConfigVectorizeIndexPresetConfigurationPreset string + const IndexNewParamsConfigVectorizeIndexPresetConfigurationPresetCfBaaiBgeBaseEnV1_5 + const IndexNewParamsConfigVectorizeIndexPresetConfigurationPresetCfBaaiBgeLargeEnV1_5 + const IndexNewParamsConfigVectorizeIndexPresetConfigurationPresetCfBaaiBgeSmallEnV1_5 + const IndexNewParamsConfigVectorizeIndexPresetConfigurationPresetCohereEmbedMultilingualV2_0 + const IndexNewParamsConfigVectorizeIndexPresetConfigurationPresetOpenAITextEmbeddingAda002 + func (r IndexNewParamsConfigVectorizeIndexPresetConfigurationPreset) IsKnown() bool + type IndexNewResponseEnvelope struct + Errors []shared.ResponseInfo + JSON indexNewResponseEnvelopeJSON + Messages []shared.ResponseInfo + Result CreateIndex + Success IndexNewResponseEnvelopeSuccess + func (r *IndexNewResponseEnvelope) UnmarshalJSON(data []byte) (err error) + type IndexNewResponseEnvelopeSuccess bool + const IndexNewResponseEnvelopeSuccessTrue + func (r IndexNewResponseEnvelopeSuccess) IsKnown() bool + type IndexQueryParams struct + AccountID param.Field[string] + Filter param.Field[interface{}] + ReturnMetadata param.Field[IndexQueryParamsReturnMetadata] + ReturnValues param.Field[bool] + TopK param.Field[float64] + Vector param.Field[[]float64] + func (r IndexQueryParams) MarshalJSON() (data []byte, err error) + type IndexQueryParamsReturnMetadata string + const IndexQueryParamsReturnMetadataAll + const IndexQueryParamsReturnMetadataIndexed + const IndexQueryParamsReturnMetadataNone + func (r IndexQueryParamsReturnMetadata) IsKnown() bool + type IndexQueryResponse struct + Count int64 + JSON indexQueryResponseJSON + Matches []IndexQueryResponseMatch + func (r *IndexQueryResponse) UnmarshalJSON(data []byte) (err error) + type IndexQueryResponseEnvelope struct + Errors []shared.ResponseInfo + JSON indexQueryResponseEnvelopeJSON + Messages []shared.ResponseInfo + Result IndexQueryResponse + Success IndexQueryResponseEnvelopeSuccess + func (r *IndexQueryResponseEnvelope) UnmarshalJSON(data []byte) (err error) + type IndexQueryResponseEnvelopeSuccess bool + const IndexQueryResponseEnvelopeSuccessTrue + func (r IndexQueryResponseEnvelopeSuccess) IsKnown() bool + type IndexQueryResponseMatch struct + ID string + JSON indexQueryResponseMatchJSON + Metadata interface{} + Namespace string + Score float64 + Values []float64 + func (r *IndexQueryResponseMatch) UnmarshalJSON(data []byte) (err error) + type IndexService struct + MetadataIndex *IndexMetadataIndexService + Options []option.RequestOption + func NewIndexService(opts ...option.RequestOption) (r *IndexService) + func (r *IndexService) Delete(ctx context.Context, indexName string, body IndexDeleteParams, ...) (res *interface{}, err error) + func (r *IndexService) DeleteByIDs(ctx context.Context, indexName string, params IndexDeleteByIDsParams, ...) (res *IndexDeleteByIDsResponse, err error) + func (r *IndexService) Get(ctx context.Context, indexName string, query IndexGetParams, ...) (res *CreateIndex, err error) + func (r *IndexService) GetByIDs(ctx context.Context, indexName string, params IndexGetByIDsParams, ...) (res *IndexGetByIDsResponse, err error) + func (r *IndexService) Info(ctx context.Context, indexName string, query IndexInfoParams, ...) (res *IndexInfoResponse, err error) + func (r *IndexService) Insert(ctx context.Context, indexName string, params IndexInsertParams, ...) (res *IndexInsertResponse, err error) + func (r *IndexService) List(ctx context.Context, query IndexListParams, opts ...option.RequestOption) (res *pagination.SinglePage[CreateIndex], err error) + func (r *IndexService) ListAutoPaging(ctx context.Context, query IndexListParams, opts ...option.RequestOption) *pagination.SinglePageAutoPager[CreateIndex] + func (r *IndexService) New(ctx context.Context, params IndexNewParams, opts ...option.RequestOption) (res *CreateIndex, err error) + func (r *IndexService) Query(ctx context.Context, indexName string, params IndexQueryParams, ...) (res *IndexQueryResponse, err error) + func (r *IndexService) Upsert(ctx context.Context, indexName string, params IndexUpsertParams, ...) (res *IndexUpsertResponse, err error) + type IndexUpsertParams struct + AccountID param.Field[string] + Body string + UnparsableBehavior param.Field[IndexUpsertParamsUnparsableBehavior] + func (r IndexUpsertParams) MarshalJSON() (data []byte, err error) + func (r IndexUpsertParams) URLQuery() (v url.Values) + type IndexUpsertParamsUnparsableBehavior string + const IndexUpsertParamsUnparsableBehaviorDiscard + const IndexUpsertParamsUnparsableBehaviorError + func (r IndexUpsertParamsUnparsableBehavior) IsKnown() bool + type IndexUpsertResponse struct + JSON indexUpsertResponseJSON + MutationID string + func (r *IndexUpsertResponse) UnmarshalJSON(data []byte) (err error) + type IndexUpsertResponseEnvelope struct + Errors []shared.ResponseInfo + JSON indexUpsertResponseEnvelopeJSON + Messages []shared.ResponseInfo + Result IndexUpsertResponse + Success IndexUpsertResponseEnvelopeSuccess + func (r *IndexUpsertResponseEnvelope) UnmarshalJSON(data []byte) (err error) + type IndexUpsertResponseEnvelopeSuccess bool + const IndexUpsertResponseEnvelopeSuccessTrue + func (r IndexUpsertResponseEnvelopeSuccess) IsKnown() bool + type Member = shared.Member + type MemberPoliciesAccess = shared.MemberPoliciesAccess + type MemberPoliciesPermissionGroup = shared.MemberPoliciesPermissionGroup + type MemberPoliciesPermissionGroupsMeta = shared.MemberPoliciesPermissionGroupsMeta + type MemberPoliciesResourceGroup = shared.MemberPoliciesResourceGroup + type MemberPoliciesResourceGroupsMeta = shared.MemberPoliciesResourceGroupsMeta + type MemberPoliciesResourceGroupsScope = shared.MemberPoliciesResourceGroupsScope + type MemberPoliciesResourceGroupsScopeObject = shared.MemberPoliciesResourceGroupsScopeObject + type MemberPolicy = shared.MemberPolicy + type MemberStatus = shared.MemberStatus + type MemberUser = shared.MemberUser + type Permission = shared.Permission + type PermissionGrant = shared.PermissionGrant + type PermissionGrantParam = shared.PermissionGrantParam + type RatePlan = shared.RatePlan + type RatePlanID = shared.RatePlanID + type RatePlanParam = shared.RatePlanParam + type ResponseInfo = shared.ResponseInfo + type ResponseInfoSource = shared.ResponseInfoSource + type Role = shared.Role + type RoleParam = shared.RoleParam + type RolePermissions = shared.RolePermissions + type RolePermissionsParam = shared.RolePermissionsParam + type SortDirection = shared.SortDirection + type Subscription = shared.Subscription + type SubscriptionFrequency = shared.SubscriptionFrequency + type SubscriptionParam = shared.SubscriptionParam + type SubscriptionState = shared.SubscriptionState + type Token = shared.Token + type TokenCondition = shared.TokenCondition + type TokenConditionCIDRList = shared.TokenConditionCIDRList + type TokenConditionCIDRListParam = shared.TokenConditionCIDRListParam + type TokenConditionParam = shared.TokenConditionParam + type TokenConditionRequestIP = shared.TokenConditionRequestIP + type TokenConditionRequestIPParam = shared.TokenConditionRequestIPParam + type TokenParam = shared.TokenParam + type TokenPolicy = shared.TokenPolicy + type TokenPolicyEffect = shared.TokenPolicyEffect + type TokenPolicyParam = shared.TokenPolicyParam + type TokenPolicyPermissionGroup = shared.TokenPolicyPermissionGroup + type TokenPolicyPermissionGroupParam = shared.TokenPolicyPermissionGroupParam + type TokenPolicyPermissionGroupsMeta = shared.TokenPolicyPermissionGroupsMeta + type TokenPolicyPermissionGroupsMetaParam = shared.TokenPolicyPermissionGroupsMetaParam + type TokenPolicyResourcesIAMResourcesTypeObjectNested = shared.TokenPolicyResourcesIAMResourcesTypeObjectNested + type TokenPolicyResourcesIAMResourcesTypeObjectNestedParam = shared.TokenPolicyResourcesIAMResourcesTypeObjectNestedParam + type TokenPolicyResourcesIAMResourcesTypeObjectString = shared.TokenPolicyResourcesIAMResourcesTypeObjectString + type TokenPolicyResourcesIAMResourcesTypeObjectStringParam = shared.TokenPolicyResourcesIAMResourcesTypeObjectStringParam + type TokenPolicyResourcesUnion = shared.TokenPolicyResourcesUnion + type TokenPolicyResourcesUnionParam = shared.TokenPolicyResourcesUnionParam + type TokenStatus = shared.TokenStatus + type TokenValue = shared.TokenValue + type VectorizeService struct + Indexes *IndexService + Options []option.RequestOption + func NewVectorizeService(opts ...option.RequestOption) (r *VectorizeService) Other modules containing this package github.com/cloudflare/cloudflare-go/v2 github.com/cloudflare/cloudflare-go/v3 github.com/cloudflare/cloudflare-go/v4 github.com/cloudflare/cloudflare-go/v6