Get Consent Store Plain Args
    data class GetConsentStorePlainArgs(val consentStoreId: String, val datasetId: String, val location: String, val project: String? = null) : ConvertibleToJava<GetConsentStorePlainArgs> 
Constructors
Link copied to clipboard
                fun GetConsentStorePlainArgs(consentStoreId: String, datasetId: String, location: String, project: String? = null)