org.hyperledger.acy_py.generated.model.V10CredentialCreate Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of aries-client-python Show documentation
Show all versions of aries-client-python Show documentation
Aries Cloud Agent - Python: Java client implementation
/*
* aca-py client
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: v0.7.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package org.hyperledger.acy_py.generated.model;
import com.google.gson.annotations.SerializedName;
/**
* V10CredentialCreate
*/
@lombok.Data
@lombok.AllArgsConstructor
@lombok.NoArgsConstructor
@lombok.Builder
public class V10CredentialCreate {
public static final String SERIALIZED_NAME_AUTO_REMOVE = "auto_remove";
@SerializedName(SERIALIZED_NAME_AUTO_REMOVE)
private Boolean autoRemove;
public static final String SERIALIZED_NAME_COMMENT = "comment";
@SerializedName(SERIALIZED_NAME_COMMENT)
private String comment;
public static final String SERIALIZED_NAME_CRED_DEF_ID = "cred_def_id";
@SerializedName(SERIALIZED_NAME_CRED_DEF_ID)
private String credDefId;
public static final String SERIALIZED_NAME_CREDENTIAL_PROPOSAL = "credential_proposal";
@SerializedName(SERIALIZED_NAME_CREDENTIAL_PROPOSAL)
private CredentialPreview credentialProposal;
public static final String SERIALIZED_NAME_ISSUER_DID = "issuer_did";
@SerializedName(SERIALIZED_NAME_ISSUER_DID)
private String issuerDid;
public static final String SERIALIZED_NAME_SCHEMA_ID = "schema_id";
@SerializedName(SERIALIZED_NAME_SCHEMA_ID)
private String schemaId;
public static final String SERIALIZED_NAME_SCHEMA_ISSUER_DID = "schema_issuer_did";
@SerializedName(SERIALIZED_NAME_SCHEMA_ISSUER_DID)
private String schemaIssuerDid;
public static final String SERIALIZED_NAME_SCHEMA_NAME = "schema_name";
@SerializedName(SERIALIZED_NAME_SCHEMA_NAME)
private String schemaName;
public static final String SERIALIZED_NAME_SCHEMA_VERSION = "schema_version";
@SerializedName(SERIALIZED_NAME_SCHEMA_VERSION)
private String schemaVersion;
public static final String SERIALIZED_NAME_TRACE = "trace";
@SerializedName(SERIALIZED_NAME_TRACE)
private Boolean trace;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy