Skip to content

Commit c73b979

Browse files
chore(api): mark some methods as deprecated
1 parent f7fb584 commit c73b979

22 files changed

+121
-0
lines changed

addressing/prefixadvertisementstatus.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ func NewPrefixAdvertisementStatusService(opts ...option.RequestOption) (r *Prefi
3838
//
3939
// **Deprecated:** Prefer the BGP Prefixes endpoints, which additionally allow for
4040
// advertising and withdrawing subnets of an IP prefix.
41+
//
42+
// Deprecated: deprecated
4143
func (r *PrefixAdvertisementStatusService) Edit(ctx context.Context, prefixID string, params PrefixAdvertisementStatusEditParams, opts ...option.RequestOption) (res *PrefixAdvertisementStatusEditResponse, err error) {
4244
var env PrefixAdvertisementStatusEditResponseEnvelope
4345
opts = append(r.Options[:], opts...)
@@ -62,6 +64,8 @@ func (r *PrefixAdvertisementStatusService) Edit(ctx context.Context, prefixID st
6264
//
6365
// **Deprecated:** Prefer the BGP Prefixes endpoints, which additionally allow for
6466
// advertising and withdrawing subnets of an IP prefix.
67+
//
68+
// Deprecated: deprecated
6569
func (r *PrefixAdvertisementStatusService) Get(ctx context.Context, prefixID string, query PrefixAdvertisementStatusGetParams, opts ...option.RequestOption) (res *PrefixAdvertisementStatusGetResponse, err error) {
6670
var env PrefixAdvertisementStatusGetResponseEnvelope
6771
opts = append(r.Options[:], opts...)

billing/profile.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ func NewProfileService(opts ...option.RequestOption) (r *ProfileService) {
3636
}
3737

3838
// Gets the current billing profile for the account.
39+
//
40+
// Deprecated: deprecated
3941
func (r *ProfileService) Get(ctx context.Context, query ProfileGetParams, opts ...option.RequestOption) (res *ProfileGetResponse, err error) {
4042
var env ProfileGetResponseEnvelope
4143
opts = append(r.Options[:], opts...)

email_routing/emailrouting.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ func NewEmailRoutingService(opts ...option.RequestOption) (r *EmailRoutingServic
4242

4343
// Disable your Email Routing zone. Also removes additional MX records previously
4444
// required for Email Routing to work.
45+
//
46+
// Deprecated: deprecated
4547
func (r *EmailRoutingService) Disable(ctx context.Context, params EmailRoutingDisableParams, opts ...option.RequestOption) (res *Settings, err error) {
4648
var env EmailRoutingDisableResponseEnvelope
4749
opts = append(r.Options[:], opts...)
@@ -59,6 +61,8 @@ func (r *EmailRoutingService) Disable(ctx context.Context, params EmailRoutingDi
5961
}
6062

6163
// Enable you Email Routing zone. Add and lock the necessary MX and SPF records.
64+
//
65+
// Deprecated: deprecated
6266
func (r *EmailRoutingService) Enable(ctx context.Context, params EmailRoutingEnableParams, opts ...option.RequestOption) (res *Settings, err error) {
6367
var env EmailRoutingEnableResponseEnvelope
6468
opts = append(r.Options[:], opts...)

firewall/wafoverride.go

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ func NewWAFOverrideService(opts ...option.RequestOption) (r *WAFOverrideService)
4141
//
4242
// **Note:** Applies only to the
4343
// [previous version of WAF managed rules](https://developers.cloudflare.com/support/firewall/managed-rules-web-application-firewall-waf/understanding-waf-managed-rules-web-application-firewall/).
44+
//
45+
// Deprecated: deprecated
4446
func (r *WAFOverrideService) New(ctx context.Context, params WAFOverrideNewParams, opts ...option.RequestOption) (res *Override, err error) {
4547
var env WAFOverrideNewResponseEnvelope
4648
opts = append(r.Options[:], opts...)
@@ -61,6 +63,8 @@ func (r *WAFOverrideService) New(ctx context.Context, params WAFOverrideNewParam
6163
//
6264
// **Note:** Applies only to the
6365
// [previous version of WAF managed rules](https://developers.cloudflare.com/support/firewall/managed-rules-web-application-firewall-waf/understanding-waf-managed-rules-web-application-firewall/).
66+
//
67+
// Deprecated: deprecated
6468
func (r *WAFOverrideService) Update(ctx context.Context, overridesID string, params WAFOverrideUpdateParams, opts ...option.RequestOption) (res *Override, err error) {
6569
var env WAFOverrideUpdateResponseEnvelope
6670
opts = append(r.Options[:], opts...)
@@ -85,6 +89,8 @@ func (r *WAFOverrideService) Update(ctx context.Context, overridesID string, par
8589
//
8690
// **Note:** Applies only to the
8791
// [previous version of WAF managed rules](https://developers.cloudflare.com/support/firewall/managed-rules-web-application-firewall-waf/understanding-waf-managed-rules-web-application-firewall/).
92+
//
93+
// Deprecated: deprecated
8894
func (r *WAFOverrideService) List(ctx context.Context, params WAFOverrideListParams, opts ...option.RequestOption) (res *pagination.V4PagePaginationArray[Override], err error) {
8995
var raw *http.Response
9096
opts = append(r.Options[:], opts...)
@@ -110,6 +116,8 @@ func (r *WAFOverrideService) List(ctx context.Context, params WAFOverrideListPar
110116
//
111117
// **Note:** Applies only to the
112118
// [previous version of WAF managed rules](https://developers.cloudflare.com/support/firewall/managed-rules-web-application-firewall-waf/understanding-waf-managed-rules-web-application-firewall/).
119+
//
120+
// Deprecated: deprecated
113121
func (r *WAFOverrideService) ListAutoPaging(ctx context.Context, params WAFOverrideListParams, opts ...option.RequestOption) *pagination.V4PagePaginationArrayAutoPager[Override] {
114122
return pagination.NewV4PagePaginationArrayAutoPager(r.List(ctx, params, opts...))
115123
}
@@ -118,6 +126,8 @@ func (r *WAFOverrideService) ListAutoPaging(ctx context.Context, params WAFOverr
118126
//
119127
// **Note:** Applies only to the
120128
// [previous version of WAF managed rules](https://developers.cloudflare.com/support/firewall/managed-rules-web-application-firewall-waf/understanding-waf-managed-rules-web-application-firewall/).
129+
//
130+
// Deprecated: deprecated
121131
func (r *WAFOverrideService) Delete(ctx context.Context, overridesID string, body WAFOverrideDeleteParams, opts ...option.RequestOption) (res *WAFOverrideDeleteResponse, err error) {
122132
var env WAFOverrideDeleteResponseEnvelope
123133
opts = append(r.Options[:], opts...)
@@ -142,6 +152,8 @@ func (r *WAFOverrideService) Delete(ctx context.Context, overridesID string, bod
142152
//
143153
// **Note:** Applies only to the
144154
// [previous version of WAF managed rules](https://developers.cloudflare.com/support/firewall/managed-rules-web-application-firewall-waf/understanding-waf-managed-rules-web-application-firewall/).
155+
//
156+
// Deprecated: deprecated
145157
func (r *WAFOverrideService) Get(ctx context.Context, overridesID string, query WAFOverrideGetParams, opts ...option.RequestOption) (res *Override, err error) {
146158
var env WAFOverrideGetResponseEnvelope
147159
opts = append(r.Options[:], opts...)

firewall/wafpackage.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ func NewWAFPackageService(opts ...option.RequestOption) (r *WAFPackageService) {
4747
//
4848
// **Note:** Applies only to the
4949
// [previous version of WAF managed rules](https://developers.cloudflare.com/support/firewall/managed-rules-web-application-firewall-waf/understanding-waf-managed-rules-web-application-firewall/).
50+
//
51+
// Deprecated: deprecated
5052
func (r *WAFPackageService) List(ctx context.Context, params WAFPackageListParams, opts ...option.RequestOption) (res *pagination.V4PagePaginationArray[WAFPackageListResponse], err error) {
5153
var raw *http.Response
5254
opts = append(r.Options[:], opts...)
@@ -72,6 +74,8 @@ func (r *WAFPackageService) List(ctx context.Context, params WAFPackageListParam
7274
//
7375
// **Note:** Applies only to the
7476
// [previous version of WAF managed rules](https://developers.cloudflare.com/support/firewall/managed-rules-web-application-firewall-waf/understanding-waf-managed-rules-web-application-firewall/).
77+
//
78+
// Deprecated: deprecated
7579
func (r *WAFPackageService) ListAutoPaging(ctx context.Context, params WAFPackageListParams, opts ...option.RequestOption) *pagination.V4PagePaginationArrayAutoPager[WAFPackageListResponse] {
7680
return pagination.NewV4PagePaginationArrayAutoPager(r.List(ctx, params, opts...))
7781
}
@@ -80,6 +84,8 @@ func (r *WAFPackageService) ListAutoPaging(ctx context.Context, params WAFPackag
8084
//
8185
// **Note:** Applies only to the
8286
// [previous version of WAF managed rules](https://developers.cloudflare.com/support/firewall/managed-rules-web-application-firewall-waf/understanding-waf-managed-rules-web-application-firewall/).
87+
//
88+
// Deprecated: deprecated
8389
func (r *WAFPackageService) Get(ctx context.Context, packageID string, query WAFPackageGetParams, opts ...option.RequestOption) (res *WAFPackageGetResponse, err error) {
8490
opts = append(r.Options[:], opts...)
8591
if query.ZoneID.Value == "" {

firewall/wafpackagegroup.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ func NewWAFPackageGroupService(opts ...option.RequestOption) (r *WAFPackageGroup
4141
//
4242
// **Note:** Applies only to the
4343
// [previous version of WAF managed rules](https://developers.cloudflare.com/support/firewall/managed-rules-web-application-firewall-waf/understanding-waf-managed-rules-web-application-firewall/).
44+
//
45+
// Deprecated: deprecated
4446
func (r *WAFPackageGroupService) List(ctx context.Context, packageID string, params WAFPackageGroupListParams, opts ...option.RequestOption) (res *pagination.V4PagePaginationArray[Group], err error) {
4547
var raw *http.Response
4648
opts = append(r.Options[:], opts...)
@@ -70,6 +72,8 @@ func (r *WAFPackageGroupService) List(ctx context.Context, packageID string, par
7072
//
7173
// **Note:** Applies only to the
7274
// [previous version of WAF managed rules](https://developers.cloudflare.com/support/firewall/managed-rules-web-application-firewall-waf/understanding-waf-managed-rules-web-application-firewall/).
75+
//
76+
// Deprecated: deprecated
7377
func (r *WAFPackageGroupService) ListAutoPaging(ctx context.Context, packageID string, params WAFPackageGroupListParams, opts ...option.RequestOption) *pagination.V4PagePaginationArrayAutoPager[Group] {
7478
return pagination.NewV4PagePaginationArrayAutoPager(r.List(ctx, packageID, params, opts...))
7579
}
@@ -79,6 +83,8 @@ func (r *WAFPackageGroupService) ListAutoPaging(ctx context.Context, packageID s
7983
//
8084
// **Note:** Applies only to the
8185
// [previous version of WAF managed rules](https://developers.cloudflare.com/support/firewall/managed-rules-web-application-firewall-waf/understanding-waf-managed-rules-web-application-firewall/).
86+
//
87+
// Deprecated: deprecated
8288
func (r *WAFPackageGroupService) Edit(ctx context.Context, packageID string, groupID string, params WAFPackageGroupEditParams, opts ...option.RequestOption) (res *interface{}, err error) {
8389
var env WAFPackageGroupEditResponseEnvelope
8490
opts = append(r.Options[:], opts...)
@@ -107,6 +113,8 @@ func (r *WAFPackageGroupService) Edit(ctx context.Context, packageID string, gro
107113
//
108114
// **Note:** Applies only to the
109115
// [previous version of WAF managed rules](https://developers.cloudflare.com/support/firewall/managed-rules-web-application-firewall-waf/understanding-waf-managed-rules-web-application-firewall/).
116+
//
117+
// Deprecated: deprecated
110118
func (r *WAFPackageGroupService) Get(ctx context.Context, packageID string, groupID string, query WAFPackageGroupGetParams, opts ...option.RequestOption) (res *interface{}, err error) {
111119
var env WAFPackageGroupGetResponseEnvelope
112120
opts = append(r.Options[:], opts...)

firewall/wafpackagerule.go

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ func NewWAFPackageRuleService(opts ...option.RequestOption) (r *WAFPackageRuleSe
4343
//
4444
// **Note:** Applies only to the
4545
// [previous version of WAF managed rules](https://developers.cloudflare.com/support/firewall/managed-rules-web-application-firewall-waf/understanding-waf-managed-rules-web-application-firewall/).
46+
//
47+
// Deprecated: deprecated
4648
func (r *WAFPackageRuleService) List(ctx context.Context, packageID string, params WAFPackageRuleListParams, opts ...option.RequestOption) (res *pagination.V4PagePaginationArray[WAFPackageRuleListResponse], err error) {
4749
var raw *http.Response
4850
opts = append(r.Options[:], opts...)
@@ -72,6 +74,8 @@ func (r *WAFPackageRuleService) List(ctx context.Context, packageID string, para
7274
//
7375
// **Note:** Applies only to the
7476
// [previous version of WAF managed rules](https://developers.cloudflare.com/support/firewall/managed-rules-web-application-firewall-waf/understanding-waf-managed-rules-web-application-firewall/).
77+
//
78+
// Deprecated: deprecated
7579
func (r *WAFPackageRuleService) ListAutoPaging(ctx context.Context, packageID string, params WAFPackageRuleListParams, opts ...option.RequestOption) *pagination.V4PagePaginationArrayAutoPager[WAFPackageRuleListResponse] {
7680
return pagination.NewV4PagePaginationArrayAutoPager(r.List(ctx, packageID, params, opts...))
7781
}
@@ -80,6 +84,8 @@ func (r *WAFPackageRuleService) ListAutoPaging(ctx context.Context, packageID st
8084
//
8185
// **Note:** Applies only to the
8286
// [previous version of WAF managed rules](https://developers.cloudflare.com/support/firewall/managed-rules-web-application-firewall-waf/understanding-waf-managed-rules-web-application-firewall/).
87+
//
88+
// Deprecated: deprecated
8389
func (r *WAFPackageRuleService) Edit(ctx context.Context, packageID string, ruleID string, params WAFPackageRuleEditParams, opts ...option.RequestOption) (res *WAFPackageRuleEditResponse, err error) {
8490
var env WAFPackageRuleEditResponseEnvelope
8591
opts = append(r.Options[:], opts...)
@@ -108,6 +114,8 @@ func (r *WAFPackageRuleService) Edit(ctx context.Context, packageID string, rule
108114
//
109115
// **Note:** Applies only to the
110116
// [previous version of WAF managed rules](https://developers.cloudflare.com/support/firewall/managed-rules-web-application-firewall-waf/understanding-waf-managed-rules-web-application-firewall/).
117+
//
118+
// Deprecated: deprecated
111119
func (r *WAFPackageRuleService) Get(ctx context.Context, packageID string, ruleID string, query WAFPackageRuleGetParams, opts ...option.RequestOption) (res *interface{}, err error) {
112120
var env WAFPackageRuleGetResponseEnvelope
113121
opts = append(r.Options[:], opts...)

images/v1.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ func (r *V1Service) New(ctx context.Context, params V1NewParams, opts ...option.
7070

7171
// List up to 100 images with one request. Use the optional parameters below to get
7272
// a specific range of images.
73+
//
74+
// Deprecated: deprecated
7375
func (r *V1Service) List(ctx context.Context, params V1ListParams, opts ...option.RequestOption) (res *pagination.V4PagePagination[V1ListResponse], err error) {
7476
var raw *http.Response
7577
opts = append(r.Options[:], opts...)
@@ -93,6 +95,8 @@ func (r *V1Service) List(ctx context.Context, params V1ListParams, opts ...optio
9395

9496
// List up to 100 images with one request. Use the optional parameters below to get
9597
// a specific range of images.
98+
//
99+
// Deprecated: deprecated
96100
func (r *V1Service) ListAutoPaging(ctx context.Context, params V1ListParams, opts ...option.RequestOption) *pagination.V4PagePaginationAutoPager[V1ListResponse] {
97101
return pagination.NewV4PagePaginationAutoPager(r.List(ctx, params, opts...))
98102
}

intel/attacksurfacereportissue.go

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ func NewAttackSurfaceReportIssueService(opts ...option.RequestOption) (r *Attack
3838
}
3939

4040
// Get Security Center Issues
41+
//
42+
// Deprecated: deprecated
4143
func (r *AttackSurfaceReportIssueService) List(ctx context.Context, params AttackSurfaceReportIssueListParams, opts ...option.RequestOption) (res *pagination.V4PagePagination[AttackSurfaceReportIssueListResponse], err error) {
4244
var raw *http.Response
4345
opts = append(r.Options[:], opts...)
@@ -60,11 +62,15 @@ func (r *AttackSurfaceReportIssueService) List(ctx context.Context, params Attac
6062
}
6163

6264
// Get Security Center Issues
65+
//
66+
// Deprecated: deprecated
6367
func (r *AttackSurfaceReportIssueService) ListAutoPaging(ctx context.Context, params AttackSurfaceReportIssueListParams, opts ...option.RequestOption) *pagination.V4PagePaginationAutoPager[AttackSurfaceReportIssueListResponse] {
6468
return pagination.NewV4PagePaginationAutoPager(r.List(ctx, params, opts...))
6569
}
6670

6771
// Get Security Center Issue Counts by Class
72+
//
73+
// Deprecated: deprecated
6874
func (r *AttackSurfaceReportIssueService) Class(ctx context.Context, params AttackSurfaceReportIssueClassParams, opts ...option.RequestOption) (res *[]AttackSurfaceReportIssueClassResponse, err error) {
6975
var env AttackSurfaceReportIssueClassResponseEnvelope
7076
opts = append(r.Options[:], opts...)
@@ -82,6 +88,8 @@ func (r *AttackSurfaceReportIssueService) Class(ctx context.Context, params Atta
8288
}
8389

8490
// Archive Security Center Insight
91+
//
92+
// Deprecated: deprecated
8593
func (r *AttackSurfaceReportIssueService) Dismiss(ctx context.Context, issueID string, params AttackSurfaceReportIssueDismissParams, opts ...option.RequestOption) (res *AttackSurfaceReportIssueDismissResponse, err error) {
8694
opts = append(r.Options[:], opts...)
8795
if params.AccountID.Value == "" {
@@ -98,6 +106,8 @@ func (r *AttackSurfaceReportIssueService) Dismiss(ctx context.Context, issueID s
98106
}
99107

100108
// Get Security Center Issue Counts by Severity
109+
//
110+
// Deprecated: deprecated
101111
func (r *AttackSurfaceReportIssueService) Severity(ctx context.Context, params AttackSurfaceReportIssueSeverityParams, opts ...option.RequestOption) (res *[]AttackSurfaceReportIssueSeverityResponse, err error) {
102112
var env AttackSurfaceReportIssueSeverityResponseEnvelope
103113
opts = append(r.Options[:], opts...)
@@ -115,6 +125,8 @@ func (r *AttackSurfaceReportIssueService) Severity(ctx context.Context, params A
115125
}
116126

117127
// Get Security Center Issue Counts by Type
128+
//
129+
// Deprecated: deprecated
118130
func (r *AttackSurfaceReportIssueService) Type(ctx context.Context, params AttackSurfaceReportIssueTypeParams, opts ...option.RequestOption) (res *[]AttackSurfaceReportIssueTypeResponse, err error) {
119131
var env AttackSurfaceReportIssueTypeResponseEnvelope
120132
opts = append(r.Options[:], opts...)

radar/attacklayer3top.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ func (r *AttackLayer3TopService) Attacks(ctx context.Context, query AttackLayer3
5454

5555
// This endpoint is deprecated. To continue getting this data, switch to the
5656
// summary by industry endpoint.
57+
//
58+
// Deprecated: deprecated
5759
func (r *AttackLayer3TopService) Industry(ctx context.Context, query AttackLayer3TopIndustryParams, opts ...option.RequestOption) (res *AttackLayer3TopIndustryResponse, err error) {
5860
var env AttackLayer3TopIndustryResponseEnvelope
5961
opts = append(r.Options[:], opts...)
@@ -68,6 +70,8 @@ func (r *AttackLayer3TopService) Industry(ctx context.Context, query AttackLayer
6870

6971
// This endpoint is deprecated. To continue getting this data, switch to the
7072
// summary by vertical endpoint.
73+
//
74+
// Deprecated: deprecated
7175
func (r *AttackLayer3TopService) Vertical(ctx context.Context, query AttackLayer3TopVerticalParams, opts ...option.RequestOption) (res *AttackLayer3TopVerticalResponse, err error) {
7276
var env AttackLayer3TopVerticalResponseEnvelope
7377
opts = append(r.Options[:], opts...)

radar/attacklayer7top.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ func (r *AttackLayer7TopService) Attacks(ctx context.Context, query AttackLayer7
5757

5858
// This endpoint is deprecated. To continue getting this data, switch to the
5959
// summary by industry endpoint.
60+
//
61+
// Deprecated: deprecated
6062
func (r *AttackLayer7TopService) Industry(ctx context.Context, query AttackLayer7TopIndustryParams, opts ...option.RequestOption) (res *AttackLayer7TopIndustryResponse, err error) {
6163
var env AttackLayer7TopIndustryResponseEnvelope
6264
opts = append(r.Options[:], opts...)
@@ -71,6 +73,8 @@ func (r *AttackLayer7TopService) Industry(ctx context.Context, query AttackLayer
7173

7274
// This endpoint is deprecated. To continue getting this data, switch to the
7375
// summary by vertical endpoint.
76+
//
77+
// Deprecated: deprecated
7478
func (r *AttackLayer7TopService) Vertical(ctx context.Context, query AttackLayer7TopVerticalParams, opts ...option.RequestOption) (res *AttackLayer7TopVerticalResponse, err error) {
7579
var env AttackLayer7TopVerticalResponseEnvelope
7680
opts = append(r.Options[:], opts...)

user/billinghistory.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ func NewBillingHistoryService(opts ...option.RequestOption) (r *BillingHistorySe
3636
}
3737

3838
// Accesses your billing history object.
39+
//
40+
// Deprecated: deprecated
3941
func (r *BillingHistoryService) List(ctx context.Context, query BillingHistoryListParams, opts ...option.RequestOption) (res *pagination.V4PagePaginationArray[BillingHistory], err error) {
4042
var raw *http.Response
4143
opts = append(r.Options[:], opts...)
@@ -54,6 +56,8 @@ func (r *BillingHistoryService) List(ctx context.Context, query BillingHistoryLi
5456
}
5557

5658
// Accesses your billing history object.
59+
//
60+
// Deprecated: deprecated
5761
func (r *BillingHistoryService) ListAutoPaging(ctx context.Context, query BillingHistoryListParams, opts ...option.RequestOption) *pagination.V4PagePaginationArrayAutoPager[BillingHistory] {
5862
return pagination.NewV4PagePaginationArrayAutoPager(r.List(ctx, query, opts...))
5963
}

user/billingprofile.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ func NewBillingProfileService(opts ...option.RequestOption) (r *BillingProfileSe
3333
}
3434

3535
// Accesses your billing profile object.
36+
//
37+
// Deprecated: deprecated
3638
func (r *BillingProfileService) Get(ctx context.Context, opts ...option.RequestOption) (res *BillingProfileGetResponse, err error) {
3739
var env BillingProfileGetResponseEnvelope
3840
opts = append(r.Options[:], opts...)

0 commit comments

Comments
 (0)