{ "sections": [ "title", "description", "file_information", "directory_location", "fields", "wsdl_segment", "declarative_metadata_sample_definition" ], "title": "AppointmentAssignmentPolicy - Metadata API", "description": "Represents the information about a resource assignment rule. This type extends the Metadata metadata type and inherits its fullName field.", "file_information": ".policy", "directory_location": "appointmentSchedulingPolicies", "fields_columns": [ "type", "description" ], "fields": { "masterLabel": { "type": "string", "description": "The label for the appointment assignment policy.", "required": true }, "policyApplicableDuration": { "type": "string", "description": "The frequency at which the utilization of service resources is calculated. Valid values are: Monthly ParameterBased Weekly", "required": true }, "policyType": { "type": "string", "description": "The type of appointment assignment policy. Valid value is: loadBalancing", "required": true }, "utilizationFactor": { "type": "string", "description": "Specifies the count type for the resource utilization. Valid values are: NumberOfAppointments TotalAppointmentDuration", "required": true } }, "wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n \n \n\n\n \n \n \n\n\n \n \n \n\n\n \n \n \n \n \n\n\n \n \n \n \n\n```", "declarative_metadata_sample_definition": [ { "description": "The following is an example of an appointmentAssignmentPolicy component.", "code": "\n\n loadBalancing Assignment Policy\n loadBalancing\n Weekly\n TotalAppointmentDuration\n" } ] }