Subscription Args
data class SubscriptionArgs(val apiproduct: Output<String>? = null, val developerId: Output<String>? = null, val endTime: Output<String>? = null, val organizationId: Output<String>? = null, val startTime: Output<String>? = null) : ConvertibleToJava<SubscriptionArgs>
Creates a subscription to an API product. Auto-naming is currently not supported for this resource. Note - this resource's API doesn't support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.