ListWithPagination lists all custom domains with support for pagination.
(ctx context.Context, opts ...management.RequestOption)
| 29 | |
| 30 | // ListWithPagination lists all custom domains with support for pagination. |
| 31 | ListWithPagination(ctx context.Context, opts ...management.RequestOption) (c *management.CustomDomainList, err error) |
| 32 | |
| 33 | // ReadDefault retrieves the default domain configuration for the tenant. |
| 34 | ReadDefault(ctx context.Context, opts ...management.RequestOption) (c *management.CustomDomain, err error) |
no outgoing calls
no test coverage detected