You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Retire GET /v2/bot/message/delivery/ad_phone (#750)
line/line-openapi#82
`GET /v2/bot/message/delivery/ad_phone` was sunset.
This change removes it as it's no longer necessary to include it in
line-openapi.
Co-authored-by: github-actions <[email protected]>
:param var_date: Date the message was sent Format: `yyyyMMdd` (e.g. `20190831`) Time Zone: UTC+9 (required)
1030
-
:type var_date: str
1031
-
:param async_req: Whether to execute the request asynchronously.
1032
-
:type async_req: bool, optional
1033
-
:param _request_timeout: timeout setting for this request. If one
1034
-
number provided, it will be total request
1035
-
timeout. It can also be a pair (tuple) of
1036
-
(connection, read) timeouts.
1037
-
:return: Returns the result object.
1038
-
If the method is called asynchronously,
1039
-
returns the request thread.
1040
-
:rtype: NumberOfMessagesResponse
1041
-
"""
1042
-
kwargs['_return_http_data_only'] =True
1043
-
if'_preload_content'inkwargs:
1044
-
raiseValueError("Error! Please call the get_ad_phone_message_statistics_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data")
asyncdefget_aggregation_unit_name_list(self, limit : Annotated[Optional[StrictStr], Field(description="The maximum number of aggregation units you can get per request. ")] =None, start : Annotated[Optional[StrictStr], Field(description="Value of the continuation token found in the next property of the JSON object returned in the response. If you can't get all the aggregation units in one request, include this parameter to get the remaining array. ")] =None, **kwargs) ->GetAggregationUnitNameListResponse: # noqa: E501
:param var_date: Date the message was sent Format: `yyyyMMdd` (e.g. `20190831`) Time Zone: UTC+9 (required)
960
-
:type var_date: str
961
-
:param async_req: Whether to execute the request asynchronously.
962
-
:type async_req: bool, optional
963
-
:param _request_timeout: timeout setting for this request. If one
964
-
number provided, it will be total request
965
-
timeout. It can also be a pair (tuple) of
966
-
(connection, read) timeouts.
967
-
:return: Returns the result object.
968
-
If the method is called asynchronously,
969
-
returns the request thread.
970
-
:rtype: NumberOfMessagesResponse
971
-
"""
972
-
kwargs['_return_http_data_only'] =True
973
-
if'_preload_content'inkwargs:
974
-
raiseValueError("Error! Please call the get_ad_phone_message_statistics_with_http_info method with `_preload_content` instead and obtain raw data from ApiResponse.raw_data")
defget_aggregation_unit_name_list(self, limit : Annotated[Optional[StrictStr], Field(description="The maximum number of aggregation units you can get per request. ")] =None, start : Annotated[Optional[StrictStr], Field(description="Value of the continuation token found in the next property of the JSON object returned in the response. If you can't get all the aggregation units in one request, include this parameter to get the remaining array. ")] =None, **kwargs) ->GetAggregationUnitNameListResponse: # noqa: E501
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
0 commit comments