GetPrivacyBudgetTemplatePlainArgs

data class GetPrivacyBudgetTemplatePlainArgs(val membershipIdentifier: String, val privacyBudgetTemplateIdentifier: String) : ConvertibleToJava<GetPrivacyBudgetTemplatePlainArgs>

Constructors

Link copied to clipboard
constructor(membershipIdentifier: String, privacyBudgetTemplateIdentifier: String)

Properties

Link copied to clipboard

The identifier for a membership resource.

Link copied to clipboard

A unique identifier for one of your memberships for a collaboration. The privacy budget template is created in the collaboration that this membership belongs to. Accepts a membership ID.

Functions

Link copied to clipboard
open override fun toJava(): GetPrivacyBudgetTemplatePlainArgs