@akamai/openapi-ts
    Preparing search index...

    Type Alias GetDomainZoneResponses

    type GetDomainZoneResponses = {
        "200": { zone_file: string[] };
    }
    Index

    Properties

    Properties

    "200": { zone_file: string[] }

    An array containing the lines of the domain zone file.

    Type Declaration

    • zone_file: string[]

      The lines of the zone file for the last rendered zone for this domain.