Service Args
constructor(createdAt: Output<String>? = null, createdBy: Output<String>? = null, createdByType: Output<Either<String, CreatedByType>>? = null, lastModifiedAt: Output<String>? = null, lastModifiedBy: Output<String>? = null, lastModifiedByType: Output<Either<String, CreatedByType>>? = null, location: Output<String>? = null, mobileNetworkName: Output<String>? = null, pccRules: Output<List<PccRuleConfigurationArgs>>? = null, resourceGroupName: Output<String>? = null, serviceName: Output<String>? = null, servicePrecedence: Output<Int>? = null, serviceQosPolicy: Output<QosPolicyArgs>? = null, tags: Output<Map<String, String>>? = null)