MonoCloud Management SDK
    Preparing search index...

    Interface ApplicationGroup

    Application Group Response: Represents the association between an application and a group.

    ApplicationGroup

    interface ApplicationGroup {
        creation_time: number;
        group_id: string;
        group_name: string;
    }
    Index

    Properties

    creation_time: number

    Specifies the time at which the group was associated with the client (in Epoch).

    ApplicationGroup

    group_id: string

    The unique identifier of the group.

    ApplicationGroup

    group_name: string

    The name of the group.

    ApplicationGroup