Skip to content

Commit

Permalink
Regenerated
Browse files Browse the repository at this point in the history
  • Loading branch information
annatisch committed May 17, 2016
1 parent 1991851 commit 3e08cfa
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,7 @@

class FirstParameterGroup(Model):
"""
Additional parameters for a set of operations, such as:
parameterGrouping_postMultiParamGroups,
parameterGrouping_postSharedParameterGroupObject.
Additional parameters for one or more operations
:param header_one:
:type header_one: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@

class ParameterGroupingPostMultiParamGroupsSecondParamGroup(Model):
"""
Additional parameters for the parameterGrouping_postMultiParamGroups
operation.
Additional parameters for one or more operations
:param header_two:
:type header_two: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

class ParameterGroupingPostOptionalParameters(Model):
"""
Additional parameters for the parameterGrouping_postOptional operation.
Additional parameters for one or more operations
:param custom_header:
:type custom_header: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

class ParameterGroupingPostRequiredParameters(Model):
"""
Additional parameters for the parameterGrouping_postRequired operation.
Additional parameters for one or more operations
:param body:
:type body: int
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

class PagingGetMultiplePagesOptions(Model):
"""
Additional parameters for the Paging_getMultiplePages operation.
Additional parameters for one or more operations
:param maxresults: Sets the maximum number of items to return in the
response.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

class PagingGetMultiplePagesWithOffsetOptions(Model):
"""
Additional parameters for the Paging_getMultiplePagesWithOffset operation.
Additional parameters for one or more operations
:param maxresults: Sets the maximum number of items to return in the
response.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

class FlattenParameterGroup(Model):
"""
Additional parameters for the putSimpleProductWithGrouping operation.
Additional parameters for one or more operations
:param name: Product name with value 'groupproduct'
:type name: str
Expand Down

0 comments on commit 3e08cfa

Please sign in to comment.