All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.byteplus.auth.MetaData Maven / Gradle / Ivy

There is a newer version: 1.1.23
Show newest version
package com.byteplus.auth;

import lombok.Data;

@Data
public class MetaData {
    private String algorithm;
    private String credentialScope;
    private String signedHeaders;
    private String date;
    private String region;
    private String service;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy