Versions in this module Expand all Collapse all v2 v2.0.0 Nov 7, 2024 Changes in this version + const AuditLogActorTypeAdmin + const AuditLogActorTypeCloudflare + const AuditLogActorTypeUser + const CertificateCADigicert + const CertificateCAGoogle + const CertificateCALetsEncrypt + const CertificateRequestTypeKeylessCertificate + const CertificateRequestTypeOriginECC + const CertificateRequestTypeOriginRSA + const CloudflareTunnelStatusDegraded + const CloudflareTunnelStatusDown + const CloudflareTunnelStatusHealthy + const CloudflareTunnelStatusInactive + const CloudflareTunnelTunTypeCNI + const CloudflareTunnelTunTypeCfdTunnel + const CloudflareTunnelTunTypeGRE + const CloudflareTunnelTunTypeIPSec + const CloudflareTunnelTunTypeWARPConnector + const MemberStatusAccepted + const MemberStatusPending + const SortDirectionAsc + const SortDirectionDesc + 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 BillingService struct + Options []option.RequestOption + Profiles *ProfileService + func NewBillingService(opts ...option.RequestOption) (r *BillingService) + 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 Error = apierror.Error + type ErrorData = shared.ErrorData + type MemberParam = shared.MemberParam + type MemberRoleParam = shared.MemberRoleParam + type MemberRolesPermissionsParam = shared.MemberRolesPermissionsParam + type MemberStatus = shared.MemberStatus + type MemberUserParam = shared.MemberUserParam + type Permission = shared.Permission + type PermissionGrant = shared.PermissionGrant + type PermissionGrantParam = shared.PermissionGrantParam + type ProfileGetResponseEnvelope struct + Errors []shared.ResponseInfo + JSON profileGetResponseEnvelopeJSON + Messages []shared.ResponseInfo + Result ProfileGetResponseUnion + Success ProfileGetResponseEnvelopeSuccess + func (r *ProfileGetResponseEnvelope) UnmarshalJSON(data []byte) (err error) + type ProfileGetResponseEnvelopeSuccess bool + const ProfileGetResponseEnvelopeSuccessTrue + func (r ProfileGetResponseEnvelopeSuccess) IsKnown() bool + type ProfileGetResponseUnion interface + ImplementsBillingProfileGetResponseUnion func() + type ProfileService struct + Options []option.RequestOption + func NewProfileService(opts ...option.RequestOption) (r *ProfileService) + func (r *ProfileService) Get(ctx context.Context, accountIdentifier interface{}, ...) (res *ProfileGetResponseUnion, err error) + type ResponseInfo = shared.ResponseInfo + type Role = shared.Role + type SortDirection = shared.SortDirection