ApiArgs

constructor(apiName: Output<String>? = null, contacts: Output<List<ContactArgs>>? = null, customProperties: Output<Any>? = null, description: Output<String>? = null, externalDocumentation: Output<List<ExternalDocumentationArgs>>? = null, kind: Output<Either<String, ApiKind>>? = null, license: Output<LicenseArgs>? = null, resourceGroupName: Output<String>? = null, serviceName: Output<String>? = null, summary: Output<String>? = null, termsOfService: Output<TermsOfServiceArgs>? = null, title: Output<String>? = null, workspaceName: Output<String>? = null)