Skip to content

Commit

Permalink
feat: OpenAPI spec update via Stainless API
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Feb 19, 2024
1 parent 0e9bf32 commit 3c34f1a
Show file tree
Hide file tree
Showing 17 changed files with 2,082 additions and 316 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name: CI
on:
push:
branches:
- main
- v2
pull_request:
branches:
- main
- v2

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
configured_endpoints: 1137
configured_endpoints: 1147
37 changes: 37 additions & 0 deletions api.md
Original file line number Diff line number Diff line change
Expand Up @@ -3386,6 +3386,14 @@ Methods:

## Traceroutes

Response Types:

- <a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go">cloudflare</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go#DiagnosticTracerouteDiagnosticsTracerouteResponse">DiagnosticTracerouteDiagnosticsTracerouteResponse</a>

Methods:

- <code title="post /accounts/{account_id}/diagnostics/traceroute">client.Diagnostics.Traceroutes.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go#DiagnosticTracerouteService.DiagnosticsTraceroute">DiagnosticsTraceroute</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>, accountID <a href="https://pkg.go.dev/builtin#string">string</a>, body <a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go">cloudflare</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go#DiagnosticTracerouteDiagnosticsTracerouteParams">DiagnosticTracerouteDiagnosticsTracerouteParams</a>) ([]<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go">cloudflare</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go#DiagnosticTracerouteDiagnosticsTracerouteResponse">DiagnosticTracerouteDiagnosticsTracerouteResponse</a>, <a href="https://pkg.go.dev/builtin#error">error</a>)</code>

# DLPs

## Patterns
Expand Down Expand Up @@ -5250,8 +5258,37 @@ Methods:

## IndicatorFeeds

Response Types:

- <a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go">cloudflare</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go#IntelIndicatorFeedNewResponse">IntelIndicatorFeedNewResponse</a>
- <a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go">cloudflare</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go#IntelIndicatorFeedListResponse">IntelIndicatorFeedListResponse</a>
- <a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go">cloudflare</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go#IntelIndicatorFeedGetResponse">IntelIndicatorFeedGetResponse</a>
- <a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go">cloudflare</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go#IntelIndicatorFeedPermissionsAddResponse">IntelIndicatorFeedPermissionsAddResponse</a>
- <a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go">cloudflare</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go#IntelIndicatorFeedPermissionsRemoveResponse">IntelIndicatorFeedPermissionsRemoveResponse</a>
- <a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go">cloudflare</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go#IntelIndicatorFeedPermissionsViewResponse">IntelIndicatorFeedPermissionsViewResponse</a>
- <a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go">cloudflare</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go#IntelIndicatorFeedSnapshotResponse">IntelIndicatorFeedSnapshotResponse</a>

Methods:

- <code title="post /accounts/{account_id}/intel/indicator-feeds">client.Intel.IndicatorFeeds.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go#IntelIndicatorFeedService.New">New</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>, accountID <a href="https://pkg.go.dev/builtin#string">string</a>, body <a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go">cloudflare</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go#IntelIndicatorFeedNewParams">IntelIndicatorFeedNewParams</a>) (<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go">cloudflare</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go#IntelIndicatorFeedNewResponse">IntelIndicatorFeedNewResponse</a>, <a href="https://pkg.go.dev/builtin#error">error</a>)</code>
- <code title="get /accounts/{account_id}/intel/indicator-feeds">client.Intel.IndicatorFeeds.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go#IntelIndicatorFeedService.List">List</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>, accountID <a href="https://pkg.go.dev/builtin#string">string</a>) ([]<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go">cloudflare</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go#IntelIndicatorFeedListResponse">IntelIndicatorFeedListResponse</a>, <a href="https://pkg.go.dev/builtin#error">error</a>)</code>
- <code title="get /accounts/{account_id}/intel/indicator-feeds/{feed_id}/data">client.Intel.IndicatorFeeds.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go#IntelIndicatorFeedService.Data">Data</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>, accountID <a href="https://pkg.go.dev/builtin#string">string</a>, feedID <a href="https://pkg.go.dev/builtin#int64">int64</a>) (<a href="https://pkg.go.dev/builtin#string">string</a>, <a href="https://pkg.go.dev/builtin#error">error</a>)</code>
- <code title="get /accounts/{account_id}/intel/indicator-feeds/{feed_id}">client.Intel.IndicatorFeeds.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go#IntelIndicatorFeedService.Get">Get</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>, accountID <a href="https://pkg.go.dev/builtin#string">string</a>, feedID <a href="https://pkg.go.dev/builtin#int64">int64</a>) (<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go">cloudflare</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go#IntelIndicatorFeedGetResponse">IntelIndicatorFeedGetResponse</a>, <a href="https://pkg.go.dev/builtin#error">error</a>)</code>
- <code title="put /accounts/{account_id}/intel/indicator-feeds/permissions/add">client.Intel.IndicatorFeeds.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go#IntelIndicatorFeedService.PermissionsAdd">PermissionsAdd</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>, accountID <a href="https://pkg.go.dev/builtin#string">string</a>, body <a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go">cloudflare</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go#IntelIndicatorFeedPermissionsAddParams">IntelIndicatorFeedPermissionsAddParams</a>) (<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go">cloudflare</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go#IntelIndicatorFeedPermissionsAddResponse">IntelIndicatorFeedPermissionsAddResponse</a>, <a href="https://pkg.go.dev/builtin#error">error</a>)</code>
- <code title="put /accounts/{account_id}/intel/indicator-feeds/permissions/remove">client.Intel.IndicatorFeeds.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go#IntelIndicatorFeedService.PermissionsRemove">PermissionsRemove</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>, accountID <a href="https://pkg.go.dev/builtin#string">string</a>, body <a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go">cloudflare</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go#IntelIndicatorFeedPermissionsRemoveParams">IntelIndicatorFeedPermissionsRemoveParams</a>) (<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go">cloudflare</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go#IntelIndicatorFeedPermissionsRemoveResponse">IntelIndicatorFeedPermissionsRemoveResponse</a>, <a href="https://pkg.go.dev/builtin#error">error</a>)</code>
- <code title="get /accounts/{account_id}/intel/indicator-feeds/permissions/view">client.Intel.IndicatorFeeds.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go#IntelIndicatorFeedService.PermissionsView">PermissionsView</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>, accountID <a href="https://pkg.go.dev/builtin#string">string</a>) ([]<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go">cloudflare</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go#IntelIndicatorFeedPermissionsViewResponse">IntelIndicatorFeedPermissionsViewResponse</a>, <a href="https://pkg.go.dev/builtin#error">error</a>)</code>
- <code title="put /accounts/{account_id}/intel/indicator-feeds/{feed_id}/snapshot">client.Intel.IndicatorFeeds.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go#IntelIndicatorFeedService.Snapshot">Snapshot</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>, accountID <a href="https://pkg.go.dev/builtin#string">string</a>, feedID <a href="https://pkg.go.dev/builtin#int64">int64</a>, body <a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go">cloudflare</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go#IntelIndicatorFeedSnapshotParams">IntelIndicatorFeedSnapshotParams</a>) (<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go">cloudflare</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go#IntelIndicatorFeedSnapshotResponse">IntelIndicatorFeedSnapshotResponse</a>, <a href="https://pkg.go.dev/builtin#error">error</a>)</code>

## Sinkholes

Response Types:

- <a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go">cloudflare</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go#IntelSinkholeListResponse">IntelSinkholeListResponse</a>

Methods:

- <code title="get /accounts/{account_id}/intel/sinkholes">client.Intel.Sinkholes.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go#IntelSinkholeService.List">List</a>(ctx <a href="https://pkg.go.dev/context">context</a>.<a href="https://pkg.go.dev/context#Context">Context</a>, accountID <a href="https://pkg.go.dev/builtin#string">string</a>) ([]<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go">cloudflare</a>.<a href="https://pkg.go.dev/github.com/cloudflare/cloudflare-sdk-go#IntelSinkholeListResponse">IntelSinkholeListResponse</a>, <a href="https://pkg.go.dev/builtin#error">error</a>)</code>

# Rum

## SiteInfos
Expand Down
66 changes: 33 additions & 33 deletions auditlog.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ func (r *AuditLogService) AuditLogsGetAccountAuditLogs(ctx context.Context, acco
}

// Union satisfied by [AuditLogAuditLogsGetAccountAuditLogsResponseObject] or
// [AuditLogAuditLogsGetAccountAuditLogsResponseD7rcId0rAPIResponseCommon].
// [AuditLogAuditLogsGetAccountAuditLogsResponse5iB7E0nlAPIResponseCommon].
type AuditLogAuditLogsGetAccountAuditLogsResponse interface {
implementsAuditLogAuditLogsGetAccountAuditLogsResponse()
}
Expand Down Expand Up @@ -225,19 +225,19 @@ func (r *AuditLogAuditLogsGetAccountAuditLogsResponseObjectResultResource) Unmar
return apijson.UnmarshalRoot(data, r)
}

type AuditLogAuditLogsGetAccountAuditLogsResponseD7rcId0rAPIResponseCommon struct {
Errors []AuditLogAuditLogsGetAccountAuditLogsResponseD7rcId0rAPIResponseCommonError `json:"errors,required"`
Messages []AuditLogAuditLogsGetAccountAuditLogsResponseD7rcId0rAPIResponseCommonMessage `json:"messages,required"`
Result AuditLogAuditLogsGetAccountAuditLogsResponseD7rcId0rAPIResponseCommonResult `json:"result,required"`
type AuditLogAuditLogsGetAccountAuditLogsResponse5iB7E0nlAPIResponseCommon struct {
Errors []AuditLogAuditLogsGetAccountAuditLogsResponse5iB7E0nlAPIResponseCommonError `json:"errors,required"`
Messages []AuditLogAuditLogsGetAccountAuditLogsResponse5iB7E0nlAPIResponseCommonMessage `json:"messages,required"`
Result AuditLogAuditLogsGetAccountAuditLogsResponse5iB7E0nlAPIResponseCommonResult `json:"result,required"`
// Whether the API call was successful
Success AuditLogAuditLogsGetAccountAuditLogsResponseD7rcId0rAPIResponseCommonSuccess `json:"success,required"`
JSON auditLogAuditLogsGetAccountAuditLogsResponseD7rcId0rAPIResponseCommonJSON `json:"-"`
Success AuditLogAuditLogsGetAccountAuditLogsResponse5iB7E0nlAPIResponseCommonSuccess `json:"success,required"`
JSON auditLogAuditLogsGetAccountAuditLogsResponse5iB7E0nlAPIResponseCommonJSON `json:"-"`
}

// auditLogAuditLogsGetAccountAuditLogsResponseD7rcId0rAPIResponseCommonJSON
// auditLogAuditLogsGetAccountAuditLogsResponse5iB7E0nlAPIResponseCommonJSON
// contains the JSON metadata for the struct
// [AuditLogAuditLogsGetAccountAuditLogsResponseD7rcId0rAPIResponseCommon]
type auditLogAuditLogsGetAccountAuditLogsResponseD7rcId0rAPIResponseCommonJSON struct {
// [AuditLogAuditLogsGetAccountAuditLogsResponse5iB7E0nlAPIResponseCommon]
type auditLogAuditLogsGetAccountAuditLogsResponse5iB7E0nlAPIResponseCommonJSON struct {
Errors apijson.Field
Messages apijson.Field
Result apijson.Field
Expand All @@ -246,64 +246,64 @@ type auditLogAuditLogsGetAccountAuditLogsResponseD7rcId0rAPIResponseCommonJSON s
ExtraFields map[string]apijson.Field
}

func (r *AuditLogAuditLogsGetAccountAuditLogsResponseD7rcId0rAPIResponseCommon) UnmarshalJSON(data []byte) (err error) {
func (r *AuditLogAuditLogsGetAccountAuditLogsResponse5iB7E0nlAPIResponseCommon) UnmarshalJSON(data []byte) (err error) {
return apijson.UnmarshalRoot(data, r)
}

func (r AuditLogAuditLogsGetAccountAuditLogsResponseD7rcId0rAPIResponseCommon) implementsAuditLogAuditLogsGetAccountAuditLogsResponse() {
func (r AuditLogAuditLogsGetAccountAuditLogsResponse5iB7E0nlAPIResponseCommon) implementsAuditLogAuditLogsGetAccountAuditLogsResponse() {
}

type AuditLogAuditLogsGetAccountAuditLogsResponseD7rcId0rAPIResponseCommonError struct {
type AuditLogAuditLogsGetAccountAuditLogsResponse5iB7E0nlAPIResponseCommonError struct {
Code int64 `json:"code,required"`
Message string `json:"message,required"`
JSON auditLogAuditLogsGetAccountAuditLogsResponseD7rcId0rAPIResponseCommonErrorJSON `json:"-"`
JSON auditLogAuditLogsGetAccountAuditLogsResponse5iB7E0nlAPIResponseCommonErrorJSON `json:"-"`
}

// auditLogAuditLogsGetAccountAuditLogsResponseD7rcId0rAPIResponseCommonErrorJSON
// auditLogAuditLogsGetAccountAuditLogsResponse5iB7E0nlAPIResponseCommonErrorJSON
// contains the JSON metadata for the struct
// [AuditLogAuditLogsGetAccountAuditLogsResponseD7rcId0rAPIResponseCommonError]
type auditLogAuditLogsGetAccountAuditLogsResponseD7rcId0rAPIResponseCommonErrorJSON struct {
// [AuditLogAuditLogsGetAccountAuditLogsResponse5iB7E0nlAPIResponseCommonError]
type auditLogAuditLogsGetAccountAuditLogsResponse5iB7E0nlAPIResponseCommonErrorJSON struct {
Code apijson.Field
Message apijson.Field
raw string
ExtraFields map[string]apijson.Field
}

func (r *AuditLogAuditLogsGetAccountAuditLogsResponseD7rcId0rAPIResponseCommonError) UnmarshalJSON(data []byte) (err error) {
func (r *AuditLogAuditLogsGetAccountAuditLogsResponse5iB7E0nlAPIResponseCommonError) UnmarshalJSON(data []byte) (err error) {
return apijson.UnmarshalRoot(data, r)
}

type AuditLogAuditLogsGetAccountAuditLogsResponseD7rcId0rAPIResponseCommonMessage struct {
type AuditLogAuditLogsGetAccountAuditLogsResponse5iB7E0nlAPIResponseCommonMessage struct {
Code int64 `json:"code,required"`
Message string `json:"message,required"`
JSON auditLogAuditLogsGetAccountAuditLogsResponseD7rcId0rAPIResponseCommonMessageJSON `json:"-"`
JSON auditLogAuditLogsGetAccountAuditLogsResponse5iB7E0nlAPIResponseCommonMessageJSON `json:"-"`
}

// auditLogAuditLogsGetAccountAuditLogsResponseD7rcId0rAPIResponseCommonMessageJSON
// auditLogAuditLogsGetAccountAuditLogsResponse5iB7E0nlAPIResponseCommonMessageJSON
// contains the JSON metadata for the struct
// [AuditLogAuditLogsGetAccountAuditLogsResponseD7rcId0rAPIResponseCommonMessage]
type auditLogAuditLogsGetAccountAuditLogsResponseD7rcId0rAPIResponseCommonMessageJSON struct {
// [AuditLogAuditLogsGetAccountAuditLogsResponse5iB7E0nlAPIResponseCommonMessage]
type auditLogAuditLogsGetAccountAuditLogsResponse5iB7E0nlAPIResponseCommonMessageJSON struct {
Code apijson.Field
Message apijson.Field
raw string
ExtraFields map[string]apijson.Field
}

func (r *AuditLogAuditLogsGetAccountAuditLogsResponseD7rcId0rAPIResponseCommonMessage) UnmarshalJSON(data []byte) (err error) {
func (r *AuditLogAuditLogsGetAccountAuditLogsResponse5iB7E0nlAPIResponseCommonMessage) UnmarshalJSON(data []byte) (err error) {
return apijson.UnmarshalRoot(data, r)
}

// Union satisfied by
// [AuditLogAuditLogsGetAccountAuditLogsResponseD7rcId0rAPIResponseCommonResultUnknown],
// [AuditLogAuditLogsGetAccountAuditLogsResponseD7rcId0rAPIResponseCommonResultArray]
// [AuditLogAuditLogsGetAccountAuditLogsResponse5iB7E0nlAPIResponseCommonResultUnknown],
// [AuditLogAuditLogsGetAccountAuditLogsResponse5iB7E0nlAPIResponseCommonResultArray]
// or [shared.UnionString].
type AuditLogAuditLogsGetAccountAuditLogsResponseD7rcId0rAPIResponseCommonResult interface {
ImplementsAuditLogAuditLogsGetAccountAuditLogsResponseD7rcId0rAPIResponseCommonResult()
type AuditLogAuditLogsGetAccountAuditLogsResponse5iB7E0nlAPIResponseCommonResult interface {
ImplementsAuditLogAuditLogsGetAccountAuditLogsResponse5iB7E0nlAPIResponseCommonResult()
}

func init() {
apijson.RegisterUnion(
reflect.TypeOf((*AuditLogAuditLogsGetAccountAuditLogsResponseD7rcId0rAPIResponseCommonResult)(nil)).Elem(),
reflect.TypeOf((*AuditLogAuditLogsGetAccountAuditLogsResponse5iB7E0nlAPIResponseCommonResult)(nil)).Elem(),
"",
apijson.UnionVariant{
TypeFilter: gjson.String,
Expand All @@ -312,16 +312,16 @@ func init() {
)
}

type AuditLogAuditLogsGetAccountAuditLogsResponseD7rcId0rAPIResponseCommonResultArray []interface{}
type AuditLogAuditLogsGetAccountAuditLogsResponse5iB7E0nlAPIResponseCommonResultArray []interface{}

func (r AuditLogAuditLogsGetAccountAuditLogsResponseD7rcId0rAPIResponseCommonResultArray) ImplementsAuditLogAuditLogsGetAccountAuditLogsResponseD7rcId0rAPIResponseCommonResult() {
func (r AuditLogAuditLogsGetAccountAuditLogsResponse5iB7E0nlAPIResponseCommonResultArray) ImplementsAuditLogAuditLogsGetAccountAuditLogsResponse5iB7E0nlAPIResponseCommonResult() {
}

// Whether the API call was successful
type AuditLogAuditLogsGetAccountAuditLogsResponseD7rcId0rAPIResponseCommonSuccess bool
type AuditLogAuditLogsGetAccountAuditLogsResponse5iB7E0nlAPIResponseCommonSuccess bool

const (
AuditLogAuditLogsGetAccountAuditLogsResponseD7rcId0rAPIResponseCommonSuccessTrue AuditLogAuditLogsGetAccountAuditLogsResponseD7rcId0rAPIResponseCommonSuccess = true
AuditLogAuditLogsGetAccountAuditLogsResponse5iB7E0nlAPIResponseCommonSuccessTrue AuditLogAuditLogsGetAccountAuditLogsResponse5iB7E0nlAPIResponseCommonSuccess = true
)

type AuditLogAuditLogsGetAccountAuditLogsParams struct {
Expand Down
Loading

0 comments on commit 3c34f1a

Please sign in to comment.