ess / Client / get_send_quota

get_send_quota

ess.Client.get_send_quota()

お客様の現在の送信上限値を返します。

See also: NIFCLOUD API Documentation

Request Syntax

response = client.get_send_quota()
Return type:

dict

Returns:

Response Syntax

{
    'Max24HourSend': 123.0,
    'MaxSendRate': 123.0,
    'ResponseMetadata': {
        'RequestId': 'string'
    },
    'SentLast24Hours': 123.0
}

Response Structure

  • (dict) –

    • Max24HourSend (float) –

    • MaxSendRate (float) –

    • ResponseMetadata (dict) –

      • RequestId (string) –

    • SentLast24Hours (float) –