MonoCloud Management SDK
    Preparing search index...

    Interface LogIpDetails

    Log IP Details Response: Represents the IP address details associated with the log entry.

    LogIpDetails

    interface LogIpDetails {
        ip: string;
        version: string;
    }
    Index

    Properties

    Properties

    ip: string

    The IP address.

    LogIpDetails

    version: string

    The IP address version.

    LogIpDetails