Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix model comments. #235

Merged
merged 1 commit into from
Jul 1, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions azure-devops/azure/devops/v5_1/accounts/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@


class Account(Model):
"""Account.

"""
:param account_id: Identifier for an Account
:type account_id: str
:param account_name: Name for an account
Expand Down Expand Up @@ -86,8 +85,7 @@ def __init__(self, account_id=None, account_name=None, account_owner=None, accou


class AccountCreateInfoInternal(Model):
"""AccountCreateInfoInternal.

"""
:param account_name:
:type account_name: str
:param creator:
Expand Down Expand Up @@ -122,8 +120,7 @@ def __init__(self, account_name=None, creator=None, organization=None, preferenc


class AccountPreferencesInternal(Model):
"""AccountPreferencesInternal.

"""
:param culture:
:type culture: object
:param language:
Expand Down
Loading