docs/RemotesCollectionApi.md in pulp_ansible_client-0.7.1 vs docs/RemotesCollectionApi.md in pulp_ansible_client-0.7.2
- old
+ new
@@ -140,24 +140,24 @@
end
api_instance = PulpAnsibleClient::RemotesCollectionApi.new
opts = {
limit: 56, # Integer | Number of results to return per page.
- name: 'name_example', # String | name
- name__contains: 'name__contains_example', # String | name__contains
- name__icontains: 'name__icontains_example', # String | name__icontains
- name__in: 'name__in_example', # String | name__in
- name__startswith: 'name__startswith_example', # String | name__startswith
+ name: 'name_example', # String |
+ name__contains: 'name__contains_example', # String | Filter results where name contains value
+ name__icontains: 'name__icontains_example', # String | Filter results where name contains value
+ name__in: ['name__in_example'], # Array<String> | Filter results where name is in a comma-separated list of values
+ name__startswith: 'name__startswith_example', # String | Filter results where name starts with value
offset: 56, # Integer | The initial index from which to return the results.
ordering: 'ordering_example', # String | Which field to use when ordering the results.
- pulp_label_select: 'pulp_label_select_example', # String | pulp_label_select
- pulp_last_updated: 'pulp_last_updated_example', # String | pulp_last_updated
- pulp_last_updated__gt: 'pulp_last_updated__gt_example', # String | pulp_last_updated__gt
- pulp_last_updated__gte: 'pulp_last_updated__gte_example', # String | pulp_last_updated__gte
- pulp_last_updated__lt: 'pulp_last_updated__lt_example', # String | pulp_last_updated__lt
- pulp_last_updated__lte: 'pulp_last_updated__lte_example', # String | pulp_last_updated__lte
- pulp_last_updated__range: 'pulp_last_updated__range_example', # String | pulp_last_updated__range
+ pulp_label_select: 'pulp_label_select_example', # String | Filter labels by search string
+ pulp_last_updated: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | ISO 8601 formatted dates are supported
+ pulp_last_updated__gt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than value
+ pulp_last_updated__gte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is greater than or equal to value
+ pulp_last_updated__lt: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than value
+ pulp_last_updated__lte: DateTime.parse('2013-10-20T19:20:30+01:00'), # DateTime | Filter results where pulp_last_updated is less than or equal to value
+ pulp_last_updated__range: [DateTime.parse('2013-10-20T19:20:30+01:00')], # Array<DateTime> | Filter results where pulp_last_updated is between two comma separated values
fields: 'fields_example', # String | A list of fields to include in the response.
exclude_fields: 'exclude_fields_example' # String | A list of fields to exclude from the response.
}
begin
@@ -173,23 +173,23 @@
Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**limit** | **Integer**| Number of results to return per page. | [optional]
- **name** | **String**| name | [optional]
- **name__contains** | **String**| name__contains | [optional]
- **name__icontains** | **String**| name__icontains | [optional]
- **name__in** | **String**| name__in | [optional]
- **name__startswith** | **String**| name__startswith | [optional]
+ **name** | **String**| | [optional]
+ **name__contains** | **String**| Filter results where name contains value | [optional]
+ **name__icontains** | **String**| Filter results where name contains value | [optional]
+ **name__in** | [**Array<String>**](String.md)| Filter results where name is in a comma-separated list of values | [optional]
+ **name__startswith** | **String**| Filter results where name starts with value | [optional]
**offset** | **Integer**| The initial index from which to return the results. | [optional]
**ordering** | **String**| Which field to use when ordering the results. | [optional]
- **pulp_label_select** | **String**| pulp_label_select | [optional]
- **pulp_last_updated** | **String**| pulp_last_updated | [optional]
- **pulp_last_updated__gt** | **String**| pulp_last_updated__gt | [optional]
- **pulp_last_updated__gte** | **String**| pulp_last_updated__gte | [optional]
- **pulp_last_updated__lt** | **String**| pulp_last_updated__lt | [optional]
- **pulp_last_updated__lte** | **String**| pulp_last_updated__lte | [optional]
- **pulp_last_updated__range** | **String**| pulp_last_updated__range | [optional]
+ **pulp_label_select** | **String**| Filter labels by search string | [optional]
+ **pulp_last_updated** | **DateTime**| ISO 8601 formatted dates are supported | [optional]
+ **pulp_last_updated__gt** | **DateTime**| Filter results where pulp_last_updated is greater than value | [optional]
+ **pulp_last_updated__gte** | **DateTime**| Filter results where pulp_last_updated is greater than or equal to value | [optional]
+ **pulp_last_updated__lt** | **DateTime**| Filter results where pulp_last_updated is less than value | [optional]
+ **pulp_last_updated__lte** | **DateTime**| Filter results where pulp_last_updated is less than or equal to value | [optional]
+ **pulp_last_updated__range** | [**Array<DateTime>**](DateTime.md)| Filter results where pulp_last_updated is between two comma separated values | [optional]
**fields** | **String**| A list of fields to include in the response. | [optional]
**exclude_fields** | **String**| A list of fields to exclude from the response. | [optional]
### Return type