getRatePlan

Gets the details of a rate plan.

Return

null

Parameters

argument

null


suspend fun getRatePlan(apiproductId: String, organizationId: String, rateplanId: String): GetRatePlanResult

Return

null

Parameters

apiproductId
organizationId
rateplanId

See also


suspend fun getRatePlan(argument: suspend GetRatePlanPlainArgsBuilder.() -> Unit): GetRatePlanResult

Return

null

Parameters

argument

Builder for com.pulumi.googlenative.apigee.v1.kotlin.inputs.GetRatePlanPlainArgs.

See also